Fixing typo

main
Alexander Neff 2023-05-29 19:36:40 +02:00
parent fa63bbfec6
commit b7ef67e4bf
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ class smb(connection):
add_user_bh(self.username, domain, self.logger, self.config)
# check https://github.com/byt3bl33d3r/CrackMapExec/issues/321
if self.args.continue_on_succes and self.signing:
if self.args.continue_on_success and self.signing:
try:
self.conn.logoff()
except: