Entradas

Mostrando entradas de 2013

Bloquear Publicidad mediate /etc/hosts

Muy buen dia a todos, es conocido por muchos que la publicidad en Internet deja mucho que decir. En general en cualquier sistema se puede bloquear la mayoría de la publicidad mediante un solo archivo de texto, es cierto!, no se tiene que recurrir a software complejo. El metodo que se describre a continuación es valido para sistemas Windows, Linux, MAC, Androids entre otros. Agregar al archivo hosts la lista de sitios que se quieren bloquear y redirigirlos a 127.0.0.1 o a la direccion 0.0.0.0 (Esta ultima por si en su sistema tiene servidor WEB local)  El archivo se encuentra en las siguientes Rutas: Windows 9x y ME "C:\Windows\hosts" Windows NT, Win2K y XP "C:\windows\system32\drivers\etc\hosts" "C:\winnt\system32\drivers\etc\hosts" Windows 7, Vista y 8 "C:\windows\system32\drivers\etc\hosts" "%systemroot%\system32\drivers\etc\hosts"  Linux/BSD "/etc/host" Yo en lo personal gua

WhatsApp get Basic Info Sniffing

Imagen
Well, the another day I was seeing the raw data in wireshark, when i see my own phone number in the screen, amazing i said to my self, scrolling the mouse over the wireshark windows I see my WhatsApp version. I try get the messages but they are encrypted by the WhatsApp aplication. I dont know if exist one program to decrypt the messages. I'm able to programing in C, then I write some code for get the Basic info of the whatsapp messages like: MAC Address phone number running version of whatsapp in a friendly format!!. If you are follow some person and you want to sniffing his Wireless traffic, you can isolate only one MAC Address communications. source code:  readWAbasicinfo-0.r3.tar.bz2 you need have libpcap installed, and the raw pcap file. I try do it in real time but it's complicate. compilation: gcc -o readWAbasicinfo readWAbasicinfo.c -lpcap Grettings!! Update 2015/02/26 whatsapp  version 2.11.14.348-5222 for IOS