Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppsec/evc
🦠😷 Executable Virus Checker is a JavaScript CLI which verify the executable entrypoint.
https://github.com/oppsec/evc
cli entrypoint javascript js malware malware-analysis virus
Last synced: about 12 hours ago
JSON representation
🦠😷 Executable Virus Checker is a JavaScript CLI which verify the executable entrypoint.
- Host: GitHub
- URL: https://github.com/oppsec/evc
- Owner: oppsec
- Created: 2020-10-08T02:34:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-08T19:21:05.000Z (about 4 years ago)
- Last Synced: 2024-11-08T23:25:51.073Z (about 2 months ago)
- Topics: cli, entrypoint, javascript, js, malware, malware-analysis, virus
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐛 EVC
> Check the executable entrypoint.
![version](https://img.shields.io/badge/VERSION-1.0.0-brightgreen.svg?style=for-the-badge)
![license](https://img.shields.io/badge/LICENSE-MIT-blue.svg?style=for-the-badge)
## 🤔 What is EVC?
EVC or Executable Virus Checker is a JavaScript CLI which checks executable entrypoint.
## ☁️ Download
1. For a more easy download, click in the button `Clone or download` and click on `Download ZIP`
2. If you want to use **SSH**, use `git clone [email protected]:oppsec/EVC.git`
3. If you want to use **HTTPS**, use `git clone https://github.com/oppsec/EVC.git` **(recommended)**
## ⚙️ Set-Up
1. You need [NodeJS](https://nodejs.org/en/) installed on your machine.
2. Set your terminal PATH to the folder path.
3. Type on your terminal `node main.js`.
4. Done! 😃
## 🐛 Entrypoints
- Wannacry, Artemis, Cerber
- Unnamed_0, Wannacry Plus, WannaPeace
- LuckyCat, njRAT, MyLobot...
## 📚 License
- MIT License