Skip to content

Commit 044bd21

Browse files
author
jvazquez-r7
committed
Authenticate against the page to modify
1 parent 0bd6ca2 commit 044bd21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/unix/webapp/moinmoin_twikidraw.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def on_new_session(session)
117117
def do_login(username, password)
118118
res = send_request_cgi({
119119
'method' => 'POST',
120-
'uri' => normalize_uri(@base),
120+
'uri' => normalize_uri(@base, @page),
121121
'vars_post' =>
122122
{
123123
'action' => 'login',

0 commit comments

Comments
 (0)