@rosav/cli
v0.3.5
Published
A CLI that scans your files for matches to the VirusShare database.
Downloads
4
Readme
A CLI that scans your files for matches to the VirusShare database.
Documentation available here.
Installation
Prebuilt binary
Download here.
Package manager
NPM
npm install -g @rosav/cli
Yarn
yarn global add @rosav/cli
Command help
rosav --help
CLI Colour Coding Guide
- Red: Error
- Yellow: Warning
- Green: Success
- Cyan: Progress
- Magenta: Debug information
Translation
Help translate ROS AV here.
TODO
- [ ] Catch all errors
- [ ] Use asynchronous functions
- [ ] GUI using Electron
- [ ] Fix scan progress bar when scanning multiple items
- [ ] Realtime protection using filesystem monitors
- [x] Add a progress bar to display during scanning
- [ ] Migrate core functions of the CLI to
index.js
- [x] Allow specifying custom regex to match directories
- [ ] Only scan for latest 1 million hashes as
Recent Malware Mode