x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
https://x1m.nl/posts/recon-pi/
MIT License
717 stars 112 forks source link

Rebuild the subfinder function #14

Closed x1mdev closed 6 years ago

x1mdev commented 6 years ago

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.

x1mdev commented 6 years ago

Made a start for this: https://github.com/x1mdev/ReconPi/tree/dev/json-to-dash

https://github.com/x1mdev/ReconPi/commit/c9e9ba1cfe063376e83176f40ad6e82902f3a446

x1mdev commented 6 years ago

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

https://github.com/x1mdev/ReconPi/commit/e75ee4c90a75fa5a684696d6e78332055d82f22f

x1mdev commented 6 years ago

Rebuilding the dashboard and subfinder usage, closing this issue.