Fix typo in rand

GSoC/Meterpreter_Web_Console
Pedro Ribeiro 2018-05-29 18:40:50 +03:00 committed by GitHub
parent ac5718d24c
commit a3c7ac830f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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({