Based on FGDS.sh by Ivan Glinkin WhySoSensitive aims to be a 1 stop automated tool for running google dorks specifically for the purposes of finding sensitive files exposed on the web
chmod +x YSoSensitive.sh
./YSoSensitive.sh megacorp.one
or
bash ./YSoSensitive.sh megacorp.one
bash ./YSoSensitive.sh megacorp.one 192.168.1.1 8080
This will work beatifully on any unix with the "bc" package installed, but an ultimately universal way is through Docker.
docker build -t FOO .
docker run -it --rm FOO mysite.com
- Colors dont properly display in bash on MacOS
