Skip to content

Commit

Permalink
api keywords added
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Jun 28, 2024
1 parent 572396a commit e7aa3f1
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 @@ -140,7 +140,7 @@ def banner():


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

0 comments on commit e7aa3f1

Please sign in to comment.