Skip to content

ezhil56x/bugbounty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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
docker pull ezhil56x/recon
  1. Run the image
docker run --name recon -d -p 5000:5000 -e TELEGRAM_BOT_TOKEN="" -e TELEGRAM_CHAT_ID="" ezhil56x/recon
  1. Go to http://localhost:5000/recon and add Organization Name and Domains

  2. SSH into the container

docker exec -it recon /bin/bash
  1. Run the recon.sh
cd recon
./recon.sh