Skip to content

Commit

Permalink
fixed key name for virustotal
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed May 16, 2024
1 parent 59a8c9f commit 12c4b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finalrecon.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def banner():


def save_key(key_string):
valid_keys = ['bevigil', 'facebook', 'shodan', 'vt']
valid_keys = ['bevigil', 'facebook', 'shodan', 'virustotal']
key_parts = key_string.split('@', 1)
key_name = key_parts[0]
key_str = key_parts[1]
Expand Down

0 comments on commit 12c4b29

Please sign in to comment.