PhishScope is a simple web app that scans email attachments using the VirusTotal API and reports if they are potentially malicious or suspicious.
- Upload any file to check againsts VirusTotal's threat database
- Instant report if known
- Easy to use web interface
git clone https://github.com/YOUR_USERNAME/phishscope.git
cd phishscope
pip install -r requirements.txt
python app.py