Skip to content

Commit 7ee5fd9

Browse files
author
Tod Beardsley
committed
Fix lotus_domino to use get_cookies correctly.
1 parent c8a687d commit 7ee5fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/lotus/lotus_domino_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def do_login(user=nil,pass=nil)
5454
:sname => (ssl ? "https" : "http"),
5555
:user => user,
5656
:pass => pass,
57-
:proof => "WEBAPP=\"Lotus Domino\", VHOST=#{vhost}, COOKIE=#{res.headers['Set-Cookie']}",
57+
:proof => "WEBAPP=\"Lotus Domino\", VHOST=#{vhost}, COOKIE=#{res.get_cookies}",
5858
:source_type => "user_supplied",
5959
:active => true
6060
)

0 commit comments

Comments
 (0)