diff options
Diffstat (limited to '_www/interface.ts')
| -rw-r--r-- | _www/interface.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_www/interface.ts b/_www/interface.ts index 5447951..9c4d487 100644 --- a/_www/interface.ts +++ b/_www/interface.ts @@ -112,6 +112,7 @@ export interface TargetInterface { Hint?: string; BaseURL: string; Opts: AttackOptionsInterface; + Headers: KeyFormInput; Vars: KeyFormInput; HTTPTargets: HTTPTargetInterface[]; WebSocketTargets: WebSocketTargetInterface[]; |
