Skip to content

This is a Simple Bash Script For Generating the Wordlist for Bug Bounty Hunters :)

License

Notifications You must be signed in to change notification settings

Imran407704/list-target

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

List-Target

This is a Simple Bash Script For Automating the Process of Generating Wordlists from various tool's like Gau, Waybackrobots, cewl etc..... Very Useful for Bug Bounty Hunters :)

This Script inspired by Kathan Patel Sir Original Video is here

How to use ?

git clone https://github.com/Imran407704/list-target.git
cd list-target
chmod +x list-target.sh
./list-target.sh TARGET.TLD

All in one Command

git clone https://github.com/Imran407704/list-target.git; cd list-target; chmod +x list-target.sh

Install this tools 1st

go-dork

  GO111MODULE=on go install dw1.io/go-dork@latest

waybackrobots.py

wget https://gist.githubusercontent.com/mhmdiaa/2742c5e147d49a804b408bfed3d32d07/raw/5dd007667a5b5400521761df931098220c387551/waybackrobots.py

Gau

go install github.com/lc/gau/v2/cmd/gau@latest

cewl ( pre-installed in kali )

git clone https://github.com/digininja/CeWL.git

Then copy all bin file to usr/bin OR usr/local/bin

sudo cp /go/bin/go-dork gau /usr/local/bin

Please Read this : - 1st you install waybackrobots in your tools directory then make alias in bashrc, if you are using zshrc then make alias in zshrc

nano ~/.bashrc 

Add this alias when you see some alias like la='ls -A' Remember that your USER directory then

waybackrobots='python3 /home/user/tools/waybackrobots.py'

Update your .bashrc/.zshrc

For .bashrc users

source ~/.bashrc 

For .zshrc users

source ~/.zshrc

DONE

About

This is a Simple Bash Script For Generating the Wordlist for Bug Bounty Hunters :)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages