From 94e6cc4ba4e891e93ff41f36d76a26813c1a79bd Mon Sep 17 00:00:00 2001 From: Christoph Gerneth Date: Thu, 29 Apr 2021 01:18:03 +0200 Subject: [PATCH] added target_ip and target_port to doc (#195) --- docs/user-guide/SettingsFile.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/user-guide/SettingsFile.md b/docs/user-guide/SettingsFile.md index 38f6705..9596680 100644 --- a/docs/user-guide/SettingsFile.md +++ b/docs/user-guide/SettingsFile.md @@ -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.