Skip to content

Instantly share code, notes, and snippets.

View FreekdeMan's full-sized avatar

Freek De Man FreekdeMan

View GitHub Profile
@ToxicProxy
ToxicProxy / Wlanpass.py
Created October 1, 2017 19:14
Wifi Passwords
import subprocess
import re
# List of Wlan interfaces connected before/frequently
cmd = subprocess.Popen('netsh wlan show profiles', shell=True, stdout=subprocess.PIPE)
ssids = [];
for line in cmd.stdout:
line = line.strip()
searchObj = re.search( ': ', line, re.M|re.I)
@LoranKloeze
LoranKloeze / probe_requests_to_sqlite3.py
Last active January 9, 2020 21:47
This script grabs 802.11 probe requests from the air and puts them in a sqlite3-db
#!/usr/bin/env python2.7
# 802.11 probe requests processor
# Copyright (C) 2017 Ralon cybersecurity
# Loran Kloeze - loran@ralon.nl - @lorankloeze
# MIT license: do with it what you want but use it for good
#
# This script grabs probe requests from the air and puts them in a sqlite3-db.
# It cleans up the database to prevent old entries from filling up too much disk
# space. Check the regex before starting this script because it assumes 3
# antennas on the wireless device.
@pschmied
pschmied / voting-power.png
Last active November 20, 2016 09:25
Relative voting power by state
voting-power.png