Nik
Nik
i have this issue when i am compiling ( python yara version 3.6.3 - windows) a yara file with import "hash" but it's working well for importing pe
for my case hash module is working well in python yara 3.6.3 on Ubuntu but not on windows (No module named hash -_-)
Same here ( why is this case for windows ......)
Great, it can be more better, add one more condition to check if Api variable has same length as Api keys and it is in hexadecimal format
no issue, just little modification in code like, using parenthesis along with print, using urllib.request, urllib.parse instead of urllib2 and just bit decoding and encoding to utf 8 can address...
Hi Anthony, After making some tweak I was able to make this code work Like changing print "" to print(""), Handling import error of urllib for python3, Encoding request body...
https://github.com/GREEKYnikhilsharma/Xen0ph0n-VirusTotal_API_Tool-Python3 On Sat, Jan 4, 2020, 19:27 Nikhil Sharma wrote: > Hi Anthony, > > After making some tweak I was able to make this code work > Like changing...