xentrify / custom-pwnagotchi-plugins

All of my pwnagotchi plugins
GNU General Public License v3.0
21 stars 1 forks source link

Using hashie instead of hashieclean? #1

Closed Roalkege closed 2 months ago

Roalkege commented 2 months ago

Hey, I have read that hashieclean is recommended via hashie. Is there a particular reason why you use hashie?

xentrify commented 2 months ago

I assume you are talking about remote_cracking. It’s not the original hashie, but hashie-hcxpcapngtool. This version converts the handshakes to the current up to date hashcat formats. Hashieclean also includes (a modified version of) aircrackonly, next to that. This is not needed and I would not recommend using it. It will remove non-completed handshakes even tho information can be added later on, when you return.

Hope this explains it well, feel free to ask any further questions.

Roalkege commented 2 months ago

I mean the Aftershake plugin.

A plugin that handles everything after a handshake. AircrackOnly, Hashie, Quickdic, etc. All in one.

xentrify commented 2 months ago

Ah. Hashieclean is just really hashie (the updated version) combined with aircrackonly. So it technically does use it. By the way, I’m no longer maintaining aftershake and I do not recommend using it. I made it before learning that uncompleted handshakes get filled up later. I am probaply going to push an update that allows you to turn on/off each of its features.

xentrify commented 2 months ago

I am going to close this issue. Feel free to reopen it if you have any further questions.