chmod x+ * Then run the setup.sh
This is a collection of my automation process, its intended to be an all in one web scanner along with bug hunter.
It makes use of many different scripts in a way that tangles them together.
The custom exploit's part of the script under: vuln3()
Is where you can add any amount of custom tests to run
It outputs everything to output/NameOfTheSiteYouScanned.com/
Use:
./eye.sh --scan thewebsite.com
./eye.sh --exploit thewebsite.com
./eye.sh --custom thewebsite.com
gf ( https://github.com/tomnomnom/gf ) #with the templates ( https://github.com/1ndianl33t/Gf-Patterns )
Gxss ( https://github.com/KathanP19/Gxss )
trashcompator ( https://github.com/michael1026/trashcompactor )
dalfox ( https://github.com/hahwul/dalfox )
xray ( https://github.com/chaitin/xray )
anew ( https://github.com/tomnomnom/anew )
waymore ( https://github.com/xnl-h4ck3r/waymore )
dirsearch ( https://github.com/maurosoria/dirsearch )
qsreplace ( https://github.com/tomnomnom/qsreplace )
ghauri ( https://github.com/r0oth3x49/ghauri )
nuclei ( https://github.com/projectdiscovery/nuclei ) #along with templates
paramspider ( https://github.com/devanshbatham/ParamSpider )
httpx ( https://github.com/projectdiscovery/httpx )
parallel ( https://github.com/parallel-finance/parallel )
gdn ( https://github.com/kmskrishna/gdn )
LFIscanner ( https://github.com/R3LI4NT/LFIscanner )
TPLmap ( https://github.com/epinna/tplmap )