Initial toolkit POC

This commit is contained in:
Christer Edwards
2018-04-06 13:40:48 -06:00
parent e4d8b3983b
commit 1b05271912
15 changed files with 474 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
#
# jexec $1 /usr/bin/login -f root
if [ $# -eq 1 ]; then
jexec $1 /usr/bin/login -f root
fi
if [ $# -eq 2 ]; then
jexec $1 /usr/bin/login -f $2
fi