evilsocket / pwnagotchi

(⌐■_■) - Deep Reinforcement Learning instrumenting bettercap for WiFi pwning.
https://pwnagotchi.ai/
Other
7.75k stars 1.15k forks source link

[BUG] #977

Open maichai opened 3 years ago

maichai commented 3 years ago

Describe the bug

aircrackonly does not get executed for every pcap that is collected in /root/handshakes

To Reproduce Steps to reproduce the behavior:

  1. remove all pcaps from /root/handshakes
  2. install aircrack-ng and aircrackonly plugin and enable it
  3. reboot
  4. wait
  5. check pcaps in /root/hashshakes using wireshark and identify pcaps that contain no packets or that contain only handshake message 1, not 2, 3, or handshake message 4 datagrams
  6. check the log file whether there is output from aircrackonly for those pcaps
  7. see that there is no output from aircrackonly for those pcaps
  8. deduce that aircrackonly was not executed for those pcaps, because it always generates an output for every pcap which it processes

Expected behavior aircrackonly plugin should be called for every pcap collected in /root/handshakes, there should be an aircrackonly plugin output for each pcap in the log file, and "uncrackable" pcaps should be removed from the folder

Screenshots n/a

Environment (please complete the following information):

uwuforever commented 3 years ago

I think this belongs as an issue on the custom plugins repo, not this repo, since this is a bug with one of the custom plugins and not a bug in pwnagotchi itself.

maichai commented 3 years ago

I think you misunderstand my post. I am saying that the problem is in the plugin mechanism, and not in the plugin.