This repo contains scripts i used while bug bounty.
- relative-url-extract.rb is used with jobert abma's relative url extractor to recursively look for url from js files, The script just uses a loop.
- linkfinder.sh is used with linkfinder script which is also usinga loop to extract links from the js files.
- Secretsfinder.sh is used with secretfinder script which is also using a loop to extract links from the js files.
- subdomain-enum.sh This is my goto subdomain enum script when i was a beginner, A good improvement can be done by scanning more levels of domains and much more!