Commit Graph

95 Commits (c11f4efe281e711c1919e34aebfe42e0d7078006)

Author SHA1 Message Date
Swissky c11f4efe28
Merge pull request #42 from mbharanya/master
Add HTTP proxy support
2022-03-23 14:22:23 +01:00
MBharanya bb368088f4 Add HTTP proxy support 2022-03-23 11:45:34 +01:00
Swissky d8851aef1c
Merge pull request #41 from Mili-NT/master
Added logging to file for better troubleshooting and fixed complicated format calls
2022-03-17 09:48:39 +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
Swissky 490c8a5bc3 Fix FP 2021-07-16 11:02:48 +02:00
Swissky e57714e493 Fix false-positives in modules networkscan and portscan 2021-07-16 11:00:51 +02:00
Swissky c7922ba0ab
Merge pull request #35 from ScarletTeam/master
Allows readfiles module to read specific files specified in a parameter when starting the ssrfmap.py script
2021-02-03 15:20:53 +01:00
Mateus Pimentel d01c58a524 Added the possibility to specify files via the --rflags parameter when using the readfiles module. 2021-02-02 19:42:12 -03: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
Swissky 3efa3e4175
Merge pull request #34 from mashaz/develop
BUGFIX - fix bug when handling `Content-Type`
2021-01-27 19:55:06 +01:00
Mashaz eb6f676848 BUGFIX - fix bug when handling `Content-Type` 2021-01-27 22:51:09 +08:00
Swissky af6f5ecd00
Update FUNDING.yml 2021-01-08 20:48:09 +01:00
Swissky 60d9bbe611
README - Update Rawsec badge 2020-10-06 10:11:30 +02:00
Swissky fbfed08b0b
Merge pull request #25 from xyzkab/fix_parse_method_action_uri
Fix parse method and action uri
2020-01-28 17:31:49 +01:00
xyzkab 394df12bb9 move up content.split, use content[0] on regex.findall 2020-01-28 20:00:04 +07:00
Swissky bb0fe7d9dd
Merge pull request #24 from xyzkab/add_handlers
Add specified handlers
2020-01-09 10:54:03 +01:00
xyzkab 2ffa7985b9 Check handler must have -lport option specified 2020-01-09 09:58:40 +07:00
xyzkab 95b28008e4 remove default value 2020-01-09 09:53:44 +07:00
xyzkab a94dd361a7 Update handlers: add http handler and httpcollaborator module 2020-01-09 00:41:09 +07:00
xyzkab 3d737a7e72 Update handlers: move cmd execution to :listen_command method 2020-01-08 23:44:41 +07:00
xyzkab 9f620d4f33 Update handlers: add default and load_handler method execution 2020-01-08 23:42:52 +07:00
xyzkab 776feac515 set reverse shell as 1 default handler 2020-01-08 23:25:32 +07:00
Swissky 8aac206bae
Merge pull request #23 from xyzkab/fix_missing_get_header
Fix missing header
2020-01-05 22:08:53 +01:00
xyzkab a8cb5999d3 Fix missing header: iterate all items, skip if name/value is empty 2020-01-06 02:23:34 +07:00
Swissky eed342aab9
Merge pull request #22 from xyzkab/fix_nested_params
Fix nested params
2019-12-28 00:49:42 +01:00
xyzkab 453e1b2a2c Fix nested post params
- use urllib.parse.unquote on form data name and value
2019-12-28 03:00:48 +07:00
Swissky b7b0f76afe BUGFIX - Fix for #17 application/json 2019-12-19 20:48:02 +01:00
Swissky 8ffaa5c899
Merge pull request #20 from makim0n/master
Use alpine docker
2019-12-03 13:03:48 +01:00
Maki a8af1c0e0a Use alpine docker 2019-12-03 12:08:43 +01:00
Swissky 3729b8b67f MODULE - AWS Lambda URL 2019-11-06 22:29:56 +01:00
Swissky 3bf50caffe
Merge pull request #19 from Sdussault/master
Update README.md
2019-10-21 21:12:44 +02:00
Samuel Dussault 53409f2dbc
Update README.md
Removed link to a dead article (410).
2019-10-21 12:18:06 -04:00
Swissky e7bbb65e2b
Merge pull request #18 from AlekKras/master
Dockerized SSRFmap
2019-10-04 19:36:14 +02:00
alekkras 17c2b10788 Dockerized SSRFmap 2019-10-04 10:30:35 -04:00
Swissky db4e7c9436
INFRA - Update FUNDINGS.yml 2019-09-22 16:09:10 +02:00
Swissky c499e914b3
INFRA - Sponsor button v2 2019-07-29 18:01:25 +02:00
Swissky 1724e38588
INFRA - Sponsor button 2019-07-29 18:00:33 +02:00
Swissky 12f233e2bb MODULE - Tomcat WAR uploader 2019-07-12 01:01:28 +02: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 8630827c61 README - Added to Rawsec's CyberSecurity Inventory 2019-07-07 23:44:50 +02:00
Swissky 12c13aa2f2 BUGFIX - Payload size in Redis module 2019-07-07 23:39:13 +02:00
Swissky 7ec9a6b1d0 BUGFIX - SSL warnings + https wrapper 2019-07-07 22:05:31 +02:00
Swissky 00ce514acc README - TODO update 2019-05-12 20:39:05 +02:00
Swissky 8d5e31db5c Fix for #10 2019-04-21 12:15:52 +02:00
Swissky 5943a6c157 INFRA - 127.1 and 127.0.1, short IP added 2019-04-20 20:22:22 +02:00
Swissky f7c0c0d6de README refactoring 2019-04-08 13:24:27 +02:00
Swissky 34c79755ff MySQL - Arbitratry command 2019-04-08 11:37:17 +02:00
swisskyrepo adfef02124 INFRA - SSL for HTTPS + UserAgent parameter 2019-02-18 13:33:24 +01:00