Codebase list feroxbuster / 1e58cb5
Refresh patches. Kali Janitor 1 year, 4 months ago
4 changed file(s) with 24 addition(s) and 22 deletion(s). Raw diff Collapse all Expand all
77 src/parser.rs | 26 +++++++++++++-------------
88 2 files changed, 20 insertions(+), 20 deletions(-)
99
10 diff --git a/README.md b/README.md
11 index d6ca63a..f2d001d 100644
12 --- a/README.md
13 +++ b/README.md
14 @@ -123,7 +123,7 @@ Here are a few brief examples to get you started. Please note, feroxbuster can
10 Index: feroxbuster.git/README.md
11 ===================================================================
12 --- feroxbuster.git.orig/README.md
13 +++ feroxbuster.git/README.md
14 @@ -123,7 +123,7 @@ Here are a few brief examples to get you
1515 Options that take multiple values are very flexible. Consider the following ways of specifying extensions:
1616
1717 ```
2020 ```
2121
2222 The command above adds .pdf, .js, .html, .php, .txt, .json, and .docx to each url
23 @@ -134,37 +134,37 @@ same goes for urls, headers, status codes, queries, and size filters.
23 @@ -134,37 +134,37 @@ same goes for urls, headers, status code
2424 ### Include Headers
2525
2626 ```
6464 ```
6565
6666 ## 🚀 Documentation has **moved** 🚀
67 diff --git a/src/parser.rs b/src/parser.rs
68 index 447e1fa..38dc415 100644
69 --- a/src/parser.rs
70 +++ b/src/parser.rs
71 @@ -648,7 +648,7 @@ fn valid_time_spec(time_spec: &str) -> Result<String, String> {
67 Index: feroxbuster.git/src/parser.rs
68 ===================================================================
69 --- feroxbuster.git.orig/src/parser.rs
70 +++ feroxbuster.git/src/parser.rs
71 @@ -648,7 +648,7 @@ fn valid_time_spec(time_spec: &str) -> R
7272 const EPILOGUE: &str = r#"NOTE:
7373 Options that take multiple values are very flexible. Consider the following ways of specifying
7474 extensions:
66 Makefile | 3 ++-
77 1 file changed, 2 insertions(+), 1 deletion(-)
88
9 diff --git a/Makefile b/Makefile
10 index daf9ae5..bf9c20d 100644
11 --- a/Makefile
12 +++ b/Makefile
9 Index: feroxbuster.git/Makefile
10 ===================================================================
11 --- feroxbuster.git.orig/Makefile
12 +++ feroxbuster.git/Makefile
1313 @@ -27,7 +27,7 @@ endif
1414
1515 TARGET = target/$(RELEASE)
1111 src/statistics/macros.rs | 8 ++++----
1212 1 file changed, 4 insertions(+), 4 deletions(-)
1313
14 --- a/src/statistics/macros.rs
15 +++ b/src/statistics/macros.rs
14 Index: feroxbuster.git/src/statistics/macros.rs
15 ===================================================================
16 --- feroxbuster.git.orig/src/statistics/macros.rs
17 +++ feroxbuster.git/src/statistics/macros.rs
1618 @@ -6,11 +6,11 @@
1719 #[macro_export]
1820 macro_rules! atomic_increment {
2729 };
2830 }
2931
30 @@ -29,9 +29,9 @@
32 @@ -29,9 +29,9 @@ macro_rules! atomic_load {
3133 #[macro_export]
3234 macro_rules! atomic_store {
3335 ($metric:expr, $value:expr) => {
77 Makefile | 2 +-
88 1 file changed, 1 insertion(+), 1 deletion(-)
99
10 diff --git a/Makefile b/Makefile
11 index bf9c20d..93ac014 100644
12 --- a/Makefile
13 +++ b/Makefile
10 Index: feroxbuster.git/Makefile
11 ===================================================================
12 --- feroxbuster.git.orig/Makefile
13 +++ feroxbuster.git/Makefile
1414 @@ -71,7 +71,7 @@ endif
1515
1616 $(TARGET)/$(BIN): extract