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 ... 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107
1011  Sistemas Operativos / Windows / (Solucionado)¿Donde se ubican los desinstaladores de las actualizaciones de Wua? en: 23 Enero 2012, 17:46 pm
¿Donde se ubican los desinstaladores de las actualizaciones de Windows Update en Windows 7?

(Repito, DESinstaladores, No los instaladores de "C:\windows\SoftwareDistribution\Download"  :P)

Necesito esta información para... Si, Para eliminarlos xDDD

He buscado info por google pero nada d nada, Aunque he visto un limpiador para windows que es capaz de eliminarlos...

Tengo sospechas de que están en la carpeta "WINSXS" séa como séa, el nombre de las carpetas/desinstaladores debe seguir un patrón si el programa que he comentado es capaz de eliminarlos...

Muxas gracias.
1012  Programación / Scripting / (Solucionado) [Batch] Problema con un FOR y el límite de tokens en: 21 Enero 2012, 19:59 pm
He pensado en hacer un script para generar claves wpa de 256 bit tomando como idea este script de un usuario del foro.

El problema es que estas claves son de 64 caracteres, Y el límite de tokens es de 26 (52 ACTIVOS), Séa como sea, no se me ocurre como puedo superar el límite de 52 y hacer esto...

Un ejemplo:
Random Key Hex WPA 256 Bit:  D44D59C8CDB680387659F780386691F63FFFFCAB2C5463867E62E38D00DBF269

¿Alguna sugerencia porfavor?

EDITO
Problema resuelto, No me acordaba de los caracteres especiales :P

El code ya funciona como debe ^^

Saludos.

