Skip to content

Commit f70b402

Browse files
committed
add comment
1 parent 8069633 commit f70b402

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/exploits/windows/iis/iis_webdav_scstoragepathfromurl.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ def check
114114

115115
def exploit
116116
# 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
117120
vprint_status("Extracting ServerName and Port")
118121
res = send_request_raw(
119122
'method' => 'PROPFIND',

0 commit comments

Comments
 (0)