evilsocket / pwnagotchi-plugins-contrib

User contributed Pwnagotchi plugins.
Other
291 stars 73 forks source link

Plugin: hashie, converts pcaps&grabs locations #11

Closed Junohea closed 4 years ago

Junohea commented 4 years ago

This is a plugin that attempts to automatically convert PCAPs to a crackable format. It currently requires hcxpcaptool, users will need to compile this and add it to their pwnagotchi (trivial) unless the pwnagotchi project choses to add hcxpcaptool to the base image. All PCAP files without enough information to create a hash are listed in a file that can be read by the webgpsmap plugin.

Refer to https://github.com/evilsocket/pwnagotchi/pull/740 for more information

leumasme commented 4 years ago

@Junohea How do i use it? Unlike other community plugins, no hashie.yml config file is included.