cookie not necessary

master
Max Michels 2019-02-17 18:08:30 +00:00
parent e434b6a40a
commit 49975b7549
No known key found for this signature in database
GPG Key ID: BECC093737F3D962
1 changed files with 0 additions and 7 deletions

View File

@ -122,12 +122,6 @@ class MetasploitModule < Msf::Auxiliary
vprint_status("Trying username:#{user.inspect} with password:#{pass.inspect}")
begin
cookie = "SVPNCOOKIE=; " +
"path=/; " +
"expires=Wed, 13-Feb-2019 23:45:12 GMT; " +
"secure; " +
"httponly; "
post_params = {
'ajax' => '1',
'username' => user,
@ -145,7 +139,6 @@ class MetasploitModule < Msf::Auxiliary
'uri' => '/remote/logincheck',
'method' => 'POST',
'ctype' => 'application/x-www-form-urlencoded',
#'cookie' => cookie,
'vars_post' => post_params
)