Skip to content

Instantly share code, notes, and snippets.

View glefait's full-sized avatar

Guillem Lefait glefait

View GitHub Profile
@glefait
glefait / extract_EAP.sh
Last active February 21, 2024 14:55 — forked from cablethief/extract_EAP.sh
A simple tshark EAP certificate extractor
#!/bin/sh
# Simple tshark WiFi EAP certificate extractor
# By dominic@sensepost.com
# Updated by :
# Michael Kruger (cablethief)
# Guillem Lefait
# All rights reserved 2018
if [ ! -x $(which tshark) ]; then
echo "tshark not installed"
@glefait
glefait / 0_reuse_code.js
Created May 22, 2014 07:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console