GerbenJavado / LinkFinder

A python script that finds endpoints in JavaScript files
https://gerbenjavado.com/discovering-hidden-content-using-linkfinder
MIT License
3.64k stars 588 forks source link

[Feature Request] Add an argument to not open the browser if the output is set to html #80

Open stueotue opened 4 years ago

stueotue commented 4 years ago

Thank you for this tools, i use it all the time.

Im creating a small script to monitor one of my target and i need the html output. Everytime the tools done scanning it will open a browser to the output file and my bash script is looping through 400+ js url which will open 400+ browser tab.

That will be great to add a feature to not open the browser with the output is set to html after the scan.