SharadKumar97 / OSINT-SPY

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
https://docs.osint-spy.io
GNU General Public License v3.0
1.15k stars 182 forks source link

No need to explicitly mention the installation of urllib2 #2

Closed Chan9390 closed 6 years ago

Chan9390 commented 6 years ago

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).

Also pip install urllib2 doesn't work

SharadKumar97 commented 6 years ago

Thanks.