Codebase list feroxbuster / dc6a6b3
Update patches Daniel Ruiz de Alegría 1 year, 4 months ago
3 changed file(s) with 8 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
00 feroxbuster (2.7.2-0kali1) kali-dev; urgency=medium
11
22 * New upstream version 2.7.2
3 * Update patches
34
45 -- Daniel Ruiz de Alegría <[email protected]> Thu, 08 Dec 2022 18:37:41 +0100
56
88 2 files changed, 20 insertions(+), 20 deletions(-)
99
1010 diff --git a/README.md b/README.md
11 index 55b28a4..b4696fa 100644
11 index d6ca63a..f2d001d 100644
1212 --- a/README.md
1313 +++ b/README.md
1414 @@ -123,7 +123,7 @@ Here are a few brief examples to get you started. Please note, feroxbuster can
6565
6666 ## 🚀 Documentation has **moved** 🚀
6767 diff --git a/src/parser.rs b/src/parser.rs
68 index 6de4f0c..dbd18dc 100644
68 index 447e1fa..38dc415 100644
6969 --- a/src/parser.rs
7070 +++ b/src/parser.rs
71 @@ -657,7 +657,7 @@ fn valid_time_spec(time_spec: &str) -> Result<(), String> {
71 @@ -648,7 +648,7 @@ fn valid_time_spec(time_spec: &str) -> Result<String, String> {
7272 const EPILOGUE: &str = r#"NOTE:
7373 Options that take multiple values are very flexible. Consider the following ways of specifying
7474 extensions:
7777
7878 The command above adds .pdf, .js, .html, .php, .txt, .json, and .docx to each url
7979
80 @@ -666,38 +666,38 @@ const EPILOGUE: &str = r#"NOTE:
80 @@ -657,38 +657,38 @@ const EPILOGUE: &str = r#"NOTE:
8181
8282 EXAMPLES:
8383 Multiple headers:
109109 + feroxbuster -u http://127.1 --extract-links
110110
111111 Ludicrous speed... go!
112 - ./feroxbuster -u http://127.1 -threads 200
113 + feroxbuster -u http://127.1 -threads 200
112 - ./feroxbuster -u http://127.1 --threads 200
113 + feroxbuster -u http://127.1 --threads 200
114114
115115 Limit to a total of 60 active requests at any given time (threads * scan limit)
116116 - ./feroxbuster -u http://127.1 --threads 30 --scan-limit 2
1111 src/statistics/macros.rs | 8 ++++----
1212 1 file changed, 4 insertions(+), 4 deletions(-)
1313
14 diff --git a/src/statistics/macros.rs b/src/statistics/macros.rs
15 index aa8d81f..d698189 100644
1614 --- a/src/statistics/macros.rs
1715 +++ b/src/statistics/macros.rs
1816 @@ -6,11 +6,11 @@
2927 };
3028 }
3129
32 @@ -29,9 +29,9 @@ macro_rules! atomic_load {
30 @@ -29,9 +29,9 @@
3331 #[macro_export]
3432 macro_rules! atomic_store {
3533 ($metric:expr, $value:expr) => {