Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 316 Bytes

sophos-linux-scan-server

A simple node project that wraps around free sophos linux for scanning files

Install

npm install

Run

node index.js

Server is hosted on localhost:3000, it'll accept multipart file upload and scan the uploaded file.

Right now only one file can be uploaded at once.