added target_ip and target_port to doc (#195)
This commit is contained in:
Родитель
416c7a2182
Коммит
94e6cc4ba4
|
@ -111,6 +111,12 @@ The time, in milliseconds, to throttle each request being sent.
|
||||||
This is here for special cases where the server will block requests from connections that arrive too quickly.
|
This is here for special cases where the server will block requests from connections that arrive too quickly.
|
||||||
Using this setting is not recommended.
|
Using this setting is not recommended.
|
||||||
|
|
||||||
|
### target_ip: str (default None)
|
||||||
|
The IP address of the target webserver.
|
||||||
|
|
||||||
|
### target_port: int (default None)
|
||||||
|
The port of the target webserver.
|
||||||
|
|
||||||
### time_budget: float (default 30 days)
|
### time_budget: float (default 30 days)
|
||||||
Once this time is reached, the fuzzing will stop.
|
Once this time is reached, the fuzzing will stop.
|
||||||
Time is in hours.
|
Time is in hours.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче