├── ArduinoHID ├── README.md ├── pony_wallpaper_mspaint.ino └── pony_wallpaper_photoviewer.ino ├── BinToHex ├── README.md └── binToHex.py ├── BurpVERBalyzer ├── README.md └── VERBalyzer.py ├── DNSRickroll ├── README.md ├── dnsRickroll.py └── lyrics.txt ├── ECBPlaintextAttack ├── README.md ├── ecbAttack.py └── ecbServer.py ├── FileIntegrity ├── .bashrc ├── .gitignore ├── README.md └── fileintegrity.py ├── GetIP ├── .gitignore ├── GetIP.ps1 └── README.md ├── HackerScripts ├── README.md ├── hacker1.bat └── hacker2.bat ├── PortScanner ├── README.md └── portScanner.py ├── PyDHCPDiscover ├── README.md └── dhcpdiscover.py ├── PythonShellcode ├── README.md └── pythonShellcode.py ├── README.md ├── ReverseShell ├── README.md └── reverseShell.py └── ZipCracker ├── 10_million_password_list_top_10000.txt ├── README.md └── zipCracker.py /ArduinoHID/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ArduinoHID/README.md -------------------------------------------------------------------------------- /ArduinoHID/pony_wallpaper_mspaint.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ArduinoHID/pony_wallpaper_mspaint.ino -------------------------------------------------------------------------------- /ArduinoHID/pony_wallpaper_photoviewer.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ArduinoHID/pony_wallpaper_photoviewer.ino -------------------------------------------------------------------------------- /BinToHex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/BinToHex/README.md -------------------------------------------------------------------------------- /BinToHex/binToHex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/BinToHex/binToHex.py -------------------------------------------------------------------------------- /BurpVERBalyzer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/BurpVERBalyzer/README.md -------------------------------------------------------------------------------- /BurpVERBalyzer/VERBalyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/BurpVERBalyzer/VERBalyzer.py -------------------------------------------------------------------------------- /DNSRickroll/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/DNSRickroll/README.md -------------------------------------------------------------------------------- /DNSRickroll/dnsRickroll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/DNSRickroll/dnsRickroll.py -------------------------------------------------------------------------------- /DNSRickroll/lyrics.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/DNSRickroll/lyrics.txt -------------------------------------------------------------------------------- /ECBPlaintextAttack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ECBPlaintextAttack/README.md -------------------------------------------------------------------------------- /ECBPlaintextAttack/ecbAttack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ECBPlaintextAttack/ecbAttack.py -------------------------------------------------------------------------------- /ECBPlaintextAttack/ecbServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ECBPlaintextAttack/ecbServer.py -------------------------------------------------------------------------------- /FileIntegrity/.bashrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/FileIntegrity/.bashrc -------------------------------------------------------------------------------- /FileIntegrity/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/FileIntegrity/.gitignore -------------------------------------------------------------------------------- /FileIntegrity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/FileIntegrity/README.md -------------------------------------------------------------------------------- /FileIntegrity/fileintegrity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/FileIntegrity/fileintegrity.py -------------------------------------------------------------------------------- /GetIP/.gitignore: -------------------------------------------------------------------------------- 1 | # Project Specific 2 | IPs.txt -------------------------------------------------------------------------------- /GetIP/GetIP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/GetIP/GetIP.ps1 -------------------------------------------------------------------------------- /GetIP/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/GetIP/README.md -------------------------------------------------------------------------------- /HackerScripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/HackerScripts/README.md -------------------------------------------------------------------------------- /HackerScripts/hacker1.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/HackerScripts/hacker1.bat -------------------------------------------------------------------------------- /HackerScripts/hacker2.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/HackerScripts/hacker2.bat -------------------------------------------------------------------------------- /PortScanner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/PortScanner/README.md -------------------------------------------------------------------------------- /PortScanner/portScanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/PortScanner/portScanner.py -------------------------------------------------------------------------------- /PyDHCPDiscover/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/PyDHCPDiscover/README.md -------------------------------------------------------------------------------- /PyDHCPDiscover/dhcpdiscover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/PyDHCPDiscover/dhcpdiscover.py -------------------------------------------------------------------------------- /PythonShellcode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/PythonShellcode/README.md -------------------------------------------------------------------------------- /PythonShellcode/pythonShellcode.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/PythonShellcode/pythonShellcode.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/README.md -------------------------------------------------------------------------------- /ReverseShell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ReverseShell/README.md -------------------------------------------------------------------------------- /ReverseShell/reverseShell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ReverseShell/reverseShell.py -------------------------------------------------------------------------------- /ZipCracker/10_million_password_list_top_10000.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ZipCracker/10_million_password_list_top_10000.txt -------------------------------------------------------------------------------- /ZipCracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ZipCracker/README.md -------------------------------------------------------------------------------- /ZipCracker/zipCracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/killswitch-GUI/SecurityTools/HEAD/ZipCracker/zipCracker.py --------------------------------------------------------------------------------