From cfc9dc03032c1e00d93c5518461a2cf50c4c88eb Mon Sep 17 00:00:00 2001
From: Wiktor S <32537197+Eremiel@users.noreply.github.com>
Date: Sun, 13 May 2018 20:00:35 +0200
Subject: [PATCH 1/2] Update webshell.cfm
fixed description
---
shells/webshell.cfm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/shells/webshell.cfm b/shells/webshell.cfm
index d1de3c4..89b0c40 100644
--- a/shells/webshell.cfm
+++ b/shells/webshell.cfm
@@ -6,8 +6,9 @@
Notes:
-- For Windows put this as command "c:\windows\system32\cmd.exe /c" or wherever cmd.exe is
- - For Windows options are the command you want to run "dir" "type" etc
+
- For Windows put this as command "c:\windows\system32\cmd.exe" or wherever cmd.exe is
+ - For Windows options are the command you want to run "/c dir" "/c type" etc
+
- /c swich is needed for cmd.exe - Carries out the command specified by string and then terminates
From 5410d54f5e0753db41a2fdadeecdd8f58bfc39ab Mon Sep 17 00:00:00 2001
From: Eremiel
Date: Mon, 14 May 2018 09:57:46 +0200
Subject: [PATCH 2/2] description fixed
---
shells/cmd.php | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/shells/cmd.php b/shells/cmd.php
index e56e86c..463809b 100644
--- a/shells/cmd.php
+++ b/shells/cmd.php
@@ -1 +1,4 @@
-
+