Skip to content

Commit 1b8ddeb

Browse files
authored
Create README.md
1 parent 962c136 commit 1b8ddeb

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# VirusTotal Scanner
2+
3+
VirusTotal Scanner is a GUI-based application for Windows that allows users to scan files and URLs for malware using the VirusTotal API. The application calculates file hashes, submits them to VirusTotal, and displays detailed scan results, including the detection status from various antivirus engines. It also features API key management, saving the key for future use and ensuring it remains hidden from the UI.
4+
5+
## 💪 Features
6+
7+
- Scan files for malware using VirusTotal.
8+
- Scan URLs for malware using VirusTotal.
9+
- Display detailed scan results with detection status.
10+
- Save and manage VirusTotal API key securely.
11+
- User-friendly interface with a visually appealing layout.
12+
13+
## 🔽 Download
14+
You can download the most recent version of tool [here](https://codeload.github.com/oop7/VirusTotal-Scanner/zip/refs/heads/main)
15+
16+
17+
## 🛠️ Installation
18+
19+
1. Install the required dependencies:
20+
```sh
21+
pip install -r requirements.txt
22+
```
23+
24+
2. Run the application:
25+
```sh
26+
python virus_total_scanner.py
27+
```
28+
29+
## 💻 Usage
30+
31+
1. Enter your VirusTotal API key and save it.
32+
2. Click "Select File" to choose a file to scan or enter a URL and click "Scan URL".
33+
3. View the scan results, including the detection status from various antivirus engines.
34+
35+
## 📜 License
36+
37+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
38+
39+
## 📙 Contributing
40+
41+
Contributions are welcome! Please fork the repository and submit a pull request.
42+
43+
## ❓ Acknowledgments
44+
45+
- [VirusTotal API](https://www.virustotal.com/)
46+

0 commit comments

Comments
 (0)