Why ARevo Scanner?
Precise Detection
Deep byte signature analysis, does not depend on extensions
Instant
Results in seconds, no downloads or software installation
Private and Secure
Your files are not stored, 100% analysis in your browser
How does detection work?
Analysis by byte signature
Every file format has a characteristic byte sequence at the beginning (magic bytes). ARevo Scanner reads these bytes directly and compares them against a signature database to identify the real type, completely ignoring the name or extension.
- PDF always starts with
%PDF- - ZIP with
PK\x03\x04 - PNG con
\x89PNG\r\n
Pattern analysis based on Google Magika open-source ML byte classification.
{
"filename": "documento.exe",
"declared_ext": "exe",
"real_type": "application/pdf",
"confidence": 99,
"is_correct": false,
"magic_bytes": "25 50 44 46"
}
PHP finfo_file()
The native PHP finfo_file() function
queries the OS MIME type database to determine the file type. Combined with our
signature analysis, it offers double-layer detection.
PHP finfo_file() docs · MIME registry: IANA Media Types
| Extension | Real type | Risk |
|---|---|---|
| .jpg → .exe | application/x-msdownload | High |
| .pdf → .js | application/javascript | High |
| .png → .png | image/png | OK |
| .docx → .zip | application/zip | Medium |
Real-time process
The analysis occurs in milliseconds: the file travels to
the server via FormData, PHP reads the first bytes, runs finfo_file(),
calculates hashes and returns the full result in JSON.
Plans and Limits
Need more detail? See the full feature comparison.
No Login
- Up to 10 MB per file
- 1 simultaneous analysis
- Download JSON
Pro
Professional analysis without limits
- Up to 300 MB per file
- 20+ simultaneous analyses
- JSON + CSV + PDF + Excel
- Advanced reports
No commitment · Cancel anytime
Detailed comparison
| Feature | No Login | Free | Pro |
|---|---|---|---|
| Max file size | 10 MB | 50 MB | 300 MB |
| Simultaneous files | 1 | 5 | 20+ |
| Export formats | JSON | JSON + CSV | JSON + CSV + PDF + Excel |
| MD5 / SHA256 Hashes | ✗ | ✓ | ✓ |
| Entropy classifier | ✗ | ✓ | ✓ |
| Metadata (EXIF, PDF, DOCX) | ✗ | ✗ | ✓ |
| Compressed file analysis | ✗ | ✗ | ✓ |
| Polyglot detector | ✗ | ✗ | ✓ |
| VirusTotal scan | ✗ | ✗ | ✓ |
| History | ✗ | 30 days | Unlimited |
| PDF / Excel reports | ✗ | ✗ | ✓ |
| Support | ✗ | Priority |