Home
Softono

Yotter

Open source Shell
122
Stars
18
Forks
0
Issues
6
Watchers
8 years
Last Commit

 About Yotter

yotter - bash script that performs recon and then uses dirb to discover directories that might lead to information leakage

Platforms

Web Self-hosted Linux

Languages

Shell

Links

Need Help Installing Yotter?

We provide expert installation service for this software. Our team will install, configure, and secure Yotter on your server. plans start at just $30.

yotter

This bash script performs recon by:

  1. finding the targets IP
  2. finding the targets IP range
  3. checks online for subdomains ( pkey.in | hackertarget.com | virustotal.com )
  4. bruteforces for subdomains ( around 250 checks per second )
  5. 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)

Requirements

netcat > https://en.wikipedia.org/wiki/Netcat

dirb > http://dirb.sourceforge.net/

Author

Written by b3rito at mes3hacklab

Installation

chmod +x yotter.sh

Usage

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)
==========================================================================