| Name | Current Value | Required | Description |
|---|---|---|---|
| BASE_URL | yes | the target resource url excluding any parameters | |
| BASIC_PASS | no | password for basic authentication | |
| BASIC_USER | no | username for basic authentication | |
| COOKIE | no | cookie string containing authenticated session data | |
| PARAMETERS | yes | query parameters with '<inject>' signifying the injection | |
| POST | False | yes | set the request method to post. parameters should still be submitted in the url option |
| STRING | yes | unique string found when the injection results in 'True' |