OXIESEC PANEL
- Current Dir:
/
/
snap
/
hello-world
/
29
/
bin
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/11/2016 09:20:44 PM
rwxrwxr-x
📄
echo
31 bytes
07/11/2016 09:20:44 PM
rwxr-xr-x
📄
env
27 bytes
07/11/2016 09:20:44 PM
rwxr-xr-x
📄
evil
274 bytes
07/11/2016 09:20:44 PM
rwxr-xr-x
📄
sh
271 bytes
04/17/2019 03:16:42 PM
rwxr-xr-x
Editing: sh
Close
#!/bin/bash if [ -z "$1" ]; then cat <<EOM Launching a shell inside the default app confinement. Navigate to your app-specific directories with: $ cd \$SNAP $ cd \$SNAP_DATA $ cd \$SNAP_USER_DATA EOM /bin/bash --norc -i else /bin/bash --norc "$@" fi