Skip to content

Retr0-45809/Bug-Bounty-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bug-Bounty-Automation

Bash Script to perform bug bounty automation

Requirements - • Kali Linux, Virtual box • Python and Golang • Sublister, Eyewitness • Assetfinder, Amass, Httprobe • Nmap, Sqlmap

Scope - It will give us a viewpoint of how ethical hackers detect vulnerabilities in web applications, mobile apps and other platforms using various tools and scripts.

Implementation - In this project, we need to automate the tools or scripts so that all tasks are performed in a single instance on the target website. For this there are two methods – bash script and python. I have gone with bash methodology. For bash scripting we will need to install Golang language to automate multiple script lines in a single shell script file. Requirement gathering is to be done first by selecting tools that will help in quick recon of target website providing valid understandable output. Bash script will loop multiple scripts to run the recon tools line by line and output of each tool will be stored in a text file.

vi install.sh chmod +x install.sh ./install.sh
vi recon.sh chmod +x recon.sh ./recon.sh <website.com>

image

image