woj-ciech / Daily-dose-of-malware

Script lets you gather malicious software and c&c servers from open source platforms like Malshare, Malcode, Google, Cymon - vxvault, cybercrime tracker and c2 for Pony.
36 stars 15 forks source link

Fixing install with python3 #6

Open manves opened 4 years ago

manves commented 4 years ago

So I tried running your tool with the required installs, however it had some errors with python 2.7ish. So I decided to run it with python3. it worked however the installed selenium and pyinstaller that doesn't come installed by default. So i had to pip3 install selenium and pip3 install pyvirtualdisplay. It worked but I also installed the gecko driver. just had to add it to the path with the command " export PATH=$PATH:/path/to/geckodriver " It seems to work now. I don't have an account with malshare or malc0de though