Skip to content

Commit

Permalink
not vulnerable
Browse files Browse the repository at this point in the history
  • Loading branch information
jorhelp committed Dec 15, 2022
1 parent 2f09a9a commit f681e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ingram/core/scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __call__(self, ip):
self.workshop.put(msg)
self.data.found_add()
self.data.vul_add(','.join(msg[:6]) + '\n')
if not vulnerable:
if mods and not vulnerable:
record.append((port, device))

except Exception as e:
Expand Down

0 comments on commit f681e99

Please sign in to comment.