Commit Graph

4 Commits (master)

Author SHA1 Message Date
Mili-NT 908775e397 - Added logging to file for better troubleshooting
- Swapped instances of format() to use fstrings for readability, as some of the format calls were convoluted:
    - "".join("%{0:0>2}".format(format(ord(char), "x")) for char in string) => "".join([f"%{ord(char):0>2x}" for char in string])
    - logging.info("Original file length: {}".format('{0:0{1}X}'.format(len(webshell_data),8))) => logging.info(f"Original file length: {len(webshell_data):08X}")

- Added missing 'module launched' message for SMTP
2022-03-16 14:27:30 -04:00
Swissky 34c79755ff MySQL - Arbitratry command 2019-04-08 11:37:17 +02:00
Swissky baac471a09 MODULE - smbhash : force an SMB auth via UNC path 2018-10-18 13:37:28 +02:00
Swissky 37b1ddc990 MODULE - SOCKS4 Proxy via gopher:// 2018-10-18 02:11:43 +02:00