mirror of
https://github.com/ysoftdevs/wapifuzz.git
synced 2026-03-24 02:11:13 +01:00
Inconstituency in naming
This commit is contained in:
@@ -64,7 +64,7 @@ class ConfigurationManager:
|
|||||||
http_fuzzing: bool = self.config["http_fuzzing"]
|
http_fuzzing: bool = self.config["http_fuzzing"]
|
||||||
|
|
||||||
if reporting_interval <= 0 or reporting_interval < receive_timeout:
|
if reporting_interval <= 0 or reporting_interval < receive_timeout:
|
||||||
print("Wrong reporting interval. Should be smaller than response_timeout.")
|
print("Wrong reporting interval. Should be smaller than receive_timeout.")
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
if "target" not in ConfigurationManager.config:
|
if "target" not in ConfigurationManager.config:
|
||||||
|
|||||||
Reference in New Issue
Block a user