Skip to content

Commit d05a497

Browse files
Update README.md
1 parent d3fd543 commit d05a497

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vtscan
22
VirusTotal File Scanner CLI Tool
33

4-
# Virus Total API Key
4+
### Virus Total API Key
55
This tool requires that you first get a API Key from Virus Total:
66
1. Create a free account on [VirusTotal](https://www.virustotal.com/gui/join-us)
77
2. Once verified, log in -> Click on avatar on top right -> API Key
@@ -28,19 +28,20 @@ optional arguments:
2828

2929
# Sample output
3030
````
31-
% python3 vtscan.py ~/Downloads/setup.exe
31+
% python3 /dpool/vcmain/dev/py/vtscan/vtscan.py /tmp/nc.exe
3232
.: Details :.
33-
- md5: a75bbfe51f2495bce794bb5a943b4838
34-
- sha1: 9a24bcbcf58d8ab25d9e915399c9be51ac1837c3
35-
- sha256: a162696a92cbd87626741a0a680844f6b7c134601705884d1957a29f76b3b4e4
36-
- Permalink: https://www.virustotal.com/file/a162696a92cbd87626741a0a680844f6b7c134601705884d1957a29f76b3b4e4/analysis/1578238813/
33+
- md5: 6a6adda21284218fc65eb65d7198af34
34+
- sha1: c5e19c02a9a1362c67ea87c1e049ce9056425788
35+
- sha256: bf01148b2a428bf6edff570c1bbfbf51a342ff7844ceccaf22c0e09347d59a54
36+
- Permalink: https://www.virustotal.com/gui/file/bf01148b2a428bf6edff570c1bbfbf51a342ff7844ceccaf22c0e09347d59a54/detection/f-bf01148b2a428bf6edff570c1bbfbf51a342ff7844ceccaf22c0e09347d59a54-1634433789
3737
3838
.: File :.
39-
- File: setup.exe
40-
- Path: /home/tquinn/Downloads
39+
- File: nc.exe
40+
- Path: /tmp
4141
4242
.: Virus Total Summary :.
43-
- Detections: 0 out of 71 (100% pass)
43+
- Detections: 25 out of 65 (Go to VirusTotal for more details)
44+
4445
~
4546
````
4647

0 commit comments

Comments
 (0)