x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.

Home Page:https://x1m.nl/posts/recon-pi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rebuild the subfinder function

x1mdev opened this issue · comments

commented
  • output needs to be .json
  • .json file needs to be converted to subdomainDB API format
  • Extra recon.sh function to make the API POST request

Idea

Maybe a good idea to start the dashboard during install.sh to avoid errors when running recon.sh for a second or third time.

The runDashboard() function within recon.sh now starts up a new dashboard instance via Docker on port 4000 every time you run the script, so the port will become an issue.

Instead of starting the dashboard application it should just make the API request with the json output from subfinder.

commented

Almost done, .json file is accepted by the subdomainDB API. However, it does not show the data that has been sent in yet..

e75ee4c

commented

Rebuilding the dashboard and subfinder usage, closing this issue.