Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 🚀

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
```