Skip to content

Version 1.2.1 - IgnoreStatus flag

Latest
Compare
Choose a tag to compare
@m10x m10x released this 20 Mar 08:17

New Feature

The --ignorestatus / -is flag was added. It can be used to prevent false positives if, for example, a WAF is changing the status code to 429 Too Many Requests.

Usage: ./wcvs -is 418,429 -u https://example.com

Changelog