We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5a9e1 commit e74c5daCopy full SHA for e74c5da
1 file changed
lib/interface.go
@@ -3,6 +3,7 @@ package lib
3
import (
4
"time"
5
6
+ "github.com/hahwul/dalfox/v2/pkg/har"
7
"github.com/hahwul/dalfox/v2/pkg/model"
8
)
9
@@ -41,8 +42,9 @@ type Options struct {
41
42
UseDeepDXSS bool `json:"use-deepdxss"`
43
RemotePayloads string
44
RemoteWordlists string
- PoCType string `json:"poc-type"`
45
- WAFEvasion bool `json:"waf-evasion"`
+ PoCType string `json:"poc-type"`
46
+ WAFEvasion bool `json:"waf-evasion"`
47
+ HarWriter *har.Writer `json:"har-file-path"`
48
}
49
50
// Target is target object
0 commit comments