#!/bin/sh
#
# script file to close the backdoor, what leaved in by X-Micro
#

# don't close if the user doesn't need security

eval `flash get USER_NAME`
eval `flash get USER_PASSWORD`
if [ "$USER_NAME" != "" ]
then
    US=`echo $USER_NAME | cut -c 1-10`
    PS=`echo $USER_PASSWORD | cut -c 1-10`
    flash set SUPER_NAME Iem5yaizievoataimeepeeguusaech
    flash set SUPER_PASSWORD "${US}ooth9Hivua${PS}"
fi
