Skip to content

Instantly share code, notes, and snippets.

View cablethief's full-sized avatar

Michael Kruger cablethief

  • SensePost
  • South Africa
View GitHub Profile
@cablethief
cablethief / extract_EAP.sh
Last active February 25, 2024 15:56 — forked from singe/create_certs.sh
A simple tshark EAP certificate extractor
#!/bin/sh
# Simple tshark WiFi EAP certificate extractor
# By dominic@sensepost.com
# All rights reserved 2018
if [ ! -x $(which tshark) ]; then
echo "tshark not installed"
exit 0
fi