hanul93 / Kicomav
Licence: gpl-2.0
KicomAV is an open source (GPL v2) antivirus engine designed for detecting malware and disinfecting it.
Stars: ✭ 227
Programming Languages
python
139335 projects - #7 most used programming language
Projects that are alternatives of or similar to Kicomav
Php Antimalware Scanner
AMWScan (PHP Antimalware Scanner) is a free tool to scan php files and analyze your project to find any malicious code inside it.
Stars: ✭ 181 (-20.26%)
Mutual labels: malware, antivirus, virus
Php Malware Finder
Detect potentially malicious PHP files
Stars: ✭ 1,245 (+448.46%)
Mutual labels: malware, antivirus
Serpentine
C++/Win32/Boost Windows RAT (Remote Administration Tool) with a multiplatform Java/Spring RESTful C2 server and Go, C++/Qt5 frontends
Stars: ✭ 216 (-4.85%)
Mutual labels: malware, virus
Thefatrat
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw…
Stars: ✭ 5,944 (+2518.5%)
Mutual labels: malware, antivirus
Zeus
NOT MY CODE! Zeus trojan horse - leaked in 2011, I am not the author. This repository is for study purposes only, do not message me about your lame hacking attempts.
Stars: ✭ 1,043 (+359.47%)
Mutual labels: malware, virus
Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (-53.74%)
Mutual labels: malware, virus
Multiscanner
Modular file scanning/analysis framework
Stars: ✭ 494 (+117.62%)
Mutual labels: malware, antivirus
Ratel
RAT-el is an open source penetration test tool that allows you to take control of a windows machine. It works on the client-server model, the server sends commands and the client executes the commands and sends the result back to the server. The client is completely undetectable by anti-virus software.
Stars: ✭ 121 (-46.7%)
Mutual labels: malware, virus
Ergo Pe Av
🧠 🦠 An artificial neural network and API to detect Windows malware, based on Ergo and LIEF.
Stars: ✭ 130 (-42.73%)
Mutual labels: malware, antivirus
Botnets
This is a collection of #botnet source codes, unorganized. For EDUCATIONAL PURPOSES ONLY
Stars: ✭ 2,523 (+1011.45%)
Mutual labels: malware, virus
Antidebugging
A collection of c++ programs that demonstrate common ways to detect the presence of an attached debugger.
Stars: ✭ 161 (-29.07%)
Mutual labels: malware, virus
Hacktheworld
An Python Script For Generating Payloads that Bypasses All Antivirus so far .
Stars: ✭ 527 (+132.16%)
Mutual labels: malware, antivirus
Telegram Rat
Windows Remote Administration Tool via Telegram. Written in Python
Stars: ✭ 201 (-11.45%)
Mutual labels: malware, virus
Malice
VirusTotal Wanna Be - Now with 100% more Hipster
Stars: ✭ 1,253 (+451.98%)
Mutual labels: malware, antivirus
Gobot2
Second Version of The GoBot Botnet, But more advanced.
Stars: ✭ 431 (+89.87%)
Mutual labels: malware, virus
Green Hat Suite
Green-hat-suite is a tool to generate meterpreter/shell which could evade antivirus.
Stars: ✭ 112 (-50.66%)
Mutual labels: malware, antivirus
Malware
Rootkits | Backdoors | Sniffers | Virus | Ransomware | Steganography | Cryptography | Shellcodes | Webshells | Keylogger | Botnets | Worms | Other Network Tools
Stars: ✭ 156 (-31.28%)
Mutual labels: malware, virus

KicomAV v0.33
KicomAV is an open source (GPL v2) antivirus engine designed for detecting malware and disinfecting it. This antivirus engine is created and maintained by Kei Choi.
Requirements
- Python 2.7
- pylzma
- yara
- backports.lzma
Quick start
Three quick start options are available:
- Download the latest release and unzip it.
- Clone the repo:
git clone git://github.com/hanul93/kicomav.git
. - Build KicomAV Engine & Plugins modules :
build.sh build
orbuild.bat build
- You can see
Release
Directory. Change theRelease
directory and runk2.py
.
Usage
C:\kicomav\Release> python k2.py [path] [options]
Example 1 : KicomAV help Options
C:\kicomav\Release> python k2.py
Example 2 : Update for malware signatures
C:\kicomav\Release> python k2.py --update
Example 3 : Scan for current path
C:\kicomav\Release> python k2.py . -I
Example 4 : Scan for ZIP files
C:\kicomav\Release> python k2.py sample -r -I
Example 5 : Display Virus list
C:\kicomav\Release> python k2.py -V
Author
Kei Choi
- http://www.hanul93.com
- http://twitter.com/hanul93
- http://facebook.com/hanul93
- http://github.com/hanul93
Supporters
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].