[ SEA-GHOST MINI SHELL]

Path : /proc/2/task/2/root/sbin/
FILE UPLOADER :
Current File : //proc/2/task/2/root/sbin/sys-unconfig

#!/bin/sh

. /etc/init.d/functions

if [ $# -ne 0 ]; then
    echo $"Usage: sys-unconfig" >&2
    exit 1
fi

touch /.unconfigured
rm -f /etc/udev/rules.d/*-persistent-*.rules
poweroff

SEA-GHOST - SHELL CODING BY SEA-GHOST