Git Product home page Git Product logo

vtscan's Introduction

vtscan

Use the VirusTotal API to scan a url or file hash

This command line tool is intended to be installed in /usr/bin/ and be called like a normal command line application. It can be run from anywhere, but this is its intended location. Note that the file scan takes the name/path of a file and the script will get the hash itself. You don't have to worry about grabbing that.

Setup

  • For this script, you will need to obtain a VirusTotal Public API key from VirusTotal. This is free and the public license should cover personal use such as this.
  • Once you have obtained this, place the key value in between the single quotes on line 8 of the vtcheck script.
  • run the following command to ensure that the script is executable:
    chmod +x vtcheck
  • That's it. The script should be ready to run.

Usage:

vtcheck -[u | f [ v | p ] | ? ] [file_name...]

Arguments:

u - check url
f - check file
v - verbose output. This will output a list of the services that consider a url or file to be malicious.
p - output a permalink to the VT report.
? - print a list of the arguments and proper usage of the tool.

Example:

vtcheck -fv [filename]
vtcheck -up [url]
etc.

vtscan's People

Contributors

tbwolfe avatar

Stargazers

ulopong avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.