https://github.com/adrenaline96/malwaredoctor-online-scanner
A simple ASP.NET application to scan files for malware. Based on VirusTotal.NET (https://github.com/Genbox/VirusTotal.Net)
https://github.com/adrenaline96/malwaredoctor-online-scanner
antimalware antivirus asp asp-net aspnet dotnet scanner
Last synced: about 2 months ago
JSON representation
A simple ASP.NET application to scan files for malware. Based on VirusTotal.NET (https://github.com/Genbox/VirusTotal.Net)
- Host: GitHub
- URL: https://github.com/adrenaline96/malwaredoctor-online-scanner
- Owner: adrenaline96
- License: gpl-3.0
- Created: 2018-03-09T18:44:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T07:53:52.000Z (over 4 years ago)
- Last Synced: 2025-01-21T03:25:56.653Z (3 months ago)
- Topics: antimalware, antivirus, asp, asp-net, aspnet, dotnet, scanner
- Language: C#
- Size: 80.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MalwareDoctor-Online-Scanner
A simple ASP.NET application to scan files for malware. Based on VirusTotal.NET (https://github.com/Genbox/VirusTotal.Net) and VXVault (http://vxvault.net/ViriList.php).Things to take into consideration:
1. The design is very simplistic.
2. In order to get VirusTotal results going you need your own API key. Place the key code inside the VT_API.key file in the cfg folder.
3. Prerequisites in order to get the code working: the VirusTotal.NET NuGet package (which will install the Newtonsoft.Json NuGet package as well), the "Uploads" folder that will contain the files uploaded through your app, and the "cfg" folder with the API key file.
4. You need to add the following lines into Web.config > configuration
```
```5. I added the logo in the "Content" folder.
6. I added the custom font to the "fonts" folder.