From 0b6113bf024286d46f8e6a4afe069ba42a962170 Mon Sep 17 00:00:00 2001 From: alanfoster Date: Sat, 20 Mar 2021 18:38:52 +0000 Subject: [PATCH] Add initial raw link support with netlify functions --- README.md | 13 +- index.html | 331 +++++++++++++++++++--------------------- js/data.js | 5 + js/raw-link.js | 44 ++++++ netlify.toml | 7 + server_functions/raw.js | 60 ++++++++ 6 files changed, 287 insertions(+), 173 deletions(-) create mode 100644 js/raw-link.js create mode 100644 netlify.toml create mode 100644 server_functions/raw.js diff --git a/README.md b/README.md index 2cce0b3..54977dc 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ -# reverse-shell-generator +# reverse-shell-generator 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) ### Hosted Instance https://revshells.com - - ### Features - Generate common listeners and reverse shells @@ -17,8 +15,17 @@ https://revshells.com - Dark and Light Modes ### Screenshot + ![image](https://user-images.githubusercontent.com/58673953/111243529-9d646f80-85d7-11eb-986c-9842747dc2e7.png) +## Dev + +It's recommended to use the netlify dev command if you're wanting to modify any of the server functions, such as for raw link support: + +``` +npx netlify dev +``` + ### Credits - weibell - briskets diff --git a/index.html b/index.html index c1804b9..a4a1f10 100644 --- a/index.html +++ b/index.html @@ -112,7 +112,7 @@ IP @@ -124,7 +124,7 @@ Port
@@ -333,6 +333,12 @@ --> + + + + +