Skip to content

Commit b76229b

Browse files
removed unessessary line
1 parent 7ca0fe5 commit b76229b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/exploits/windows/iis/iis_webdav_scstoragepathfromurl.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,6 @@ def exploit
189189
min_path_len.upto(max_path_len) do |path_len|
190190
vprint_status("Trying path length of #{path_len}...")
191191

192-
junk = rand_text_alpha(2)
193-
194192
begin
195193
buf1 = "<#{http_host}/"
196194
buf1 << rand_text_alpha(114 - path_len)

0 commit comments

Comments
 (0)