We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8069633 commit f70b402Copy full SHA for f70b402
modules/exploits/windows/iis/iis_webdav_scstoragepathfromurl.rb
@@ -114,6 +114,9 @@ def check
114
115
def exploit
116
# extract the local servername and port from a PROPFIND request
117
+ # these need to be the values from the backend server
118
+ # if testing a reverse proxy setup, these values differ
119
+ # from RHOST and RPORT but can be extracted this way
120
vprint_status("Extracting ServerName and Port")
121
res = send_request_raw(
122
'method' => 'PROPFIND',
0 commit comments