Use shellstorm to launch shell

This commit is contained in:
Jeremy Soller 2018-03-24 14:20:45 -06:00
parent 46fb5c3ee9
commit 3627f2b276
2 changed files with 88 additions and 4 deletions

@ -1 +1 @@
Subproject commit 6f0434543461783bb6934bc2e6e927cf5af0f140
Subproject commit 282bd44ea12551272411e10b49cccbd9f26ddbe9

View File

@ -61,6 +61,7 @@ randd = {}
#rust64 = {}
#rustual-boy = {}
#sed = {}
shellstorm = {}
#smith = {}
#sodium = {}
#termplay = {}
@ -77,12 +78,12 @@ uid = 0
gid = 0
name = "root"
home = "/root"
shell = "/bin/lua"
shell = "/bin/shellstorm"
[users.user]
# Password is unset
password = ""
shell = "/bin/lua"
shell = "/bin/shellstorm"
[[files]]
path = "/etc/init.d/00_base"
@ -144,10 +145,93 @@ data = """
path = "/etc/motd"
data = """
¡redoX XTREME Edition!
redoX XTREME Edition is locating your optimal shell...
"""
[[files]]
path = "/etc/shellstorm"
data = """
basename
calc
chmod
chown
clear
comm
cp
cut
dash
date
df
dircolors
dirname
dmesg
du
echo
env
expr
false
find
free
grep
groupadd
groupdel
groupmod
gunzip
gzip
id
info
install
keymap
kill
link
ln
ls
lua
luac
man
mkdir
mktemp
mv
paste
printenv
printf
ps
pwd
readlink
realpath
relpath
rem
reset
resize
rm
rmdir
screenfetch
seq
sh
shellstorm
shutdown
sleep
stat
sudo
tar
test
time
touch
tr
true
truncate
uname
uptime
useradd
userdel
usermod
uutils
watch
which
whoami
"""
[[files]]
path = "/usr/bin"
data = "/bin"