Jump to content
Nabukadnezar

!!! complex 0day auto-hacker !!!

Recommended Posts

demo

root@bt:~# ./hack nasa.gov

nasa.gov hacked

do u want 2 hack again? (yes/nope) yes

what? norad.mil

norad.mil hacked

do u want 2 hack again? (yes/nope) nope

codul surs?: (nu încerca?i a-l în?elege; E MULT PREA COMPLICAT)


#!/bin/sh
# priv8 0day l33t auto-h4x0r
# created by Elite Nabukadnezar
# shouts go to: my mom
# h8z go to: all the fake geez out there
# do not distribute or I will personally hunt you down and kill your cat (WITH FIRE!)

q1()
{
echo -n "do u want 2 hack again? (yes/nope) "
read lameanswer
case "$lameanswer" in
"yes" ) q2 ;;
"nope" ) exit ;;
* ) echo "use English mother fucker!"; q1 ;;
esac
}

q2()
{
echo -n "what? "
read victim
echo $victim hacked
q1
}

if [ $* ]; then
echo "$*" hacked
q1
else
q2
fi

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...