Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Nov 26, 2023
1 parent a691e70 commit 0db30fc
Showing 1 changed file with 20 additions and 15 deletions.
35 changes: 20 additions & 15 deletions docs/_docs/config.md
Expand Up @@ -7,22 +7,27 @@ permalink: /docs/config/
Please check [sample file](https://github.com/hahwul/dalfox/blob/main/samples/sample_config.json)
```json
{
"Header":"",
"Cookie":"",
"UniqParam":"",
"BlindURL":"",
"CustomPayloadFile":"",
"Data":"",
"UserAgent":"",
"OutputFile":"",
"Format":"",
"FoundAction":"",
"Proxy":"",
"Timeout": 30,
"Concurrence": 100,
"Delay": 30,
"OnlyDiscovery": false
"header":[
""
],
"cookie":"",
"param":[
""
],
"blind":"",
"custom-payload-file":"",
"data":"",
"user-agent":"",
"output":"",
"format":"",
"found-action":"",
"proxy":"",
"timeout": 30,
"worker": 100,
"delay": 30,
"only-discovery": false
}

```

and Config is mapped to options.model.
Expand Down

0 comments on commit 0db30fc

Please sign in to comment.