Skip to content

Commit

Permalink
updated module
Browse files Browse the repository at this point in the history
removed the csrfkey parameter from login uri.
  • Loading branch information
juushya committed Aug 16, 2013
1 parent a65181d commit e4885b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/http/cisco_ironport_enum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def do_login(user, pass)
begin
res = send_request_cgi(
{
'uri' => '/login?CSRFKey=5PADuD3Z-10v3-b33R-5h0t-0n4h3R0cK555',
'uri' => '/login',
'method' => 'POST',
'vars_post' =>
{
Expand Down

0 comments on commit e4885b2

Please sign in to comment.