aluminum-ice / pwnagotchi

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

[BUG] #60

Open RWunnink opened 1 year ago

RWunnink commented 1 year ago

Describe the bug Onlinehashcrack not available Also automatic uploading fails. Accessing online hashcrack via pluginscreen results in an interal error: website not available. Accessing wpa-sec via plugin page does work, to prove working internet connection I already have a working token and configured it in my config.toml.

To Reproduce Steps to reproduce the behavior:

  1. Access pwnagotchi page by windows ndis connection
  2. Access plugin page
  3. Click on onlinehashcrack link

Expected behavior Browser shows interal error: website not available

*Screenshots clicking yellow marked link image results in image

Environment (please complete the following information):

Additional context n.a.

aluminum-ice commented 1 year ago

Did you look at the logs? Make any attempt to find the root cause?

RWunnink commented 1 year ago

Yes, I followed the logtrail which states OHC: OnlineHashCrack plugin loaded

Furthermore I tried to check the OnlineHashcrack.py was having something unusual, but I could not find any. checked log in /var/log/pwnagotchi.log, no records

my toml config main.plugins.onlinehashcrack.enabled = true main.plugins.onlinehashcrack.email = "xxx@xxxl.com" main.plugins.onlinehashcrack.dashboard = "https://www.onlinehashcrack.com/xxx" main.plugins.onlinehashcrack.single_files = false main.plugins.onlinehashcrack.whitelist = []

xxx are mailaddress and hashcrack numberID off course ;)

aluminum-ice commented 1 year ago

I don't use onlinehashcrack only wpa-stanev. I will try the plugin on my pwnagotchi this week and see if I notice the same issue