Once more, with feeling
parent
a71b097e6b
commit
766e7b013d
|
@ -143,7 +143,6 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
'method' => 'GET',
|
'method' => 'GET',
|
||||||
'uri' => normalize_uri(get_rest_api, 'posts'),
|
'uri' => normalize_uri(get_rest_api, 'posts'),
|
||||||
'vars_get' => {
|
'vars_get' => {
|
||||||
'status' => status,
|
|
||||||
'per_page' => datastore['PostCount'],
|
'per_page' => datastore['PostCount'],
|
||||||
'search' => datastore['SearchTerm']
|
'search' => datastore['SearchTerm']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue