- Got some URL with js endpoints.
- Tired of searching manually for sensitive stuffs.
- Put all js files into a file and pass it to Findsomething. Now it finds something :)
$ git clone https://github.com/surendirans7777/FindSomething.git$ ./waybackurls domain.com | grep .js > url_list- Now you got the url list containing js files.
- Now pass this file to FindSomething.sh
Just give a try && leave your comments