Commit Graph

16 Commits (master)

Author SHA1 Message Date
Swissky d431d336bf AXFR module - DNS Zone Transfer 2024-06-10 14:56:13 +02:00
Swissky 4e92e88913 Adding verbosity feature 2024-06-09 01:13:53 +02:00
Swissky d24997464e Fix SyntaxWarning 2024-06-08 20:59:26 +02:00
Swissky 7a04c5bb60 Dockerfile reworked + examples 2024-06-08 20:48:06 +02:00
MBharanya bb368088f4 Add HTTP proxy support 2022-03-23 11:45:34 +01: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
Mateus Pimentel 7055df6315 Added the possibility to specify files via the --rflags parameter when using the readfiles module. 2021-02-02 19:34:38 -03:00
xyzkab 95b28008e4 remove default value 2020-01-09 09:53:44 +07:00
xyzkab 776feac515 set reverse shell as 1 default handler 2020-01-08 23:25:32 +07:00
Swissky da86cab442 MODULE - Memcache store data 2019-07-08 23:46:48 +02:00
Swissky d57cbcce98 MODULE - Send custom data to service (nc) + examples 2019-07-08 21:17:03 +02:00
Swissky 9c2ffeac39 INFRA - Examples added in argparse help() 2019-07-08 00:02:56 +02:00
Swissky 7ec9a6b1d0 BUGFIX - SSL warnings + https wrapper 2019-07-07 22:05:31 +02:00
swisskyrepo adfef02124 INFRA - SSL for HTTPS + UserAgent parameter 2019-02-18 13:33:24 +01:00
Swissky ee74058eda MODULE - "--level" added and portscan improved 2018-10-17 14:03:43 +02:00
Swissky fc08b46214 MODULE - core + redis + fastcgi + portscan + readfile 2018-10-15 21:22:04 +02:00