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

can't install in windows #15

Closed pretech86 closed 4 years ago

pretech86 commented 5 years ago

PS D:\shared_folder_for_virtual_machines\OSINT-SPY-master> python install_windows.py Fatal error in launcher: Unable to create process using '"' Fatal error in launcher: Unable to create process using '"' Fatal error in launcher: Unable to create process using '"' Fatal error in launcher: Unable to create process using '"' Fatal error in launcher: Unable to create process using '"' Fatal error in launcher: Unable to create process using '"' PS D:\shared_folder_for_virtual_machines\OSINT-SPY-master>

can you help please

ghost commented 4 years ago

had the same problem i run it on ubuntu sub system and had to manually install all the programs that install_windows.py does........... FIX - run all these commands manually

pip install clearbit

pip install shodan

pip install fullcontact.py

pip install steganography

pip install requests

pip install sslscan

SharadKumar97 commented 4 years ago

Now using requirements.txt, so it should not be an issue now.