mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-05-31 20:31:13 -03:00
added gif for rate limit, fixed banner
This commit is contained in:
BIN
img/rate-limit-demo.gif
Normal file
BIN
img/rate-limit-demo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 426 KiB |
@@ -507,7 +507,7 @@ by Ben "epi" Risher {} ver: {}"#,
|
||||
writeln!(&mut writer, "{}", self.scan_limit)?;
|
||||
}
|
||||
|
||||
if config.scan_limit > 0 {
|
||||
if config.rate_limit > 0 {
|
||||
writeln!(&mut writer, "{}", self.rate_limit)?;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user