Closed x1mdev closed 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
Rebuilding the dashboard and subfinder usage, closing this issue.
.json
.json
file needs to be converted to subdomainDB API formatIdea
Maybe a good idea to start the dashboard during
install.sh
to avoid errors when runningrecon.sh
for a second or third time.The
runDashboard()
function withinrecon.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.