Commit Graph

6 Commits (36eb5a3f4e59be55341fa91133ef8b584896a0ba)

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 baac471a09 MODULE - smbhash : force an SMB auth via UNC path 2018-10-18 13:37:28 +02:00
Swissky 1b176ae26d MODULE - Update modules with the args.level 2018-10-17 14:16:51 +02:00
Swissky 7fe2eb1ba6 MODULE - Documentation header added + template module 2018-10-17 00:54:13 +02:00
Swissky 65c73647f8 MODULE - SMTP service : send mail 2018-10-16 21:53:25 +02:00
Swissky 59f3d27a15 MODULE - MySQL and Zabbix services 2018-10-16 21:34:04 +02:00