curtbraz/WhosHere

pymysql.cursors

IanB999 opened this issue · 8 comments

using:

Raspberry PI 3 b+
Linux raspberrypi 4.9.80-v7+ #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l GNU/Li

Issue:
python run.py , indicates pymysql.cursors is not installed

Fix:

sudo pip install PyMySQL

PS: Any update on the randomisation ?

PS: I'm looking to share "alert" MAC's between various RaspPi boxes running this code , using a shared Google Sheets as the store for the new MAC . The new MAC will then get picked up from google and loaded into each database , using python. Kindly let me know if you have been doing anything like this.

Thanks, I think I did this manually myself but forgot to update the install script.

I've been putting most of my efforts into PhishAPI lately, but since this has been getting some recent attention I'd like to go back and make some significant updates. I plan to make this portable as well, with a feature to "track down" AP's and BSSID's. I've had a couple of cases now where this was used to help catch a theif, which I find interesting.

To answer your questions, no.. I haven't made any new progress on MAC randomisation, but plan to do that within the next updates. I haven't used more than 1 box at a time, but leverage a high gain antenna that captures almost a half mile away. I figure if I ever use two boxes I would just host a MySQL DB in the cloud and send all of the alert data there, instead of hosting it locally. Then, have the web front end (also cloud) pointed to it. We'd probably want to add "location" as a field if that were the case though, so you'd know which box is seeing which traffic.

Hi;
did you make any progress on enhancements to your code?

regards

Closing this issue. I added "pip install pymysql" as a requirement in the INSTALL.sh file. I plan on making improvements soon to this old repo so it can have a centralized DB and support for locating and reporting on bad ESSIDs/BSSIDs.