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: evil
Close
#!/bin/sh set -e echo "Hello Evil World!" echo "This example demonstrates the app confinement" echo "You should see a permission denied error next" echo "Haha" > /var/tmp/myevil.txt echo "If you see this line the confinement is not working correctly, please file a bug"