Performs OSINT scan on email/domain/ip_address/organization using OSINT-SPY. It can be used by Data Miners, Infosec Researchers, Penetration Testers and cyber crime investigator in order to find deep information about their target. If you want to ask something please feel free to reach out to me at robotcoder@protonmail.com
urllib2 now comes pre-installed in Python 2. You dont have to explicitly install that using pip install urllib2 (as you did at install_linux.py and install_windows.py).
urllib2
now comes pre-installed in Python 2. You dont have to explicitly install that usingpip install urllib2
(as you did atinstall_linux.py
andinstall_windows.py
).Also
pip install urllib2
doesn't work