aboutsummaryrefslogtreecommitdiff
path: root/_www/interface.ts
diff options
context:
space:
mode:
Diffstat (limited to '_www/interface.ts')
-rw-r--r--_www/interface.ts1
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[];