Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EasyRecon/Hunt3r
Made your bugbounty subdomains reconnaissance easier with Hunt3r the web application reconnaissance framework
https://github.com/EasyRecon/Hunt3r
bugbounty reconnaissance subdomains
Last synced: 3 months ago
JSON representation
Made your bugbounty subdomains reconnaissance easier with Hunt3r the web application reconnaissance framework
- Host: GitHub
- URL: https://github.com/EasyRecon/Hunt3r
- Owner: EasyRecon
- License: mit
- Created: 2022-05-09T10:40:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T11:20:23.000Z (almost 2 years ago)
- Last Synced: 2024-06-26T00:34:39.552Z (5 months ago)
- Topics: bugbounty, reconnaissance, subdomains
- Language: Ruby
- Homepage: https://docs.hunt3r.ovh
- Size: 13.9 MB
- Stars: 159
- Watchers: 6
- Forks: 27
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- WebHackersWeapons - Hunt3r
README
Quick Installation •
Preview •
Documentation# Quick Installation Instructions
```docker
docker-compose up --build
docker-compose run backend rake db:create
docker-compose run backend rake db:migrate
docker-compose run backend rake db:seed
```Once the Docker environment is up, you can access the application through the Web UI available on [http://0.0.0.0](http://0.0.0.0) with the following default credentials :
- Email address : `[email protected]`
- Password : `password`# Preview
| Light Dashboard | Dark Dashboard |
:---:|:---:
![](docs/assets/images/light_dashboard.png) | ![](docs/assets/images/dark_dashboard.png)
| Platform statistics | Tools Settings |
![](docs/assets/images/BBStats.png) | ![](docs/assets/images/install_amass.png)
| Meshs management | Domains pages |
![](docs/assets/images/meshs_management.png) | ![](docs/assets/images/domains.png)
| Scans | Vulnerabilities |
![](docs/assets/images/scans.png) | ![](docs/assets/images/vulnerabilities.png)
| Programs | Scopes |
![](docs/assets/images/programs.png) | ![](docs/assets/images/scopes.png)
| Subdomains | Leaks |
![](docs/assets/images/subdomains.png) | ![](docs/assets/images/leaks.png)
| Engines | Launch scan |
![](docs/assets/images/engines.png) | ![](docs/assets/images/create_scan.png)