Skip to content

This tool will check for Sensitive Data Leakage with some useful patterns/RegEx. The patterns are mostly targeted on waybackdata and filter everything accordingly.

License

Notifications You must be signed in to change notification settings

Captain404/back-me-up

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

License

BackupLeakHunter

This tool will check for Sensitive Data Leakage with some useful patterns/RegEx. The patterns are mostly targeted on waybackdata and filter everything accordingly. I have modified the tool from the original back-me-up tool to have Curl as the tool to pull Wayback data. Curl seems more reliable and controllable. I have also added gospider into the tool.

Usage

root@me:$ cat > targets.txt
target1.tld
target2.tld

root@me:$ bash BackupLeakHunter.sh
[-] Usage: bash BackupLeakHunter.sh [-f/--file] targets.txt

Output will be saved in "output" directory
Prerequisites
  • gospider [$ GO111MODULE=on go get -u github.com/jaeles-project/gospider] @j3ssiejjj
  • gauplus [$ sudo go get -u -v github.com/bp0lr/gauplus] @bp0lr
  • anew [$ sudo go get -u github.com/tomnomnom/anew] @tomnomnom
  • httpx @pdiscoveryio
  • pv [$ sudo apt install pv -y]

About

This tool will check for Sensitive Data Leakage with some useful patterns/RegEx. The patterns are mostly targeted on waybackdata and filter everything accordingly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%