Scan URL ,File by using virustotal API
(python3). You can install it by :
$ git clone https://github.com/J4mesF/ScanMe.git
$ cd ScanMe
$ pip3 install -r requirements.txt Download and extract the source here Make sure you have already install python and pip3. if you dont, get it here Open your window cmd and type:
C:\Users\Mrhope>pip3 install pyqt5
C:\Users\Mrhope>pip3 install requests
or:
C:\Users\Mrhope>pip3 install --user pyqt5
C:\Users\Mrhope>pip3 install --user requests
if its got error. You have to check is that you already install pip yet. Open cmd and type:
C:\Users\Mrhope>pip --version
if not you have to install it.Checkt it here
To use this Tool you'll need a Virustotal API_KEY. Go to the Virustotal login page. Sign in. Take your API_KEY And paste it here. ScanMe/ScanProcess/API_KEY/API_KEY.txt If you don't have an account, You can get one here Make sure that after sign up You have to cofirm your mail to active your account.
NOW YOU ARE GOOD TO GO!.
Just by this command:
$ python3 Run.pyC:\Users\Mrhope>cd [PATH_TO_FILE]
C:\Users\Mrhope>python Run.py
Im still dealing with File Scan. It still have some bugs. And just with File under 32MB. There a guy had a good move on this API, you can check it out here. See more about how to dealing with Virustotal API here.