v1.12.1
- fixed regression in overall scan's progress bar (was finishing too early)
- broke filters.rs into a module containing multiple sub-modules (part of a long-term code restructure to increase maintainability/quality)
- 403 responses are now tested to see if they're likely to be a directory; if they are, a recursive scan is kicked off against the 403 directory (thanks to @N0ur5 for the suggestion 😁)
ex:
/admin/ => 403
/admin/login.php => 200