Codebase list feroxbuster / 6322914
Refresh patches. Kali Janitor 1 year, 7 months ago
4 changed file(s) with 23 addition(s) and 23 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 55b28a4..b4696fa 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/README.md
11 ===================================================================
12 --- feroxbuster.orig/README.md
13 +++ feroxbuster/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 6de4f0c..dbd18dc 100644
69 --- a/src/parser.rs
70 +++ b/src/parser.rs
71 @@ -657,7 +657,7 @@ fn valid_time_spec(time_spec: &str) -> Result<(), String> {
67 Index: feroxbuster/src/parser.rs
68 ===================================================================
69 --- feroxbuster.orig/src/parser.rs
70 +++ feroxbuster/src/parser.rs
71 @@ -657,7 +657,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/Makefile
10 ===================================================================
11 --- feroxbuster.orig/Makefile
12 +++ feroxbuster/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 diff --git a/src/statistics/macros.rs b/src/statistics/macros.rs
15 index aa8d81f..d698189 100644
16 --- a/src/statistics/macros.rs
17 +++ b/src/statistics/macros.rs
14 Index: feroxbuster/src/statistics/macros.rs
15 ===================================================================
16 --- feroxbuster.orig/src/statistics/macros.rs
17 +++ feroxbuster/src/statistics/macros.rs
1818 @@ -6,11 +6,11 @@
1919 #[macro_export]
2020 macro_rules! atomic_increment {
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/Makefile
11 ===================================================================
12 --- feroxbuster.orig/Makefile
13 +++ feroxbuster/Makefile
1414 @@ -71,7 +71,7 @@ endif
1515
1616 $(TARGET)/$(BIN): extract