Skip to content

Hackazillarex/convert-all-pcaps.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

convert-all-pcaps.sh

Simple automation script by Hackazillarex

This Bash script automatically converts all .pcap or .pcapng files in the current directory into a single Hashcat 22000 format file. This is useful for preparing WPA/WPA2 handshake captures from tools like Pwnagotchi or Wireshark for password cracking with Hashcat.


Features

  • Automatically detects all .pcap and .pcapng files in the folder.
  • Converts them into a single all.22000 Hashcat-compatible file.
  • Checks for hcxpcapngtool installation before running.
  • Provides feedback on the number of files found and conversion success.

Requirements

  • Linux / macOS with Bash
  • hcxtools installed (provides hcxpcapngtool)
sudo apt install hcxtools  # Debian/Ubuntu/Kali
Usage

Place all your .pcap or .pcapng handshake files in a single directory.

Copy the script into that directory:

cp convert-all-pcaps.sh /path/to/your/pcap/folder
chmod +x convert-all-pcaps.sh

Run the script:
./convert-all-pcaps.sh


After execution, you should see a file named all.22000 in the same directory (or the name you specified in the script).

About

A simple script to convert all pcaps in a folder into hashcat 22000 files.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages