Skip to content

Commit

Permalink
Fixes bug in Shodan command
Browse files Browse the repository at this point in the history
  • Loading branch information
Te-k committed Jul 11, 2023
1 parent 0bd1f34 commit 8ae7f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harpoon/commands/shodancmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def __init__(self, config):
self.add_subcommand(SubcommandSsh)
self.add_subcommand(SubcommandQuota)

def intel_ip(self, query, data, conf):
def intel_ip(self, query, data):
print("[+] Checking Shodan...")
api = shodan.Shodan(self._config_data['Shodan']['key'])
try:
Expand Down

0 comments on commit 8ae7f18

Please sign in to comment.