-
Notifications
You must be signed in to change notification settings - Fork 14k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
automatic module_metadata_base.json update
- Loading branch information
1 parent
f7209bf
commit 20fb1e5
Showing
1 changed file
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -146808,7 +146808,7 @@ | |
"author": [ | ||
"jduck <[email protected]>" | ||
], | ||
"description": "This module will execute an arbitrary payload on a Microsoft IIS installation\n that is vulnerable to the CGI double-decode vulnerability of 2001.\n\n NOTE: This module will leave a metasploit payload in the IIS scripts directory.", | ||
"description": "This module will execute an arbitrary payload on a Microsoft IIS installation\n that is vulnerable to the CGI double-decode vulnerability of 2001.\n\n This module has been tested successfully on:\n\n Windows 2000 Professional (SP0) (EN);\n Windows 2000 Professional (SP1) (AR);\n Windows 2000 Professional (SP1) (CZ);\n Windows 2000 Server (SP0) (FR);\n Windows 2000 Server (SP1) (EN); and\n Windows 2000 Server (SP1) (SE).\n\n Note: This module will leave a Metasploit payload exe in the IIS scripts directory.", | ||
"references": [ | ||
"CVE-2001-0333", | ||
"OSVDB-556", | ||
|
@@ -146820,22 +146820,42 @@ | |
"arch": "", | ||
"rport": 80, | ||
"autofilter_ports": [ | ||
|
||
80, | ||
8080, | ||
443, | ||
8000, | ||
8888, | ||
8880, | ||
8008, | ||
3000, | ||
8443 | ||
], | ||
"autofilter_services": [ | ||
|
||
"http", | ||
"https" | ||
], | ||
"targets": [ | ||
"Automatic" | ||
"Windows (Dropper)", | ||
"Windows (Command)" | ||
], | ||
"mod_time": "2021-10-06 13:43:31 +0000", | ||
"mod_time": "2022-07-03 18:22:55 +0000", | ||
"path": "/modules/exploits/windows/iis/ms01_026_dbldecode.rb", | ||
"is_install_path": true, | ||
"ref_name": "windows/iis/ms01_026_dbldecode", | ||
"check": true, | ||
"post_auth": false, | ||
"default_credential": false, | ||
"notes": { | ||
"Stability": [ | ||
"crash-safe" | ||
], | ||
"Reliability": [ | ||
"repeatable-session" | ||
], | ||
"SideEffects": [ | ||
"ioc-in-logs", | ||
"artifacts-on-disk" | ||
] | ||
}, | ||
"session_types": false, | ||
"needs_cleanup": true | ||
|