Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Hunt3r











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)