Commit Graph

12 Commits (master)

Author SHA1 Message Date
Swissky 7a04c5bb60 Dockerfile reworked + examples 2024-06-08 20:48:06 +02:00
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 12c13aa2f2 BUGFIX - Payload size in Redis module 2019-07-07 23:39:13 +02:00
Swissky 34c79755ff MySQL - Arbitratry command 2019-04-08 11:37:17 +02:00
swisskyrepo 0792c541ff INFRA - XML requests + ssrf4 endpoint 2019-02-18 11:53:57 +01:00
derpadoo a7d0b2c412 Fixed curl examples for ssrf2/ssrf3 2019-01-30 13:54:10 -06:00
Swissky baac471a09 MODULE - smbhash : force an SMB auth via UNC path 2018-10-18 13:37:28 +02:00
Swissky 7f3822b67f INFRA - example.py with a GET SSRF 2018-10-17 17:12:08 +02:00
Swissky bea0fc8a1a INFRA - Handling JSON in request + example SSRF2 (json data) 2018-10-16 12:18:00 +02:00
Swissky 378901a948 MODULE - github enterprise + ssrf example service 2018-10-16 01:08:08 +02:00
Swissky fc08b46214 MODULE - core + redis + fastcgi + portscan + readfile 2018-10-15 21:22:04 +02:00