Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Commands

Command Description
scan Scan a file.
watch Watch a folder.
lookup Look up a file hash.
elk Start an ELK docker container.
web Start, Stop Web services. 🚧
plugin List, Install or Remove Plugins.
help Shows a list of commands or help for one command.

scan

Usage: malice scan [OPTIONS] [arg...]
Scan a file

Description:
   File to be scanned.

Options:

   --logs	Display the Logs of the Plugin containers

watch

Usage: malice watch [OPTIONS] [arg...]
Watch a folder

Description:
   Folder to be watched.

Options:

   --logs	Display the Logs of the Plugin containers

lookup

Usage: malice lookup [OPTIONS] [arg...]
Look up a file hash

Description:
   Hash to be queried.

Options:

   --logs	Display the Logs of the Plugin containers

elk

Start an ELK docker container.

web

NOTE: the api/web ui is not done yet.

plugin

NAME:
   malice plugin - List, Install or Remove Plugins

USAGE:
   malice plugin command [command options] [arguments...]

COMMANDS:
     list	list enabled installed plugins
     install	install plugin
     remove	remove plugin
     update	update plugin

OPTIONS:
   --help, -h	show help

help

Shows a list of commands or help for one command.