├── Botnet-Generator ├── BypassVM.py ├── ClientsCMD.py ├── ComputerCMD.py ├── DDOS.py ├── Generator.py ├── HTTPSocket.py ├── KratosKnife.py ├── Stealer.py ├── banners.py ├── crypter │ ├── AES_encrypt.py │ └── Base64_encrypt.py ├── icon │ ├── accdb.ico │ ├── chrome.ico │ ├── doc.ico │ ├── docx.ico │ ├── exe.ico │ ├── explorer10.ico │ ├── explorer8.1.ico │ ├── firefox.ico │ ├── m4a.ico │ ├── mp3.ico │ ├── mp4.ico │ ├── pdf.ico │ ├── ppt.ico │ ├── rar.ico │ ├── txt.ico │ ├── wav.ico │ └── xlsx.ico ├── removeBOTNET.bat ├── requirements.txt └── upx │ └── upx.exe ├── LICENSE ├── README.md ├── img ├── adminpanel.JPG ├── banner.png ├── location.JPG └── loginpage.JPG └── panel.zip /Botnet-Generator/BypassVM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/BypassVM.py -------------------------------------------------------------------------------- /Botnet-Generator/ClientsCMD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/ClientsCMD.py -------------------------------------------------------------------------------- /Botnet-Generator/ComputerCMD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/ComputerCMD.py -------------------------------------------------------------------------------- /Botnet-Generator/DDOS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/DDOS.py -------------------------------------------------------------------------------- /Botnet-Generator/Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/Generator.py -------------------------------------------------------------------------------- /Botnet-Generator/HTTPSocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/HTTPSocket.py -------------------------------------------------------------------------------- /Botnet-Generator/KratosKnife.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/KratosKnife.py -------------------------------------------------------------------------------- /Botnet-Generator/Stealer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/Stealer.py -------------------------------------------------------------------------------- /Botnet-Generator/banners.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/banners.py -------------------------------------------------------------------------------- /Botnet-Generator/crypter/AES_encrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/crypter/AES_encrypt.py -------------------------------------------------------------------------------- /Botnet-Generator/crypter/Base64_encrypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/crypter/Base64_encrypt.py -------------------------------------------------------------------------------- /Botnet-Generator/icon/accdb.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/accdb.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/chrome.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/chrome.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/doc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/doc.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/docx.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/docx.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/exe.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/exe.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/explorer10.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/explorer10.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/explorer8.1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/explorer8.1.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/firefox.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/firefox.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/m4a.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/m4a.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/mp3.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/mp3.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/mp4.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/mp4.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/pdf.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/pdf.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/ppt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/ppt.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/rar.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/rar.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/txt.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/txt.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/wav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/wav.ico -------------------------------------------------------------------------------- /Botnet-Generator/icon/xlsx.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/icon/xlsx.ico -------------------------------------------------------------------------------- /Botnet-Generator/removeBOTNET.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/removeBOTNET.bat -------------------------------------------------------------------------------- /Botnet-Generator/requirements.txt: -------------------------------------------------------------------------------- 1 | pycryptodome 2 | requests 3 | mss==4.0.3 4 | PyInstaller 5 | pywin32 -------------------------------------------------------------------------------- /Botnet-Generator/upx/upx.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/Botnet-Generator/upx/upx.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/README.md -------------------------------------------------------------------------------- /img/adminpanel.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/img/adminpanel.JPG -------------------------------------------------------------------------------- /img/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/img/banner.png -------------------------------------------------------------------------------- /img/location.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/img/location.JPG -------------------------------------------------------------------------------- /img/loginpage.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/img/loginpage.JPG -------------------------------------------------------------------------------- /panel.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PushpenderIndia/KratosKnife/HEAD/panel.zip --------------------------------------------------------------------------------