The Information Gathering Tool for Bug Bounty
— Via, Mr0Wido
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
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