Skip to content

Commit 74f39f5

Browse files
authored
fix expoitstatus
1 parent 2c50411 commit 74f39f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/coerce_plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def on_login(self, context, connection):
169169
context.log.debug("Target is vulnerable to PrinterBug")
170170
context.log.highlight("VULNERABLE, PrinterBug")
171171
if self.listener is not None: # exploit
172-
printerbugclass.exploit(printerbugconnect, self.listener, target, self.always_continue, pipe)
172+
exploit_status = printerbugclass.exploit(printerbugconnect, self.listener, target, self.always_continue, pipe)
173173
if not self.always_continue and exploit_status:
174174
break
175175
printerbugconnect.disconnect()

0 commit comments

Comments
 (0)