Skip to content

Instantly share code, notes, and snippets.

View pmsosa's full-sized avatar
🦈
Always Moving Forward

Pedro M. Sosa pmsosa

🦈
Always Moving Forward
View GitHub Profile
@r4ulcl
r4ulcl / pcapFilter.sh
Last active June 2, 2025 03:41
Ttshark filter script to get WPA-EAP Identities, EAP certs, HTTP passwords, Handshakes, DNS queries, NBTNS queries and LLMNR queries. Reading a file or a folder
#!/bin/bash
#author : Raul Calvo Laorden ([email protected])
#description : Script to get WPA-EAP Identities, EAP certs, HTTP passwords, Handshakes, DNS queries, NBTNS queries and LLMNR queries
#date : 2021-06-24
#usage : bash pcapFilter.sh -f <pcap/folder> [options]
#-----------------------------------------------------------------------------------------------------------
red=`tput setaf 1`
green=`tput setaf 2`