x1mdev / ReconPi

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

httpx jsurl check before save #68

Closed Haones closed 4 years ago

Haones commented 4 years ago

Save only valid js urls using httpx and piping alive urls into file. We want to feed only alive urls to linkfinder anyway otherwise it will produce some redundant output alongside with a useful.

Haones commented 4 years ago

Btw I see few tools which aren't used anywhere in this script, like ffuf, yet they downloaded. Why not replace gobuster with it?