https://github.com/mrdiamonddirt/antivirus-check
https://github.com/mrdiamonddirt/antivirus-check
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrdiamonddirt/antivirus-check
- Owner: mrdiamonddirt
- Created: 2023-07-24T10:49:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T10:49:58.000Z (about 2 years ago)
- Last Synced: 2025-01-04T16:37:13.687Z (10 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Anti-Virus Detection Scripts
## Description
2 really simple to detect if a antivirus is installed on a Windows machine.
## Usage
just clone the repo and run the script if you don't have python or node installed you will need to install them.
you may also need to install ```psutil``` for python.
just run ```pip install psutil``` in your terminal.### Powershell or CMD
```powershell
python .\antivirus_detection.py
# or
node .\antivirus_detection.js
```## Roadmap
might add the following languages in the future:
- [x] python script
- [x] node script
- [ ] bash script
- [ ] c# script
- [ ] c++ script
- [ ] java script
- [ ] go script
- [ ] rust script
- [ ] ruby script
- [ ] perl script
- [ ] php scriptmight add more functionality to the scripts in the future.
- [x] return the name of any antivirus installed
- [ ] return the version of the antivirus
- [ ] add a way to check if the antivirus is running
- [ ] add a way to check if the antivirus is up to date
- [ ] add a way to check if the antivirus is running a scan## Contributing
feel free to contribute to this project.