Fix typo in rand
parent
ac5718d24c
commit
a3c7ac830f
|
@ -108,7 +108,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
@sec_cookie = SecureRandom.uuid
|
||||
@csrf_cookie = SecureRandom.uuid
|
||||
|
||||
post_data = "#{rand_text_alpha(5..12)},#{rand_text_alpha(rand(5..12)}," +
|
||||
post_data = "#{rand_text_alpha(5..12)},#{rand_text_alpha(5..12)}," +
|
||||
"#{@sec_cookie},#{@csrf_cookie}"
|
||||
|
||||
res = send_request_cgi({
|
||||
|
|
Loading…
Reference in New Issue