Skip to content

Commit e4885b2

Browse files
committed
updated module
removed the csrfkey parameter from login uri.
1 parent a65181d commit e4885b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/cisco_ironport_enum.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def do_login(user, pass)
128128
begin
129129
res = send_request_cgi(
130130
{
131-
'uri' => '/login?CSRFKey=5PADuD3Z-10v3-b33R-5h0t-0n4h3R0cK555',
131+
'uri' => '/login',
132132
'method' => 'POST',
133133
'vars_post' =>
134134
{

0 commit comments

Comments
 (0)