Codegate 2011 CTF

Este año lo inauguramos con el CTF de Codegate, retos que nos pusieron a trasnochar dos dias seguidos, pero el resultado no estuvo mal :D nuestro equipo NULL-Life logro quedar en la posicion 30 de 178 equipos. Observando el resto del ranking, fuimos el primer equipo de latinos, seguidos por un equipo Argentino, KchoTeam en el lugar 69, y otro equipo Colombiano, RICTeam en el lugar 92. Estos fueron los retos que logramos pasar: ...

March 6, 2011 · 1 min

padocon ctf 2011

Esta vez nuestro equipo *NULL Labs logro la posicion 19 de un total de 351 equipos registrados. Todavia nos falta bastante :) Daniel publicara los writeups pronto. Me parecio extrano no ver a int3pids en el top pero creo que ellos se enfocaron mas en el ctf de secbydefault. No pudimos hacer nada para el ctf de securitybydefault por falta de tiempo, pero bueno a quien se le ocurre hacer dos ctf el mismo fin de semana :P

January 20, 2011 · 1 min

MeeGo Image Creator mic2 on ArchLinux

It has been a while since I first tried and failed to get mic2 working on my ArchLinux machine. Since then Arch moved to python 3, and some additional steps are required to get it working, fortunately this time the issues I encountered where easily fixed, I will be reporting them to the packages maintainers, also I have adopted one of them that was abandoned. I have uploaded my PKGBUILDs here just in case the maintainers are unable to make changes soon. ...

January 8, 2011 · 1 min

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'IUSR'@'localhost' (using password: NO)

If you keep getting this warning, even though you are supplying a different username and a password, make sure the sql.safemode setting is Off on the php.ini file. On linux/cpanel instead of showing IUSR the user of your cpanel account may appear, but the problem is still the same.

November 29, 2010 · 1 min

Prolink Pixelview MPEG 8000GT en Archlinux

Esta tarjeta tiene un chip Conexant CX23880. La salida de lspci -nn debe contener los siguientes 04:01.0 Multimedia video controller [0400]: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [14f1:8800] (rev 05) 04:01.1 Multimedia controller [0480]: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] [14f1:8801] (rev 05) Primero que todo debemos conseguir el firmware xc3028-v27.fw y copiarlo a /lib/firmware/. Para los que quieran obtener el firmware, en mi sitio lo he subido, aclaro que no se si tengo derecho para distribuirlo, si alguien se queja lo quitaré. Tambien hay una guia sobre como extraerlo directamente desde los controladores para Windows http://www.linuxtv.org/wiki/index.php/Xceive_XC3028/XC2028#How_to_Obtain_the_Firmware. ...

November 27, 2010 · 1 min

XChat 2.8 on MeeGo

This is a short post to show how I got XChat 2.8.8 on MeeGo. You will need to download the SRC.RPM file from http://xchat.org/files/binary/rpm/ wget http://xchat.org/files/binary/rpm/xchat-2.8.8-0.fc13.src.rpm sudo zypper in rpm-build perl-ExtUtils-Embed tcl-devel openssl-devel libtool libsexy-devel gettext bison gtk2-devel glib2-devel GConf2-devel rpmbuild –rebuild xchat-2.8.8-0.fc13.src.rpm cd ~/rpmbuild/RPMS/i386/ sudo rpm –install xchat-2.8.8-0.i386.rpm Now a new entry should appear on the Internet category for XChat.

October 24, 2010 · 1 min

Obtener lista de karma en teams Launchpad.net

Update: I’ve just updated the bookmarklet, I added the option to tell it the team size, it was hardcoded at 200, now you can put the value, also it doesn’t show members with 0 karma. I’ll probably get off my laziness and code it in perl/python :) Este es un pequeño javascript para obtener una lista de los miembros de un equipo de launchpad, organizada por el karma, utilizando el API de launchpad.net y Mochikit. ...

July 30, 2010 · 1 min

Explotar vulnerabilidad LNK

Gracias al analisis sobre la vulnerabilidad y explotacion de LNK realizado por Daniel, se pudo crear un archivo LNK indetectable por los Antivirus que reproduce esta falla, les recomiendo esta lectura a los que esten interesados en este bug.

July 27, 2010 · 1 min

Defcon and smpCTF 2010 PreQuals

Este año participé con el equipo de Daniel en los Prequals de Defcon y smpCTF. Fue una gran experiencia, no habia participado en este tipo de eventos hace varios años, desde que deje de resolver los retos de Yashira, logramos quedar en las posiciones 91/266 en Defcon y 30/196 en el smpCTF, por encima de otros equipos de Colombia. Daniel ya publicó algunos papers sobre Defcon, y pronto colocará los nuevos sobre smpCTF.

July 12, 2010 · 1 min

Reparando el error 1606: Could not access network location %APPDATA%

Este problema puede ocurrir al intentar instalar o desinstalar algún programa: Tambien ocurre cuando se instala el Microsoft Security Essentials, y el numero de error es 0x80070643. Para solucionarlo ejecutamos el regedit, y vamos a: HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders Verificamos el tipo y el valor de el registro AppData, tiene que ser REG_EXPANDED_SZ, y en mi caso Windows 7 tenia un valor incorrecto «%APPDATA%» lo cambiamos por «%USERPROFILE%\AppData\Roaming». He preparado un archivo archivo .reg para corregir automaticamente este problema, lo pueden descargar aqui para Windows 7. ...

December 29, 2009 · 1 min