From e96ec80311631d6b2527689443a1cc013a7d1c66 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 21 Mar 2021 01:01:39 +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 ad139b3..3d19f33 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# reverse-shell-generator
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
Hosted Reverse Shell generator with a ton of functionality -- (great for CTFs)
[![Netlify Status](https://api.netlify.com/api/v1/badges/46dbabe0-23b7-42e6-b04b-e1769dc455ce/deploy-status)](https://app.netlify.com/sites/brave-swartz-5dcdab/deploys)
@@ -33,3 +36,23 @@ npx netlify dev
- 0day
- 0x03f3
- MuirlandOracle
+
+## 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 bc57d5ae2fd760249055d7d1c4140fa3942812c3 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sun, 21 Mar 2021 01:01:40 +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..7da6c02
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "AlanFoster",
+ "name": "Alan Foster",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1271782?v=4",
+ "profile": "https://www.alanfoster.me/",
+ "contributions": [
+ "infra"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "reverse-shell-generator",
+ "projectOwner": "0dayCTF",
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "skipCi": true
+}