Script to pull comments and potentially leaky api's from multiple websites sources in pretty colours
Once given a file with list of directories, it scans every record in search for comments or api's, so it's
hard to miss clues in CTF's. Supports html redirection.
Works best with gobuster using -o option to output directory list, but any other tool would be good as long as directories are in first lines:
/admin
/assets
...
git clone https://github.com/przekorb/commentfinder
sudo ln -s $(pwd)/commentfinder/commentfinder.sh /usr/local/bin/
chmod +x ($pwd)/commentfinder/commentfinder.sh
commentfinder.sh -h
commentfinder.sh -t 10.10.10.58:3000 -f port3000dirs.txt
