GithubHelp home page GithubHelp logo

h4ckl4bm3 / malware Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chubbymaggie/malware-2

0.0 2.0 0.0 4.9 MB

malware repository framework - for personal use only

License: MIT License

PHP 15.11% ApacheConf 0.04% HTML 0.38% CSS 43.85% JavaScript 40.61%

malware's Introduction

malwaRE

Malware repository framework

####Description

malwaRE is a malware repository website created using PHP Laravel framework, used to manage your own malware zoo. malwaRE was based on the work of Adlice team with some extra features.

If you guys have any improvements, please let me know or send me a pull request.

####Features

  • Self-hosted solution (PHP/Mysql server needed)
  • VirusTotal results (option for uploading unknown samples)
  • Search filters available (vendor, filename, hash, tag)
  • Vendor name is picked from VirusTotal results in that order: Microsoft, Kaspersky, Bitdefender
  • Add writeup url(s) for each sample
  • Manage samples by tag
  • Tag autocomplete
  • VirusTotal rescan button (VirusTotal's score column)
  • Download samples from repository

####Installation

  • Download project by running command git clone [email protected]:c633/malwaRE.git
  • Change line 29 of bootstrap/start.php to your computer hostname (on Linux or Max, you can determine your hostname using hostname terminal command)
  • Edit your-computer-name-here and your-name-here in app/views/index.blade.php to whatever you want.
  • Setup your environment using dot files (A dot file is basically a file that sits in the root of the project directory and contains any sensitive or environment based configuration details). For each environment you can simply create a dot file and those configuration details will be included in your code.
  • For local environment, create a file called .env.local.php. This will sit in your local project directory, with the same level with app folder
  • In your .env.local.php file you create an array of sensitive configuration details:
<?php
return array(
   'DATABASE_NAME' => 'your-database',
   'DATABASE_USER' => 'your-account',
   'DATABASE_PASSWORD' => 'your-secret-password',

   'MALWARE_STORAGE_PATH' => 'your/storage/folder/full/path/here',
   'VT_API_KEY' => 'your-virustotal-api-key',
);
  • Grant the web server write permissions to the app/storage directories (on Linux, you can run this command sudo chown -R www-data app/storage to set write permissions for apache).
  • Run migration command from your project directory: php artisan migrate
  • Setup a Apache VirtualHosts with DocumentRoot point to path/to/your/project/public/ (public folder is inside your project directory)
  • You are done.

####Screenshots Repository

Writeups modal

Upload

Upload

malware's People

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.