Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/honzahommer/node-malwarepatrol
Malware Patrol block list downloader
https://github.com/honzahommer/node-malwarepatrol
blacklist malware malwarepatrol
Last synced: 2 days ago
JSON representation
Malware Patrol block list downloader
- Host: GitHub
- URL: https://github.com/honzahommer/node-malwarepatrol
- Owner: honzahommer
- License: mit
- Created: 2019-09-08T15:58:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T18:35:32.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T04:27:36.342Z (about 1 month ago)
- Topics: blacklist, malware, malwarepatrol
- Language: JavaScript
- Homepage: https://git.io/malwarepatrol
- Size: 1.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# malwarepatrol
[![npm Package](https://img.shields.io/npm/v/malwarepatrol.svg)](https://www.npmjs.org/package/malwarepatrol)
[![License](https://img.shields.io/npm/l/express.svg)](https://github.com/honzahommer/node-malwarepatrol/blob/master/LICENSE)
[![build status](https://img.shields.io/travis/honzahommer/node-malwarepatrol/master.svg)](http://travis-ci.org/honzahommer/node-malwarepatrol)
[![downloads per month](http://img.shields.io/npm/dm/malwarepatrol.svg)](https://www.npmjs.org/package/malwarepatrol) [![Greenkeeper badge](https://badges.greenkeeper.io/honzahommer/node-malwarepatrol.svg)](https://greenkeeper.io/)> [Malware Patrol](https://malwarepatrol.net) list downloader
## Installation
```
npm install -g malwarepatrol
```## Usage
### JS
```
const malwarepatrol = require('malwarepatrol');
malwarepatrol('https://lists.malwarepatrol.net/cgi/getfile?receipt=RECEIPT&product=32&list=mailwasher', 'mailwasher.txt').download();
```### CLI
```
malwarepatrol 'https://lists.malwarepatrol.net/cgi/getfile?receipt=RECEIPT&product=32&list=mailwasher' mailwasher.txt
```