Giter VIP home page Giter VIP logo

qt-virustotal-uploader's Introduction

VirusTotal uploader

This program internally uses the VirusTotal public API. You can drag and drop a file or folder into the program to queue it for uploading and scanning

Generic Instructions for compiling and Install

  1. build c-vtapi https://github.com/VirusTotal/c-vtapi
  • autoreconf -fi
  • ./configure
  • make
  • sudo make install
  1. Build VirusTotal Uploader

Ubuntu or debian instructions

# get dependencies
sudo apt-get install build-essential qtchooser qt5-default libjansson-dev libcurl4-openssl-dev git zlib1g-dev

# clone the c-vtapi library
git clone https://github.com/VirusTotal/c-vtapi.git

#change to c-vtapi directory
cd c-vtapi

# get c-vtapi dependencies
sudo apt-get install automake autoconf libtool libjansson-dev libcurl4-openssl-dev

# configure with default options and make
autoreconf -fi && ./configure && make

# install to system, by default this goes to /usr/local/lib
sudo make install 

# configure dynamic linker to add /usr/local/lib to path
sudo sh -c 'echo "/usr/local/lib" > /etc/ld.so.conf.d/usr-local-lib.conf'
sudo ldconfig

# go back to base directory
cd ..

#clone QT VirusTotal Uplaoder
git clone https://github.com/VirusTotal/qt-virustotal-uploader.git
cd qt-virustotal-uploader

# run qmake, specifing qt5 
qtchooser -run-tool=qmake -qt=5

# compile with 4 parellel jobs
make -j4

#optionally install 
sudo make install

qt-virustotal-uploader's People

Contributors

atilaromero avatar daissi avatar karlhiramoto avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qt-virustotal-uploader's Issues

Make install: Nothing to be done.

Building on xubuntu 16.04
Following build instructions as per Readme.md

with one minor change: qmake -qt5 instead of qmake
(otherwise qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory)

sudo make install
make: Nothing to be done for 'install'.

trying to run the built executable

$ ./VirusTotalUploader
./VirusTotalUploader: error while loading shared libraries: libcvtapi.so.1: cannot open shared object file: No such file or directory

however /usr/local/lib/libcvtapi.so.1 exists, so the c-vtapi does seem to have installed correctly.

$ LD_PRELOAD=/usr/local/lib/libcvtapi.so.1 ./VirusTotalUploader does launch the utility.

This is probably a *buntu specific issue.

Rescan

Rescan functionality is not working. Scans forever.. Tested on Debian 8.7

build instructions not working. Typo and other problem

./conigure & make -j4

should be configure

Plus, this doesn't even work on ubuntu as is

# get dependencies
sudo apt-get install build-essential qtchooser qt5-default libjansson-dev libcurl4-openssl-dev git

# clone the c-vtapi library
git clone https://github.com/VirusTotal/c-vtapi.git

#change to c-vtapi directory
cd c-vtapi
./conigure && make -j4
~/c-vtapi$ ./conigure && make -j4
bash: ./conigure: No such file or directory
~/c-vtapi$ ./configure && make -j4
bash: ./configure: No such file or directory

so I find more dependencies on https://github.com/VirusTotal/c-vtapi page and try autoconf

$ sudo apt-get install automake autoconf libtool libjansson-dev libcurl4-openssl-dev
$ autoconf
configure.ac:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

try automake... get different errors. I have no idea which directions to use nor which would work :/

Alternative lib-path

Hey Guys,
thx for developing this software. I am currently working on some linux-packages for your tool.
I have some trouble with compiling qt-virustotal-uploader. I pushed the c-vtapi in /usr/lib/c-vtapi do you have a configure file or something for changing the lib path? thx

greetings

chris

VS

What happend me

Request Flatpak package

Would be nice to have universal Linux package which could installed without hassle. More info on official site and Flathub. I'll try to help with initial build and submitting package on Flathub soon. If you interesting in maintain it let me know.

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.