Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ezhil56x/bugbounty
Basic tool for Information Gathering 🚀
https://github.com/ezhil56x/bugbounty
Last synced: 10 days ago
JSON representation
Basic tool for Information Gathering 🚀
- Host: GitHub
- URL: https://github.com/ezhil56x/bugbounty
- Owner: ezhil56x
- License: mit
- Created: 2024-03-26T13:05:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T13:15:36.000Z (10 months ago)
- Last Synced: 2024-03-26T14:32:57.789Z (10 months ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bug Bounty Automation
This is a Basic tool for Information Gathering with real time alerts using Telegram Bot 🚀
## Install with Docker
1. Pull the image from Docker Hub
```bash
docker pull ezhil56x/recon
```2. Run the image
```bash
docker run --name recon -d -p 5000:5000 -e TELEGRAM_BOT_TOKEN="" -e TELEGRAM_CHAT_ID="" ezhil56x/recon
```3. Go to [http://localhost:5000/recon](http://localhost:5000/recon) and add Organization Name and Domains
4. SSH into the container
```bash
docker exec -it recon /bin/bash
```5. Run the `recon.sh`
```bash
cd recon
./recon.sh
```