This bash script performs recon by:
- finding the targets IP
- finding the targets IP range
- checks online for subdomains ( pkey.in | hackertarget.com | virustotal.com )
- bruteforces for subdomains ( around 250 checks per second )
- port scans all found IPs for HTTP* services ( around 500 ports per second )
and then uses dirb to discover directories that might lead to information leakage (such as credentials found in server-status)
netcat > https://en.wikipedia.org/wiki/Netcat
dirb > http://dirb.sourceforge.net/
Written by b3rito at mes3hacklab
chmod +x yotter.sh
b3rito@antani:~/yotter $ ./yotter.sh
==========================================================================
____ __ ,-----. ,---------. ,---------. .-''-. .-------.
\ \ / /.' .-, '.\ \\ \ .'_ _ \ | _ _ \
\ _. / '/ ,-.| \ _ \`--. ,---' `--. ,---'/ ( ` ) '| ( ' ) |
_( )_ .'; \ '_ / | : | \ | \ . (_ o _) ||(_ o _) /
___(_ o _)' | _`,/ \ _/ | :_ _: :_ _: | (_,_)___|| (_,_).' __
| |(_,_)' : ( '\_/ \ ; (_I_) (_I_) ' \ .---.| |\ \ | |
| `-' / \ `"/ \ ) / (_(=)_) (_(=)_) \ `-' /| | \ `' /
\ / '. \_/``".' (_I_) (_I_) \ / | | \ /
`-..-' '-----' '---' '---' `'-..-' ''-' `'-'
because otters are cute! (by b3rito)
==========================================================================
==========================================================================
version: 1.2
credits: b3rito
twitter/github: b3rito
report bugs: [email protected]
update: ./yotter.sh -u
USAGE: ./yotter.sh -t example.com -d /path/to/dictionary -s 1000(threads)
==========================================================================