Skip to content

Grabs pcap off Pwnagotchi, converts to hc22000 format and generates attack rules/scripts for hashcat.

Notifications You must be signed in to change notification settings

sicXnull/pwnagotchi-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwnagotchi-scripts

Needless to say, this project is for EDUCATIONAL use only and is not intended for any illegal usage.

Basically a linux version of pwnagotchi-tools. These scripts will do the following:

  • SSH into pwnagotchi & pull .pcap handshakes
  • Convert pcap to hc22000 format for hashcat

Required:

wget https://hashcat.net/files/hashcat-6.2.6.7z

Extract contents

7z x hashcat*

Move to pwnagotchi-scripts hashcat directory

sudo mv hashcat-6.2.6 /path/to/pwnagotchi-scripts/hashcat/hashcat

Wordlists

You will need to download the following wordlists. Move them to /pwnagotchi-scripts/wordlists directory

Configuration

Configuration is very simple. You actually do not need to change anything if you extract hashcat and the wordlists to the configured directories. If you wish to change them however, you can modify the following in grab_and_convert.sh

SSHKEY=
HASHCAT_LOCATION=
WORDLIST_LOCATION=

Running

  • Pull files from pwnagotchi, convert to hc2000 and create attack script.
sudo sh grab_and_convert.sh
  • Crack with Hashcat
cd hashcat/scripts && sh hash.sh

About

Grabs pcap off Pwnagotchi, converts to hc22000 format and generates attack rules/scripts for hashcat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages