This commit is contained in:
Jan Stárek
2019-10-21 16:15:33 +02:00
parent 0f17c05216
commit 7caea55d9f
7 changed files with 25 additions and 25 deletions

View File

@@ -24,7 +24,7 @@ def generate_http_fuzzed_blocks() -> str:
s_static("Content-Length: 0" + "\r\n")
s_static("User-Agent: ")
s_http_string("WFuzz", name="User-agent")
s_http_string("WapiFuzz", name="User-agent")
s_delim("\r\n\r\n", name="HTTP headers and body delimiter")