## Description Support saving httpx results to MongoDB database, similar to nuclei's database reporting feature. This is a sub-task of #1973. ## Implementation Add MongoDB database support for persisting httpx scan results with a flag like: ``` -rdb, -report-db string httpx reporting database (always use this to persist report data) ``` ## Parent Issue - #1973 - Support saving httpx results to database - https://github.com/projectdiscovery/httpx/issues/1973 cc @ipsecc
Description
Support saving httpx results to MongoDB database, similar to nuclei's database reporting feature.
This is a sub-task of #1973.
Implementation
Add MongoDB database support for persisting httpx scan results with a flag like:
Parent Issue
cc @ipsecc