What “Drop Anything” means here
The tool accepts any file upload. Some formats get deep inspection, while unknown binaries still get hashes, strings, and format clues.
Upload a file and get a structured inspection report with hashes, format clues, readable text, strings, image or PDF details, and archive contents where possible. This first release aims for broad usefulness, not perfect deep parsing of every format on earth.
The uploaded file is analyzed in RAM on the server, the report is kept in memory only briefly so the page can fetch it, and no third-party APIs receive the file or extracted contents.
Choose a file and the analyzer will inspect it with the CPU job lane.
The report appears here after the background job completes.
No report yet.
The tool accepts any file upload. Some formats get deep inspection, while unknown binaries still get hashes, strings, and format clues.
Quickly triaging mystery files, checking hashes, seeing whether a file is really what it claims to be, and inspecting container contents without leaving the site.
This first pass favors speed and safety. Some previews are capped, and deep parsing is intentionally limited to common formats so the tool stays responsive.
The report is temporary and in-memory only. It is kept just long enough for your page to poll and fetch the result, then it expires automatically.