Ethan Gregory Dodge
Ethan Gregory Dodge
We just did this today. Will submit pull request soon :)
Sucilsapkota, Do you have the ipwhois module installed? `pip install ipwhois`
As stated in my last comment, run `pip install ipwhois`
See my comment [here](https://github.com/eth-0/gone-phishing/issues/2#issuecomment-239732721).
Sucilsapkota, I added a `requirements.txt` file. All you should have to do run a `git pull` to get the new file and then run `pip install -r requirements.txt` and all...
I got it working properly on Chrome and Chromium after taking @bghost's advice with the following: ```docker run --dit --rm --device /dev/bus/usb/001/012 --device /dev/hidraw5 --group-add plugdev``` There is probably a...