chrispetrou
chrispetrou
@Teicu Hi! Thanks for pointing that out! I checked the script and I indeed had forgotten to import the `sys` module in `/wp/validations.py`. I fixed that with the latest commit...
Hm, that's probably due to `shodan` module. I hadn't add it to the requirements.txt since in order to be able to use it you have to have a shodan API...
For me works fine which means that probably I had a module pre-installed and forgot that it's not part of the standard python library. So I updated the requirements.txt with...
For python 2, `urlparse` is pre-installed.
@Teicu If you try to import every module separately as it's imported in the script in a **python2** interactive shell do you face any problem?
That works as intended. Based on [haveibeensold.app](https://haveibeensold.app/), an email can be either leaked, or not to appear in any data-breach. Could you describe the issue further?
I tried the pull-request and it doesn't seem to work for me. Every email I tested gets reported as not found in the google search results which is not the...
The function does pretty match what you described but when I test the following script using your pull-request: ```python import os, sys from selenium import webdriver from selenium.webdriver.common.desired_capabilities import DesiredCapabilities...
The way `google_search()` works, is by googling for the email and if it appears in the results the it reports back to the user. Of course I don't know how...