Skip to content

Commit

Permalink
Minor Fix : API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Jun 3, 2017
1 parent 47240b7 commit 9844bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/vt-checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
URL = r'https://www.virustotal.com/vtapi/v2/file/report'
VENDORS = ['Microsoft', 'Kaspersky', 'McAfee', 'CrowdStrike', 'TrendMicro',
'ESET-NOD32', 'Symantec', 'F-Secure', 'BitDefender', 'Sophos', 'GData']
API_KEY = '-'
API_KEY = ''
WAIT_TIME = 15 # Public API allows 4 request per minute, so we wait 15 secs by default


Expand Down

0 comments on commit 9844bb3

Please sign in to comment.