Skip to content

Commit c5be609

Browse files
committed
fixes the 'awh shit' comment :|
1 parent f8482a8 commit c5be609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/exploitation/exploiter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def start_exploit(self, sep="*" * 10):
113113
honey_score = api_calls.honeyscore_hook.HoneyHook(host, self.shodan_token).make_request()
114114
if honey_score >= self.compare_honey:
115115
lib.output.warning(
116-
"awh shit, this returned a honeypot score of {}, lets not and say we did".format(honey_score)
116+
"honeypot score ({}) is above requested, skipping target".format(honey_score)
117117
)
118118
skip = True
119119
skip_amount += 1

0 commit comments

Comments
 (0)