iCloud Cross Site Scripting
iCloud Cross Site in the subject of email messages fixed by apple and acknowledged here.
iCloud Cross Site in the subject of email messages fixed by apple and acknowledged here.
I was unable to claim a reward from reporting Google a vulnerability, so I decided to donate it to charity! Google doubles the price of the reward, so it was 1000$ USD for San Francisco Child Abuse Prevention Center :).
Al iniciar la instalación de SQL Server 2008 en Windows 7 el siguiente error puede aparecer El programa de instalación de SQL Server encontró el siguiente error: No se puede llamar a Invoke o BeginInvoke en un control hasta que se haya creado el identificador de ventana. Para solucionarlo instalamos Microsoft Core XML (MSXML) 6.0. Luego procedemos con la instalación.
Este viernes 24 de febrero empezó el Codegate 2012. Logramos terminar en el lugar número 38 de 182 equipos, como siempre ningún equipo de latinoamerica por encima de nosotros :). El equipo no estuvo completo, Daniel solo participó un par de horas y yo tampoco hice gran cosa, la mayor parte del trabajo fue por emyei y gosu. Nuestro scoreboard al final del evento fue: Se nos escaparon un par de retos que ya teniamos casi resueltos pero bueno, para una proxima oportunidad será. El rank final lo pueden ver a continuación: ...
The following kickstart files allows the n900 to boot into qmlviewer, I’m going to highlight just the bottom of it, with the next lines we create the launcher for the qmlviewer and then create a symbolic link to make it the default desktop environment. cat > /usr/share/xsessions/x-meego-qmlviewer.desktop << EOF [Desktop Entry] Version=1.0 Name=qmlviewer session Exec=/usr/bin/qmlviewer Type=Application EOF # Set symlink pointing to .desktop file ln -sf x-meego-qmlviewer.desktop /usr/share/xsessions/default.desktop Here is a video of N900 booting: ...
Just got hit by this problem, whenever I tried to deploy my application: 11:06:04: Package created. 11:06:04: Installing package to sysroot ... Package 'untitled' installed. 11:06:04: Preparing SFTP connection... 11:06:04: Starting upload... 11:06:04: Failed to upload package: Failure 11:06:04: Deploy step failed. Error while building project untitled (target: Harmattan) When executing build step 'Deploy Debian package via SFTP upload' And a notification warning about the little remaining data storage appeared on the device, which I wrongly ignored at first. The problem occurs because QtCreator tries to copy the debian packate to /tmp on the device, N9 for me, and it fails if the space is full. I managed to fill my /tmp partition (which is just 4Mb btw..) by testing some big application. Solution is, ssh to your device, check if you /tmp is full (df -h) and delete any .deb file left there by QtCreator. ...
Python - 200 Points nc csawctf.poly.edu 53080 When we connected to the port it was running a service Haderper: ----------------------------- | Welcome to Haderper! | | Please enter your command | ----------------------------- > help Haderper v0.1-alpha Command help: help - this screen exec - execute a command derp - derp a string underp - underp a string logout/exit - disconnect > derp hi UydoaScKcDAKLg== > underp UydoaScKcDAKLg== hi > If we decode the base64 string we can see that it looks like a Pickle dump file: ...
Python Crackme This challenge’s hero, needs your help. Sadly, our Commander Sheen has lost his Pogo Stick. Without his Pogo Stick, Commander Sheen is not WINNING. Can you help him? Solve the puzzle and find out what space-tool could support him. download After downloading the mentioned file, we can see it is a pyc file which can be run with python2.7, using the script provided here to review the structure of pyc files (if you are using 64 bits python make sure to change struct.unpack(‘L’, moddate)[0]) to struct.unpack(’<L’, moddate)[0]) to get it working.) we could see some stuff like how many arguments it required to run: ...
Advertencia: No me hago responsable de cualquier daño que pueda ocurrir. El proceso que documento en la siguiente entrada es el que me funciono a mi. Específicamente, el teléfono que se reparo fue un iPhone 3G, con baseband 06.10.00, este procedimiento ni el firmware que se proporciona funcionará en otros modelos. Primero intentare explicar porque se produce este error, muy seguramente tu telefono para poder liberarlo del Carrier Lock (abrirle las bandas, liberar la sim para que acepte otros operadores) la persona que lo liberó instalo el baseband 06.10.00 para iPad en su teléfono, y luego usó la herramienta ultrasn0w. ...
Este año representé a NULL-Life en el CTF de Campus Party Colombia, logré obtener el primer lugar, el premio fue un magico iPad 2 :D (que aún no me han entregado, pero la paciencia es la virtud de todo pentester). Les dejo el writeup para que vean la dificultad y solucion de todos los retos. La próxima semana viene el CTF de Campus Party Valencia, en el cual podremos participar como equipo :D ...