From ef7fc7a8a3891b6b4257b5b3efdf237624080adf Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 7 Oct 2021 11:45:26 +0000
Subject: [PATCH 1/2] docs: update README.md [skip ci]
---
README.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/README.md b/README.md
index 27812dd..187edcf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
+
+[](#contributors-)
+
@@ -164,3 +167,23 @@ cat targets | ./feroxbuster --stdin --silent -s 200 301 302 --redirects -x js |
For realsies, there used to be over 1300 lines in this README, but it's all been moved to the [new documentation site](https://epi052.github.io/feroxbuster-docs/docs/). Go check it out!
✨🎉👉 DOCUMENTATION 👈🎉✨
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From 2d5825556f7b155e2309c64c9080813a5c1c5f25 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 7 Oct 2021 11:45:27 +0000
Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 0000000..34c3269
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "joohoi",
+ "name": "Joona Hoikkala",
+ "avatar_url": "https://avatars.githubusercontent.com/u/5235109?v=4",
+ "profile": "https://io.fi",
+ "contributions": [
+ "doc"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "feroxbuster",
+ "projectOwner": "epi052",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}