Skip to content

b3rito/yotter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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: b3rito@mes3hacklab.org
update: ./yotter.sh -u
USAGE: ./yotter.sh -t example.com -d /path/to/dictionary -s 1000(threads)
==========================================================================

Releases

No releases published

Packages

No packages published

Languages