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.
2 parents ed94797 + c5be609 commit dbc59faCopy full SHA for dbc59fa
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