Created
June 13, 2011 13:06
-
-
Save EdwardIII/1022734 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@server18 ~]# cat eicar.com | |
| X5O!P%@AP[4\PZX54(P^)7CC)7}-STANDARD-ANTIVIRUS-TEST-FILE!+H* | |
| [root@server18 ~]# clamdscan eicar.com | |
| /root/eicar.com: OK | |
| ----------- SCAN SUMMARY ----------- | |
| Infected files: 0 | |
| Time: 0.000 sec (0 m 0 s) | |
| [root@server18 ~]# clamscan eicar.com | |
| eicar.com: OK | |
| ----------- SCAN SUMMARY ----------- | |
| Known viruses: 971895 | |
| Engine version: 0.97.1 | |
| Scanned directories: 0 | |
| Scanned files: 1 | |
| Infected files: 0 | |
| Data scanned: 0.00 MB | |
| Data read: 0.00 MB (ratio 0.00:1) | |
| Time: 2.278 sec (0 m 2 s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment