Skip to content
/ noshit Public

A simple bug bounty utility tool to remove uninteresting entries from a list of URLs.

Notifications You must be signed in to change notification settings

rohsec/noshit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

noshit 💩

noshitbanner.png
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

Requirements:

  • egrep

Installation:

curl -s https://raw.githubusercontent.com/rohsec/noshit/master/noshit.sh -o noshit.sh && chmod +x noshit.sh && mv noshit.sh /usr/bin/noshit

Usage:

After running the installation command, simply run the below in your terminal

noshit -h 

Flags

   -e : additional extension filter
   -s : additional string filter
  -q : Quite mode

Example Usage:

[*] To use default filters

cat urls.txt|noshit

[*] To specify additional blacklist extension

cat urls.txt|noshit -e 'php|js|txt'

[*] To filter output via additional string

cat urls.txt|noshit -s 'string1|string2'

[*] Quite mode, suitable to pipe output to another tool

cat urls.txt|noshit -q -e 'php|jsp' -s 'assets|static'

Donation (Buy Me a Coffee):

You can encourage me me to contribute more to the open source with donations. NEVER ASKED BUT ALWAYS APPRECIATED.

Buy Me A Coffee

Screenshots:

noshit1.png

Legal Disclaimer:

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.

About

A simple bug bounty utility tool to remove uninteresting entries from a list of URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages