A simple wrapper around grep with predifiened filters to remove shit out of your wayback output
The script tries to make the life of bughunter easy by removing garbage and filtering uninteresting urls from wayback output
- egrep
curl -s https://raw.githubusercontent.com/rohsec/noshit/master/noshit.sh -o noshit.sh && chmod +x noshit.sh && mv noshit.sh /usr/bin/noshit
After running the installation command, simply run the below in your terminal
noshit -h
-e : additional extension filter -s : additional string filter -q : Quite mode
cat urls.txt|noshit
cat urls.txt|noshit -e 'php|js|txt'
cat urls.txt|noshit -s 'string1|string2'
cat urls.txt|noshit -q -e 'php|jsp' -s 'assets|static'
You can encourage me me to contribute more to the open source with donations. NEVER ASKED BUT ALWAYS APPRECIATED.
The script is made for educational and ethical purposes only. Usage of the script for attacking targets without prior mutual consent is illegal. The developer is not responsible for any misuse or damage caused by this script.