added target_ip and target_port to doc (#195)

This commit is contained in:
Christoph Gerneth 2021-04-29 01:18:03 +02:00 коммит произвёл GitHub
Родитель 416c7a2182
Коммит 94e6cc4ba4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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.
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)
Once this time is reached, the fuzzing will stop.
Time is in hours.