A simple React application to scan URLs and files for viruses using the VirusTotal API.
- 🔍 Scan URLs for malware and viruses
- 📁 Scan files (up to 32MB)
- 📊 Visual results with detection statistics
- 🎨 Beautiful, responsive UI
- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser to
http://localhost:3000
- Click on the "Scan URL" tab
- Enter a URL you want to check
- Click "Scan URL"
- View the results
- Click on the "Scan File" tab
- Select a file (max 32MB)
- Click "Scan File"
- View the results
npm run build- React 18
- Vite
- Axios
- VirusTotal API v3