Skip to content

Commit 9d2355d

Browse files
committed
removed debug line
1 parent 2ad82ff commit 9d2355d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/exploits/linux/http/nagios_xi_chained_rce.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ def get_admin_cookie
152152
Digest::MD5.hexdigest(@api_token)
153153
}
154154
)
155-
vprint_good("#{datastore['USERID']}-#{Rex::Text.rand_text_alpha(8)}-" +
156-
Digest::MD5.hexdigest(@api_token))
157155
if res && (@admin_cookie = res.get_cookies.split('; ').last)
158156
vprint_good("Admin cookie: #{@admin_cookie}")
159157
get_csrf_token(res.body)

0 commit comments

Comments
 (0)