We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8482a8 commit c5be609Copy full SHA for c5be609
lib/exploitation/exploiter.py
@@ -113,7 +113,7 @@ def start_exploit(self, sep="*" * 10):
113
honey_score = api_calls.honeyscore_hook.HoneyHook(host, self.shodan_token).make_request()
114
if honey_score >= self.compare_honey:
115
lib.output.warning(
116
- "awh shit, this returned a honeypot score of {}, lets not and say we did".format(honey_score)
+ "honeypot score ({}) is above requested, skipping target".format(honey_score)
117
)
118
skip = True
119
skip_amount += 1
0 commit comments