Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

boywithkeyboard/noscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

noscan

noscan was archived for a while and was revived on February 7, 2022. We'll soon release v3 and stay with a regular update schedule!

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