Skip to content

Commit e4925d3

Browse files
clarify debug message
1 parent ca32918 commit e4925d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def ps_execute(self, payload=None, get_output=False, methods=None, force_ps32=Fa
697697
force_ps32 = force_ps32 if force_ps32 else self.args.force_ps32
698698
get_output = True if not self.args.no_output else get_output
699699

700-
self.logger.debug(f"Starting PS execute: {payload=} {get_output=} {methods=} {force_ps32=} {obfs=} {encode=}")
700+
self.logger.debug(f"Starting ps_execute(): {payload=} {get_output=} {methods=} {force_ps32=} {obfs=} {encode=}")
701701
amsi_bypass = self.args.amsi_bypass[0] if self.args.amsi_bypass else None
702702
self.logger.debug(f"AMSI Bypass: {amsi_bypass}")
703703

0 commit comments

Comments
 (0)