Código
  1. :Generador_WPA_256_Bit
  2. ::::::::::::::::::::::
  3. Set Caracteres=A B C D E F 0 1 2 3 4 5 6 7 8 9
  4.  
  5. FOR %%a IN (%Caracteres%) DO (
  6. FOR %%b IN (%Caracteres%) DO (
  7. FOR %%c IN (%Caracteres%) DO (
  8. FOR %%d IN (%Caracteres%) DO (
  9. FOR %%e IN (%Caracteres%) DO (
  10. FOR %%f IN (%Caracteres%) DO (
  11. FOR %%g IN (%Caracteres%) DO (
  12. FOR %%h IN (%Caracteres%) DO (
  13. FOR %%i IN (%Caracteres%) DO (
  14. FOR %%j IN (%Caracteres%) DO (
  15. FOR %%k IN (%Caracteres%) DO (
  16. FOR %%l IN (%Caracteres%) DO (
  17. FOR %%m IN (%Caracteres%) DO (
  18. FOR %%n IN (%Caracteres%) DO (
  19. FOR %%o IN (%Caracteres%) DO (
  20. FOR %%p IN (%Caracteres%) DO (
  21. FOR %%q IN (%Caracteres%) DO (
  22. FOR %%r IN (%Caracteres%) DO (
  23. FOR %%s IN (%Caracteres%) DO (
  24. FOR %%t IN (%Caracteres%) DO (
  25. FOR %%u IN (%Caracteres%) DO (
  26. FOR %%v IN (%Caracteres%) DO (
  27. FOR %%w IN (%Caracteres%) DO (
  28. FOR %%x IN (%Caracteres%) DO (
  29. FOR %%y IN (%Caracteres%) DO (
  30. FOR %%z IN (%Caracteres%) DO (
  31. FOR %%A IN (%Caracteres%) DO (
  32. FOR %%B IN (%Caracteres%) DO (
  33. FOR %%C IN (%Caracteres%) DO (
  34. FOR %%D IN (%Caracteres%) DO (
  35. FOR %%E IN (%Caracteres%) DO (
  36. FOR %%F IN (%Caracteres%) DO (
  37. FOR %%G IN (%Caracteres%) DO (
  38. FOR %%H IN (%Caracteres%) DO (
  39. FOR %%I IN (%Caracteres%) DO (
  40. FOR %%J IN (%Caracteres%) DO (
  41. FOR %%K IN (%Caracteres%) DO (
  42. FOR %%L IN (%Caracteres%) DO (
  43. FOR %%M IN (%Caracteres%) DO (
  44. FOR %%N IN (%Caracteres%) DO (
  45. FOR %%O IN (%Caracteres%) DO (
  46. FOR %%P IN (%Caracteres%) DO (
  47. FOR %%Q IN (%Caracteres%) DO (
  48. FOR %%R IN (%Caracteres%) DO (
  49. FOR %%S IN (%Caracteres%) DO (
  50. FOR %%T IN (%Caracteres%) DO (
  51. FOR %%U IN (%Caracteres%) DO (
  52. FOR %%V IN (%Caracteres%) DO (
  53. FOR %%W IN (%Caracteres%) DO (
  54. FOR %%X IN (%Caracteres%) DO (
  55. FOR %%Y IN (%Caracteres%) DO (
  56. FOR %%Z IN (%Caracteres%) DO (
  57. FOR %%_ IN (%Caracteres%) DO (
  58. FOR %%# IN (%Caracteres%) DO (
  59. FOR %%. IN (%Caracteres%) DO (
  60. FOR %%@ IN (%Caracteres%) DO (
  61. FOR %%( IN (%Caracteres%) DO (
  62. FOR %%\ IN (%Caracteres%) DO (
  63. FOR %%/ IN (%Caracteres%) DO (
  64. FOR %%$ IN (%Caracteres%) DO (
  65. FOR %%' IN (%Caracteres%) DO (
  66. FOR %%* IN (%Caracteres%) DO (
  67. FOR %%- IN (%Caracteres%) DO (
  68. FOR %%: IN (%Caracteres%) DO (
  69.  
  70. Echo. %%a%%b%%c%%d%%e%%f%%g%%h%%i%%j%%k%%l%%m%%n%%o%%p%%q%%r%%s%%t%%u%%v%%w%%x%%y%%z%%A%%B%%C%%D%%E%%F%%G%%H%%I%%J%%K%%L%%M%%N%%O%%P%%Q%%R%%S%%T%%U%%V%%W%%X%%Y%%Z%%_%%#%%.%%@%%(%%\%%/%%$%%'%%*%%-%%:
  71. ))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))
  72.  
  73.  
1013  Foros Generales / Sugerencias y dudas sobre el Foro / (solucionado) ¿Cual es el mínimo de caracteres para registrar un nombre de user? en: 21 Enero 2012, 17:59 pm
Hola, Quizás esta pregunta esté más ubicada en "dudas generales", si es así lo siento, muevanlo donde crean conveniente...

¿Cual es el mínimo de caracteres para registrar un nombre de usuario y la contraseña?
¿Y el máximo?

¿Y los caracteres permitidos?

Simple curiosidad, Necesito esta información para crear diccionarios "User:Pass" y creo que nadie puede darme una respuesta mejor que el encargado de administrar esas cosas en el foro xDDD

Muchas gracias
1014  Informática / Software / Darik's Boot and Nuke (Elimina el contenido del disco duro por el método Gutman) en: 21 Enero 2012, 03:48 am
Darik's Boot and Nuke

Imaginemos una situación en la que por ejemplo, por cualquier motivo, Y con escasez de tiempo, Necesitamos borrar todo el contenido de un disco duro o dispositivo para no dejar rastro de los archivos, De forma sencilla. Pues este programa es lo que andas buscando.

Este programa viene en formato .iso para grabarla en un CD, DVD, O extraer la imagen en un Diskette o pendrive.



Después, Al bootear el PC saldrá un menu donde eliges el dispositivo que quieres "vacíar", el modo de borrado (Entre ellos el famoso método de Gutmann de 35 pasadas), y así de fácil.

 

 

Compatible con Windows, Mac OS y Linux.

Descarga: sourceforge.net/projects/dban

Un saludo.
1015  Programación / Scripting / [BATCH] (Aporte) "Hide In Picture", Oculta archivos en imagenes. en: 20 Enero 2012, 23:49 pm

Esto es una aplicación anticuada, pero útil, para insertar archivos ocultos en imagenes de tipo BMP o GIF.

PD: No funciona en x64.

-> sourceforge.net/projects/hide-in-picture


Citar
************************************************************************
                         Hide In Picture (HIP)
                      version 2.1 - October, 2002
            Copyright (C)  2002 Davi Tassinari de Figueiredo
************************************************************************



                      ---------------------------
                        Using HIP for DOS/Linux
                      ---------------------------

HIP for Dos/Linux is a command-line utility.

To hide a file inside a picture, use:
    hip h source_image input_file [destination_image] [options]
If the destination image name is not specified, the destination image is
written on top of the source image.

To retrieve a file from a picture, use:
    hip r source_image [output_file] [options]
If the output file name is not specified, the name saved in the picture
is used.

To erase a file previously hidden in a picture, use:
    hip e source_image [destination_image] [options]
If the destination image name is not specified, the destination image is
written on top of the source image.

Options:

-fxxxxxx - file name to write in image
  By default, the name of the input file is written in the image. Use
  this option to specify a different name to write. If you use it
  without specifying a file name, no name is written.

-pxxxxxx - password to use
  When used with the hide or retrieve operations, this option specifies
  the password to use for hiding/retrieving the file. If you do not use
  this option, you will be asked to enter a password (recommended). When
  used with the erase operation, HIP assumes there is a file hidden with
  the specified password and overwrites only the first bits of the
  hidden data; if the image contains a file hidden with a different
  password, it will not be erased correctly.

-thh or -thhhhhh - transparent color index or RGB value
  Use this option to set the transparent color for the image. To specify
  the palette index for the transparent color of an 8-bit image, use two
  hexadecimal digits (00-FF). To specify the RGB value for the
  transparent color, use six hexadecimal digits (the first two represent
  the red component, the next two represent the green one and the last
  two, the blue one). If you specify the RGB value for the transparent
  color of an 8-bit image and there is more than one palette entry with
  that color, the one with the lowest index will be used.

-ex - encryption algorithm
  Use this option to choose the encryption algorithm: a for Blowfish
  (default) or b for Rijndael.

-ix - image format
  Use this option to choose the image format for the output file. If the
  format is not specified, HIP will choose the format based on the file
  extension; if the extension is not recognized, the file will be saved
  as a Windows Bitmap (BMP) picture.

-c - write the CRC-32 of the data
  Use this option to append a checksum to the data to identify data
  corruption. This is enabled by default.

-C - do not write the CRC-32 of the data
  Use this option if you do not wish to append a checksum to the data;
  see above.

-h - hide the password characters
  If the p option is not used, the program asks the user for the
  password. Use this option to show *'s (asterisks) instead of the
  password characters. This is enabled by default.

-H - do not hide the password characters
  Use this option to show the password characters while you are typing
  them.

-v - view file information only
  Use this option if you only want to see whether the file fits inside
  the picture when hiding, or the name and size of the hidden file when
  retrieving. The destination image or output file is not written.

-q -quiet mode
  Use this option if you do not want to see unnecessary messages (such
  as the file information and status bars). The only things that will be
  shown are password prompts, confirmation messages and error messages.

-y -answer 'yes' to all confirmation questions
  By default, the program asks for confirmation before overwriting a
  file that already exists. If this option is specified, you will not be
  asked for confirmation.
1016  Sistemas Operativos / Windows / (solucionado) ¿Que DLL's se cargan en Modo seguro? en: 17 Enero 2012, 13:01 pm
¿Alguien tiene una lista o conoce alguna página donde se nombren todas las DLL que carga Windows en Modo seguro?

PD: A ser posible las de Windows 7 (Si hubiera alguna diferencia).

Gracias
1017  Foros Generales / Foro Libre / La TV transparente del futuro. (Samsung's Smart Window) en: 16 Enero 2012, 11:50 am
Hola foreros de ElHacker.

No se si wolfbcn habrá mencionado este video en alguna noticia ya, así que mis disculpas...

Hoy me he encontrado con esta noticia.

Es increible la cantidad de "accesorios" que tiene el software de esta "Ventana".
Y visto lo visto, Dentro de poco viviremos en un mundo como "Minority Report"  :rolleyes:





Saludos.


PD: No pongo la fuente de la noticia, Porque no dan ningún tipo de Info.
1018  Foros Generales / Sugerencias y dudas sobre el Foro / Me siento acosado. en: 16 Enero 2012, 10:31 am
Hola

¿Que puedo hacer si un usuario (Troll) No deja de molestarme y crear posts acusandome de crear scripts falsos, de falsear el output de dichos scripts o imagenes, de mentiroso, y en fin de "desprestigiar" cada cosa que hago diciendo que es mentira todo lo que digo?
Esta persona además a causa de divertirse lo único que consigue es que yo me rebaje a su nivel (No puedo evitar mis enfados) y desinformar a la gente que lea sus posts y sus falsas acusaciones.

Ya lo he reportado unas 5 veces, y han borrado un post suyo, Pero parece no haber sido suficiente para esta persona porque el sigue, y sique creando posts tipo "Dedicado al fake script del loser pitoloko"

¿Que me recomiendan?
¿Puedo hablar con alguien de esto que me escuche y tome cartas en el asunto?
¿O dejo pasar el tema a pesar de que desinforme a la gente y tal?

Gracias por leer
1019  Programación / Scripting / (Solucionado) [VBS] como hacer este bucle? en: 15 Enero 2012, 15:17 pm
Hola

Necesito una ayudita con este script

Me surgen 3 problemas:

el primero es que no se como definir el "CurrentDir" osea para que el script trabaje en el directorio actual.
el segundo es que tampoco se como definir ParseName("*.TTF") para que se tome en cuenta todos los archivos .ttf del directorio corriente
Y el tercer problema es, que una vez resuelto los 2 primeros, no sabría como aplicarlo al For xD

Código
  1. set winsh = CreateObject("WScript.Shell")
  2. set winenv = winsh.Environment("Process")
  3. windir = winenv("WINDIR")
  4.  
  5. Set objShell = CreateObject("Shell.Application")
  6. Set objFolder = objShell.Namespace("%CURRENTDIR%")
  7. Set objFolderItem = objFolder.ParseName("*.TTF")
  8.  
  9. For each N in objFolderItem
  10.   N.InvokeVerb("Install")
  11. next

Gracias...
1020  Foros Generales / Dudas Generales / Una duda sobre red, el comando "ping" de Windows y una IP. en: 15 Enero 2012, 08:23 am
Hola muy buenas, A raíz de un problema con un usuario, pregunto esto...

Código:
ping -r 1 -n 1 google.com

Ese comando me da este resultado:

Código:
Haciendo ping a google.com [173.194.34.xx] con 32 bytes de datos:
Respuesta desde 173.194.34.xx: bytes=32 tiempo=67ms TTL=49
    Ruta: 10.47.243.xx

¿Alguien me puede explicar que IP es la de "Ruta: xx.xx.xxx.xx"?
¿Y porque cambia cada segundo?, Osea, Si se usa el script varias veces seguidas, siempre obtienes una ip distinta.

Este usuario problemático dice que es la Ip pública, pero yo dudo mucho que mi Ip pública cambie cada segundo.

La IP pública de mi host, es la misma que se muestra en páginas tipo "whatismyip.com" ¿Verdad?



Y bajo mi ignorancia, esto es lo que pienso que obtengo con el comando ping:

Código:
ping -r 1 -n 1 google.com

Código:
Haciendo ping a (ip pública de google)
Respuesta desde (ip pública de google)
Ruta: (Ip de alguno de los servidores internos de google.com, Por eso siempre se obtiene una distinta)

Porfavor corrijanme si estoy equivocado, es importante.

un saludo
Páginas: 1 ... 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines