Skip to content

This is a Simple Bash Script for Automating Some repetative task this Script simple take urls from many passive resources like Get-All-Urls, Waybackurls, Gau-Plus..

License

Notifications You must be signed in to change notification settings

Imran407704/archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

archive.sh

This is a Simple Bash Script for Automating Some repetative Task.

This script take urls from 4 passive tools like Get-All-Urls, Waybackurls, Gau-Plus, Katana....

This script get all the urls, combine to a single file & and remove Duplicates !!!

This Script is very Helpful For Bug-Hunters bcoz it automates some booring repetative Tasks :)

How to Install this Script ?

To install this script run following command

  git clone https://github.com/Imran407704/archive
  cd archive
  chmod +x archive.sh

All in one command

git clone https://github.com/Imran407704/archive; cd archive; chmod +x archive.sh

Documentation

First Install 6 Tools before Running this script

Gau

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

waybackurls

go get github.com/tomnomnom/waybackurls

Gau-Plus

GO111MODULE=on go get -u -v github.com/bp0lr/gauplus

anew

go install -v github.com/tomnomnom/anew@latest

katana

go install github.com/projectdiscovery/katana/cmd/katana@latest

httpx

go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest


Make Sure You Have the access this tools from anywhere Globally in Terminal !!!

If you Don't know what I mean then Google it ( Hint:- /usr/local/bin )


Authors

🔗 Links

linkedin twitter

About

This is a Simple Bash Script for Automating Some repetative task this Script simple take urls from many passive resources like Get-All-Urls, Waybackurls, Gau-Plus..

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages