You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using -p to provide a file with patterns to be tested, the regular command (without p) is still processed. This adds to the number of requests which might be unnecessary. It would be nice when using -p to only process queries per line in the pattern file, and skip the regular query
The text was updated successfully, but these errors were encountered:
Specifying patterns for the word list will no longer cause progress to
go past 100%. Additionally, the GobusterDir transformations for file
extensions and backups will be applied after pattern expansion.
FixesOJ#405, OJ#480, and OJ#533
When using -p to provide a file with patterns to be tested, the regular command (without p) is still processed. This adds to the number of requests which might be unnecessary. It would be nice when using -p to only process queries per line in the pattern file, and skip the regular query
The text was updated successfully, but these errors were encountered: