random uri

bug/bundler_fix
sinn3r 2013-12-05 18:07:24 -06:00
parent 8e9723788d
commit c07686988c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class Metasploit3 < Msf::Auxiliary
def http_request
http = ''
http << "GET /blah HTTP/1.1\r\n"
http << "GET /#{Rex::Text.rand_text_alpha(6)} HTTP/1.1\r\n"
http << "Host: #{host}\r\n"
http << "Accept: #{long_string}\r\n"
http << "\r\n"