Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果给我一个指向.txt文件的 URL,打开它总是安全的吗?它可能包含病毒或恶意内容吗?
.txt
真正的txt文件可以包含病毒代码,但不能执行,所以它是完全安全的。但是,文件可以使用这样的双文件扩展名,因此请注意:
病毒文件.txt.exe
Windows 默认隐藏 .exe,因为它是已知的文件类型。
仅仅依靠文件扩展名是不安全的。更改扩展名的人很容易掩盖真实的文件类型,因此文件很容易成为病毒或恶意内容。
例如:
MyVirus.exe -> 看似无害的文件.txt