Skip to content

Commit

Permalink
Inserted example images
Browse files Browse the repository at this point in the history
  • Loading branch information
hanul93 committed May 10, 2018
1 parent 01f6742 commit bd3b015
Showing 1 changed file with 14 additions and 117 deletions.
131 changes: 14 additions & 117 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,146 +37,43 @@ C:\kicomav\Release> python k2.py [path] [options]

```
C:\kicomav\Release> python k2.py
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.30 (May 07 2018)
Copyright (C) 1995-2018 Kei Choi. All rights reserved.
------------------------------------------------------------
Usage: k2.py path[s] [options]
Options:
-f, --files scan files *
-r, --arc scan archives
-G, --log=file create log file
-I, --list display all files
-e, --app append to log file
-F, --infp=path set infected quarantine folder
-R, --nor do not recurse into folders
-V, --vlist display virus list
-p, --prompt prompt for action
-d, --dis disinfect files
-l, --del delete infected files
--no-color don't print with color
--move move infected files in quarantine folder
--update update
--verbose enabling verbose mode (only Developer Edition)
--sigtool make files for malware signatures
-?, --help this help
* = default option
C:\kicomav\Release> _
```

![KicomAV_Run](http://www.hanul93.com/images/kicomav/k2_run.gif)

**Example 2 :** Update for malware signatures

```
C:\kicomav\Release>k2.py --update
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.30 (May 07 2018)
Copyright (C) 1995-2018 Kei Choi. All rights reserved.
------------------------------------------------------------
plugins/emalware.c01 .... update
plugins/emalware.i01 ..... update
plugins/emalware.n01 ........ update
plugins/emalware.s01 .. update
[Update complete]
C:\kicomav\Release> _
C:\kicomav\Release> python k2.py --update
```

![KicomAV_Update](http://www.hanul93.com/images/kicomav/k2_update.gif)

**Example 3 :** Scan for current path

```
C:\kicomav\Release> python k2.py .
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.30 (May 07 2018)
Copyright (C) 1995-2018 Kei Choi. All rights reserved.
------------------------------------------------------------
Last updated Wed Mar 7 00:14:58 2018 UTC
Signature number: 2,052
C:\kicomav\Relea ... 08ecba90d0cd778 infected : Trojan-Ransom.Win32.Snocry.cxu
C:\kicomav\Release\ ... 218e8a8d7eb93df1003 infected : Trojan.Win32.Agent.icgh
Results:
Folders :4
Files :37
Packed :0
Infected files :2
Suspect files :0
Warnings :0
Identified viruses:2
I/O errors :0
C:\kicomav\Release> _
C:\kicomav\Release> python k2.py . -I
```

![KicomAV_Scan](http://www.hanul93.com/images/kicomav/k2_scan.gif)

**Example 4 :** Scan for ZIP files

```
C:\kicomav\Release> python k2.py sample\test.zip -r -I
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.30 (May 07 2018)
Copyright (C) 1995-2018 Kei Choi. All rights reserved.
------------------------------------------------------------
Last updated Wed Mar 7 00:14:58 2018 UTC
Signature number: 2,052
C:\kicomav\Release\sample\test.zip ok
C:\kicomav\Relea ... .zip (dummy.txt) infected : Dummy-Test-File (not a virus)
Results:
Folders :0
Files :2
Packed :1
Infected files :1
Suspect files :0
Warnings :0
Identified viruses:1
I/O errors :0
C:\kicomav\Release> _
C:\kicomav\Release> python k2.py sample -r -I
```

![KicomAV_Scan_Zip](http://www.hanul93.com/images/kicomav/k2_scan_zip.gif)

**Example 5 :** Display Virus list

```
C:\kicomav\Release> python k2.py -V
------------------------------------------------------------
KICOM Anti-Virus II (for WIN32) Ver 0.30 (May 07 2018)
Copyright (C) 1995-2018 Kei Choi. All rights reserved.
------------------------------------------------------------
Last updated Wed Mar 7 00:14:58 2018 UTC
Signature number: 2,052
Dummy-Test-File (not a virus) [dummy.kmd]
EICAR-Test-File (not a virus) [eicar.kmd]
Backdoor.Linux.Mirai.a.gen [emalware.kmd]
Trojan-Ransom.NSIS.MyxaH.niz [emalware.kmd]
Trojan-Ransom.NSIS.Onion.afvz [emalware.kmd]
Trojan-Ransom.Win32.Agent.aagy [emalware.kmd]
Trojan-Ransom.Win32.Agent.aahp [emalware.kmd]
...
Trojan.Win32.Inject.adnta [emalware.kmd]
Trojan.Win32.Inject.wnfq [emalware.kmd]
Trojan.Win32.Invader [emalware.kmd]
Trojan.Win32.KillDisk.gen [emalware.kmd]
Trojan.Win32.Menti.gen [emalware.kmd]
Worm.Script.Generic [emalware.kmd]
Virus.MSExcel.Laroux.Gen [macro.kmd]
Exploit.HWP.Generic [hwp.kmd]
C:\kicomav\Release> _
```

![KicomAV_Virus_list](http://www.hanul93.com/images/kicomav/k2_vlist.gif)


## Author

**Kei Choi**
Expand Down

0 comments on commit bd3b015

Please sign in to comment.