Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fasalmbt/reconme
Recon tool
https://github.com/fasalmbt/reconme
automation bugbounty recon recontool
Last synced: 21 days ago
JSON representation
Recon tool
- Host: GitHub
- URL: https://github.com/fasalmbt/reconme
- Owner: fasalmbt
- License: gpl-3.0
- Created: 2020-07-05T13:39:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T06:36:45.000Z (about 3 years ago)
- Last Synced: 2024-08-05T17:35:47.839Z (4 months ago)
- Topics: automation, bugbounty, recon, recontool
- Language: Python
- Homepage:
- Size: 412 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-hacking-lists - fasalmbt/reconme - Recon tool (Python)
README
Reconme
As the information in the internet is increasing day by day, its really a need of the hour to automate the recon process. reconme is a simple recon tool to automate the recon process.
## Features
- [x] Whois Lookup
- [x] NameServer Lookup
- [x] Robots.txt Scanner
- [x] Admin Panel Scanner
- [x] Find IP address location
- [x] TCP Port Scan
- [x] Reverse IP Scan
- [x] Forward DNS search
- [x] HTTP Headers Check
- [x] Zone Transfer
- [x] Subnet Lookup
- [x] Wayback URL
- [x] Banner grabber## Additional Feature
- [x] You have option to filter endpoints from wayback URL's
## How to run
```
pip3 install -r requirements.txtpython3 reconme.py
```## Notes
Due to API limit of hackertarget API, the portscan feature is updated. Inorder to run it, you need nmap to be installed
in system. It can be installed by `sudo apt install nmap`.