2.0.3 ā€¢ Published 2 years ago

noscan v2.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

noscan

npm npm GitHub last commit GitHub issues snyk vulnerabilities

A more flexible SDK for unscan.co šŸ”žšŸ”Ž

  • fully asynchronous
  • 100% coverage of the unscan API
  • typescript support

šŸ¤– Discord + Telegram Bot COMING SOON
šŸ’» CLI COMING SOON

Installation

Install the Package

Install noscan using your favorite package manager.

npm i noscan
yarn add noscan

Usage

import { isNSFW } from 'noscan'

(async () => {
  console.log(await isNSFW(stream))
})()

API

File Scanning

Features

ā„¹ļø noscan will throw an error when something went wrong.

Link Scanning

Features

ā„¹ļø noscan will throw an error when something went wrong.

CLI COMING SOON

Installation

Install the CLI globally using your favorite package manager.

npm i -g @noscan/cli
yarn global add @noscan/cli

Usage

noscan --malware ./file.exe 

Features

  • --malware to determine whether a file is malware
  • --nsfw to determine whether a image is nsfw
  • --url to determine whether a url is secure or not