Skip to content

Instantly share code, notes, and snippets.

View carlesm's full-sized avatar

Carles Mateu carlesm

View GitHub Profile

Keybase proof

I hereby claim:

  • I am carlesm on github.
  • I am carlesm (https://keybase.io/carlesm) on keybase.
  • I have a public key ASBKaqzVxZMHfH4tefsZ0IgWeFoMBl8a-p9Jlqf927in3go

To claim this, I am signing this object:

@carlesm
carlesm / README.md
Created October 22, 2015 13:14
paris tripadvisor

README is empty

@carlesm
carlesm / genymotionwithplay.txt
Created October 12, 2015 07:19 — forked from wbroek/genymotionwithplay.txt
Genymotion with Google Play Services
Download the following ZIPs:
ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links)
Download the correct GApps for your Android version:
Google Apps for Android 5.1 (https://www.androidfilehost.com/?fid=96042739161892865 - gapps-L-4-21-15.zip)
Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip)
Google Apps for Android 4.4.4 (https://www.androidfilehost.com/?fid=23501681358544845 - gapps-kk-20140606-signed.zip)
Google Apps for Android 4.3 (https://www.androidfilehost.com/?fid=23060877490000124 - gapps-jb-20130813-signed.zip)
Google Apps for Android 4.2 (https://www.androidfilehost.com/?fid=23060877490000128 - gapps-jb-20130812-signed.zip)
#!/usr/bin/env python
from scapy.all import *
ap_list = []
def PacketHandler(pkt) :
if pkt.haslayer(Dot11) :
if pkt.type == 0 and pkt.subtype == 8 :