This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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` |
OlderNewer