mathevsval / back-me-up

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

Follow on Twitter

back-me-up

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

Usage

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

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

Output will be saved in "output" directory

Dheerajmadhukar

Prerequisites
  • waybackurls [$ sudo go get github.com/tomnomnom/waybackurls] @tomnomnom
  • 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.

License:MIT License


Languages

Language:Shell 100.0%