#1601·dirsearch

Remove duplicate features

Author: shelld3vCreated Aug 20, 2026Updated Aug 22, 2026
LabelsenhancementPriority: High

All of the following flags:

    -i CODES, --include-status=CODES
                        Include status codes, separated by commas, support
                        ranges (e.g. 200,300-399)
    -x CODES, --exclude-status=CODES
                        Exclude status codes, separated by commas, support
                        ranges (e.g. 301,500-599)


    --exclude-text=TEXTS
                        Exclude responses by text, can use multiple flags
    --exclude-regex=REGEX
                        Exclude responses by regular expression

have been replaced with options in Advanced Filtering category. --exclude-sizes, --exclude-redirect, --min-response-size and --max-response-size can be worked around with Advanced Filtering too, I believe we should remove all those options.

Also, we should consider removing --random-agent as it's no longer useful on a real targets.