Commit Graph

4 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 12f233e2bb MODULE - Tomcat WAR uploader 2019-07-12 01:01:28 +02:00
Swissky 7ec9a6b1d0 BUGFIX - SSL warnings + https wrapper 2019-07-07 22:05:31 +02:00
Swissky e8751bb51e MODULE - Tomcat module - bruteforce attack against manager 2018-12-29 22:14:55 +01:00