项目作者: ntddk

项目描述 :
Abyss Watcher - Malware Downloader
高级语言: Python
项目地址: git://github.com/ntddk/Abyss-Watcher.git
创建时间: 2016-12-30T15:50:34Z
项目社区:https://github.com/ntddk/Abyss-Watcher

开源协议:MIT License

下载


Abyss Watcher

Abyss Watcher is a simple python script that parses malicious url lists from following websites to automatically download the malware sample:

Installation

  1. pip install -r requirements.txt
  2. python abyss.py

You can specify download location with -p.
If you want torified access, following instructions can be used.

  1. sudo apt-get install tor
  2. sudo service tor start
  3. python abyss.py -t

The best way to use Abyss Watcher is to run it routinely from cron—with random delay—like this.

  1. 0 0 * * * sleep `expr $RANDOM \% 3600`; python /home/ntddk/Abyss-Watcher/abyss.py -t

Enjoy!

Acknowledgments