├── Gifs ├── burptest.gif ├── loadfile.gif └── oneurl.gif ├── README.md ├── install.sh ├── req.txt └── theattacker.py /Gifs/burptest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheNewAttacker64/TheAttackerScanner/HEAD/Gifs/burptest.gif -------------------------------------------------------------------------------- /Gifs/loadfile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheNewAttacker64/TheAttackerScanner/HEAD/Gifs/loadfile.gif -------------------------------------------------------------------------------- /Gifs/oneurl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheNewAttacker64/TheAttackerScanner/HEAD/Gifs/oneurl.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheNewAttacker64/TheAttackerScanner/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheNewAttacker64/TheAttackerScanner/HEAD/install.sh -------------------------------------------------------------------------------- /req.txt: -------------------------------------------------------------------------------- 1 | requests 2 | fake_useragent 3 | easygui -------------------------------------------------------------------------------- /theattacker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheNewAttacker64/TheAttackerScanner/HEAD/theattacker.py --------------------------------------------------------------------------------