Who needs authentication? This cache purge vulnerability finder doesn't!
$ purge
|Options:
| -U update this script
|
|Usage:
| purge subdomain.txt
| cat subdomain.txt | purge
| subfinder -d domain.TLD | purge
|
|if [ URL = PURGE'd ]; then [smash]
|else [pass] fi
$ cat subdomains.txt | purge
# OR
$ purge subdomains.txt
git clone https://github.com/synacktraa/purge.git && cd ./purge
sudo mv ./purge /usr/local/bin
cd .. && rm -rf "./purge"