mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
support background actions via config UI
This commit is contained in:
@@ -81,6 +81,26 @@ soc:
|
|||||||
label: Target
|
label: Target
|
||||||
- field: jscall
|
- field: jscall
|
||||||
label: JavaScript Call
|
label: JavaScript Call
|
||||||
|
- field: background
|
||||||
|
label: Background XHR Request
|
||||||
|
forcedType: bool
|
||||||
|
- field: method
|
||||||
|
label: XHR Method
|
||||||
|
options:
|
||||||
|
- DELETE
|
||||||
|
- GET
|
||||||
|
- PATCH
|
||||||
|
- POST
|
||||||
|
- PUT
|
||||||
|
- field: body
|
||||||
|
label: XHR Content
|
||||||
|
- field: encodeBody
|
||||||
|
label: Encode XHR Content Variable Data
|
||||||
|
forcedType: bool
|
||||||
|
- field: backgroundSuccessLink
|
||||||
|
label: XHR Success Link
|
||||||
|
- field: backgroundFailureLink
|
||||||
|
label: XHR Failure Link
|
||||||
- field: category
|
- field: category
|
||||||
label: Category
|
label: Category
|
||||||
options:
|
options:
|
||||||
|
|||||||
Reference in New Issue
Block a user