A small script that goes through all of the .pcap files in a given directory and renames them to the SSID that they contain. Intended for use with handshakes captured by Pwnagotchi or similar tools.
Prerequisites: scapy
Usage:
cd into wherever this file is then run:
python pcap_renamer.py path/to/directory
Disclaimer: this code was pretty much entirely generated by AI and has not been extensively tested. Use at your own risk and always make backups just in case.