v1.2.0
- Users can now limit the number of scans permitted to run at any given time. Recursion will still identify new directories, but newly discovered directories can only begin scanning when the total number of active scans drops below the value passed to
--scan-limit
.
Special thanks to @Raywando for filing the issue that led to this feature!
./feroxbuster -u http://127.1 --scan-limit 2