mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-04-19 06:31:13 -03:00
* updated deps * bumped version * increase scan limit via scan management menu (#1254) * increase scan limit via SMM implemented * figured out subtracting limits; implemented set-limit in SMM * removed unneeded to_string; changed SMM header slightly * removed debugging log statement * 817 scan limit via scan mgmt menu (#1255) * added waiting as a scan status for vis in smm * 635/1240 unique responses (#1256) * added --unique boilerplate * implemented --unique logic * added unit tests * added unique to scan mgmt menu * fixed tests using termouthandler * added integration tests * changed implementation to simhash with hamming dist=1 * cleaned up code; fixed tests * tweaked docstring for config * removed toggleunique logic * removed toggleunique logic * removed old unique logic * moved hamming distance constants out to lib.rs * updated filter to use self.cuttof instead of constant * fixed bug filed under issue #1077 (#1257) * updated linkfinder regex * improve ssl error message (#1258) * improved ssl error message (again) * removed unnecessary type statement * add max size read option (#1260) * implemented --response-size-limit, need tests and docs * added tests * fmt