Aut0sk33t
2023-09-26 · 2 years ago
#!/bin/bash
TARGET=$1
echo -e "A'ight homie! We aut0k33tin $TARGET\n\n"
echo -e "G'nna start gripping subdomaynes yo!\n\n"
echo -e "We gonna assetfind this fool"
echo -e "Drive by dem subz to see who awake\n"
assetfinder --subs-only "$TARGET" | tee subz.txt | httpx --silent -ip -td -fhr -title -threads 1000 -o alive.json -json
echo -e "Guess it'z time to nrich these IPz."
nrich -o json <(grepaddr -ipv4 < alive.json | sort -u | tee ipz.txt) | tee nriched.json
echo -e "Go nuclei-r on anyone awake \n"
nuclei -update-templates
cat alive.json | grepaddr -fqdn | httpx --silent | tee urls.txt
nuclei --silent -l <(grepaddr -fqdn < alive.json | httpx --silent | tee urls.txt) -s low,medium,high,critical -me resultz | tee vulns.txt
Nobody amused yet.