Skip to content

Mr0Wido/otorecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otorecon

The Information Gathering Tool for Bug Bounty
— Via, Mr0Wido

GitHub last commit Website

About

Otorecon is a Python-based tool for Reconnaissance. It provides a variety of scanning options, including these;

  • Basic Information Scan
  • Subdomain Scan
  • Crawler Scan
  • Directory Search Scan
  • Getting Screenshots

Installation

If you are using a virtual environment, run these commands:

$ python3 -m venv venv
$ source venv/bin/activate  
$ git clone https://github.com/Mr0Wido/otorecon.git
$ cd otorecon
$ pip install .

Run these commands for installing tools:

$ sudo chmod +x install.sh
$ ./install.sh

Click the title and learn how to use otorecon. crawler

Html Output

html

Otorecon Workflow

otorecon_workflow