Skip to content

Commit b22c4bc

Browse files
add break on loop
1 parent 1219423 commit b22c4bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nxc/modules/coerce_plus.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def on_login(self, context, connection):
137137
if not self.always_continue and exploit_status:
138138
break
139139
petitpotamconnect.disconnect()
140+
break
140141
else:
141142
context.log.debug("Target is not vulnerable to PetitPotam")
142143
except Exception as e:

0 commit comments

Comments
 (0)