Skip to content

elad619/who-dis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

who-dis

Multi-Capa

Multi capa runs capa on a large set of files by spreading the work over multiple pre-defined number of workers. All the samples come in as a dir of files to process, and the result is a dir with all the text outputs.

There are 2 steps to running the scripts:

  • Running multi-capa.py - to execute capa and generate the results.
    You can run it simply by running
    python ./multi-capa.py
    Optionally you can specify also the input directory, output directory, rules directory and number of workers by using flags (--help for more info). Its recommended to set the number of workers to the number of CPU's if applicable. The input directory is iterated recursively so you can also split the samples by types
  • Running filter_results.py - to filter out all the errors that arised from capa and only leave valid data.
    You can run it by executing
    python ./filter_results.py
    Optioanlly you can also use flags to specify the input and output directories. (--help for more info)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages