This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
土豆哥
anotherbug.com
did:plc:halfjkmxtkrwqe5ghdedqyvn
给文件"伪装"这件事,谷歌出了个AI检测工具叫Magika。
传统方式看文件扩展名,改个后缀就能骗过去。Magika不看后缀,直接分析文件的真实内容类型。
背后是深度学习模型,喂了约1亿个样本训练出来的,支持200多种文件类型,毫秒级检测,准确率能到99%左右。
这不是实验室玩具——谷歌自己的Gmail、Drive、安全浏览都在用它扫文件。GitHub上已经11k星标。
一行命令装上:pip install magika。
github.com/google/magika
https://github.com/google/magika
2026-08-05T09:34:03.274Z