Skip to content

tkmru/maruko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

maruko

Maruko is malware crawler inspired by 'ちびまる子ちゃん'
This script crawl following sources.

Installation

Dependencies

Maruko use python-magic module. python-magic is a python interface to the libmagic file type identification library. It is dependent on libmagic. You need to install libmagic before you install maruko.
On OSX:
  • When using Homebrew: brew install libmagic
  • When using macports: port install file

PyPI

The recommended process is to install the PyPI package, as it allows easily staying update.

$ pip install maruko

github

Download from https://github.com/tkmru/maruko/.
Let's push star!!
$ git clone git@github.com:tkmru/maruko.git
$ cd maruko
$ python setup.py install

Usage

Downloaded malware is stored in /opt/malware/unsorted/ by default.
$ sudo maruko
'-p' change stored path.
$ sudo maruko -p <path>

License

"THE BEER-WARE LICENSE"
If we meet some day, and you think
this stuff is worth it, you can buy me a beer in return.

About

malware crawler inspired by 'ちびまる子ちゃん'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages