mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-05-26 07:41:12 -03:00
added whitespace around response size; server port number can clash with size
This commit is contained in:
@@ -402,7 +402,7 @@ fn scanner_single_request_scan_with_filtered_result() -> Result<(), Box<dyn std:
|
||||
.and(predicate::str::contains("20"))
|
||||
.and(predicate::str::contains("ignored"))
|
||||
.not()
|
||||
.and(predicate::str::contains("14"))
|
||||
.and(predicate::str::contains(" 14 "))
|
||||
.not(),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user