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 7ca0fe5 commit b76229bCopy full SHA for b76229b
modules/exploits/windows/iis/iis_webdav_scstoragepathfromurl.rb
@@ -189,8 +189,6 @@ def exploit
189
min_path_len.upto(max_path_len) do |path_len|
190
vprint_status("Trying path length of #{path_len}...")
191
192
- junk = rand_text_alpha(2)
193
-
194
begin
195
buf1 = "<#{http_host}/"
196
buf1 << rand_text_alpha(114 - path_len)
0 commit comments