Giter Club home page Giter Club logo

kicomav's Introduction

KicomAV v0.25 Build Status

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

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 or build.bat
  • You can see Release Directory. Change the Release directory and run k2.py.

Usage

C:\kicomav\Release> python k2.py [path] [options]

Example 1 : KicomAV help Options

C:\kicomav\Release> python k2.py
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.25 (July 18 2013)
Copyright (C) 1995-2013 Kei Choi. All rights reserved.
------------------------------------------------------------

Usage: k2.py path[s] [options]
Options:
        -f,  --files           scan files *
        -r,  --arc             scan archives
        -I,  --list            display all files
        -V,  --vlist           display virus list
             --update          update
             --sigtool         create a malware signature
             --no-color        not print color
        -?,  --help            this help
                               * = default option

C:\kicomav\Release> _

Example 2 : Scan for current path

C:\kicomav\Release> python k2.py .
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.25 (July 18 2013)
Copyright (C) 1995-2013 Kei Choi. All rights reserved.
------------------------------------------------------------
Last updated Thu Jul 18 04:31:48 2013 UTC
Signature number: 6

Z:\Dropbox\?? ?? ... \org\k2\dummy.txt infected : Dummy-Test-File (not a virus)
Z:\Dropbox\?? ?? ... \org\k2\eicar.txt infected : EICAR-Test-File (not a virus)


Results:
Folders           :2
Files             :15
Packed            :0
Infected files    :2
Suspect files     :0
Warnings          :0
Identified viruses:2
I/O errors        :0

C:\kicomav\Release> _

Example 3 : Scan for ZIP files

C:\kicomav\Release> python k2.py c:\temp -r -I
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.25 (July 18 2013)
Copyright (C) 1995-2013 Kei Choi. All rights reserved.
------------------------------------------------------------
Last updated Thu Jul 18 04:31:48 2013 UTC
Signature number: 6

c:\temp ok
c:\temp\1.zip ok
c:\temp\1.zip (eicar.txt) infected : EICAR-Test-File (not a virus)
c:\temp\1.zip (test.zip) ok
c:\temp\1.zip (test.zip/dummy.txt) infected : Dummy-Test-File (not a virus)
c:\temp\1.zip (test.zip/eicar.txt) infected : EICAR-Test-File (not a virus)
c:\temp\CSS2013.docx ok
c:\temp\CSS2013.docx ([Content_Types].xml) ok
c:\temp\CSS2013.docx (_rels/.rels) ok
c:\temp\CSS2013.docx (word/_rels/document.xml.rels) ok
c:\temp\CSS2013.docx (word/document.xml) ok
c:\temp\CSS2013.docx (word/endnotes.xml) ok
c:\temp\CSS2013.docx (word/footnotes.xml) ok
c:\temp\CSS2013.docx (word/footer1.xml) ok
c:\temp\CSS2013.docx (word/_rels/footer1.xml.rels) ok
c:\temp\CSS2013.docx (word/_rels/header1.xml.rels) ok
c:\temp\CSS2013.docx (word/header1.xml) ok
c:\temp\CSS2013.docx (word/media/image2.jpeg) ok
c:\temp\CSS2013.docx (word/theme/theme1.xml) ok
c:\temp\CSS2013.docx (word/media/image1.png) ok
c:\temp\CSS2013.docx (word/settings.xml) ok
c:\temp\CSS2013.docx (word/styles.xml) ok
c:\temp\CSS2013.docx (customXml/itemProps1.xml) ok
c:\temp\CSS2013.docx (word/numbering.xml) ok
c:\temp\CSS2013.docx (customXml/_rels/item1.xml.rels) ok
c:\temp\CSS2013.docx (customXml/item1.xml) ok
c:\temp\CSS2013.docx (docProps/core.xml) ok
c:\temp\CSS2013.docx (word/fontTable.xml) ok
c:\temp\CSS2013.docx (word/webSettings.xml) ok
c:\temp\CSS2013.docx (word/stylesWithEffects.xml) ok
c:\temp\CSS2013.docx (docProps/app.xml) ok


Results:
Folders           :1
Files             :30
Packed            :0
Infected files    :3
Suspect files     :0
Warnings          :0
Identified viruses:2
I/O errors        :0

C:\kicomav\Release> _

Example 4 : Display Virus list

C:\kicomav\Release> python k2.py c:\temp -V
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.25 (July 18 2013)
Copyright (C) 1995-2013 Kei Choi. All rights reserved.
------------------------------------------------------------
Last updated Thu Jul 18 04:31:48 2013 UTC
Signature number: 6

Exploit.HWP.Generic.42                             [hwp.kmd]
Exploit.HWP.Generic.43                             [hwp.kmd]
Exploit.HWP.Generic.5A                             [hwp.kmd]
Exploit.HWP.Generic.EX                             [hwp.kmd]
Dummy-Test-File (not a virus)                      [dummy.kmd]
EICAR Test                                         [eicar.kmd]

C:\kicomav\Release> _

Author

Kei Choi

kicomav's People

Contributors

hanul93 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.