Giter VIP home page Giter VIP logo

virusshare-search's Issues

ErrorL not a valid win 32 application

Hi,

I dowloaded conficker worm and other files from virus share.

However no one is executing in my windows 7 VM 64 bit

Error: not a valid win 32 application
please help.

Search and download ransomware samples

I am not sure if I can use it to search and download only ransomware malware. does it support that? I don't have the hashes so I think it will be great if it searches by family name.

All hashes in one file

All the hashes should be in a single file for simplicity. There is a project called VirusShare Hashes which does this. It provides a comprehensive and automatically updating list of hashes from VirusShare so you could just download from there.

Code update suggest - Auto Get Last VirusShare file

Hi!
I saw your last code update, lets update it!
I suggest such thing (Bold text):

def main():
#Get Last VirusShare file
import urllib.request
from re import search
fp = urllib.request.urlopen("https://virusshare.com/hashes.4n6")
mybytes = fp.read()
mystr = mybytes.decode("utf8")
fp.close()
finBaseStr = mystr[mystr.rfind("hashes/VirusShare"):]
finBaseNum = str(search('>(.*)<', finBaseStr).group(1))
finBaseNumHelp = "sets latest VirusShare file released (default: " + finBaseNum + ")"

parser = argparse.ArgumentParser(description='tool to download VirusShare hash files and search them for specified hashes')
parser.add_argument('-s','--search', help='hash to search for in local repository (hint: specify any number of hashes)', nargs="+")
parser.add_argument('-u','--update', help='updates local hash containing files (--update all/missing/10,11,12/0-20)')
parser.add_argument('-l','--latest', help=finBaseNumHelp, default=finBaseNum)

What do you thing?

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.