.EXT

Файл EXT

Generic Email Attachment File
Задать вопрос
БЫСТРЫЙ ОТВЕТ

A .EXT file is not a real format. It is a placeholder - a file whose real extension was stripped by a mail security filter, or a file saved with the literal word "ext" from a template. Identify what it is by checking its first bytes in a text or hex editor, rename it to the correct extension, then open it with the matching program.

Разработчик: N/A (not a single product; a generic/placeholder extension) Категория: Другие файлы MIME: application/octet-stream
ОТКРЫВАЕТСЯ НА Windows macOS Linux
Связанные: .TORRENT · .MSO · .MD5 · .SHS

На этой странице

Проиндексировано расширений: 19k+
Последняя проверка: Jun 21, 2026

Не знаете, что это за файл?

Перетащите любой файл в наш идентификатор - мы прочитаем первые байты, чтобы определить формат.

Идентифицировать файл

Что такое формат файла EXT?

Files with the .ext extension are used by email clients. .ext files are generated when an error while sending email occurs, or when a mail gateway or security filter strips the real extension from an attachment to neutralize potentially risky content. .ext files typically have full filenames in the generic form filename.ext - the literal word *extension* used as a placeholder rather than a genuine format identifier.

.ext files store email attachments whose original file type is unknown or has been removed. The byte content is whatever the original file was: a document, image, archive, or executable. To identify the true type, inspect the first few bytes with a hex editor - common signatures include PK for ZIP archives or Office documents, %PDF- for PDF files, and FF D8 FF for JPEG images.

.ext files can be opened using a text editor in order to attempt to recover the data when the content is plain text. However, it is best to contact the sender of the email and request that they resend the message with a properly named attachment. .ext files can be potentially dangerous as they may contain malware hidden inside a masked executable or script.

.ext files are typically created as a result of an error or data corruption. Unexpected events can take place during the process of preparing an email message and adding attachments, resulting in errors and the generation of an .ext file. Presence of such a file should alert users to the fact that the email generation process did not complete successfully. A secondary cause is automated scripts or documentation that use filename.ext as a literal placeholder name, without substituting a real extension.

Безопасность и защита

РИСК: MEDIUM

The risk is exactly the uncertainty: a .ext could be a harmless document or a disguised executable. Never blindly rename a .ext to .exe/.scr/.js and run it. Importantly, if a mail security gateway renamed an attachment to .ext, it may have done so to BLOCK a dangerous file - restoring the real extension can re-arm malware. Verify the sender, identify the type with a text/hex editor (read-only) before renaming, and scan with antivirus. Enable 'show file extensions' in your OS so disguised double-extensions (invoice.pdf.ext) are visible.

Детали формата

в двух словах
ПОЛНОЕ НАЗВАНИЕGeneric Email Attachment Fileтакже известен как General Email Attachment, placeholder attachment (.ext)
РАЗРАБОТЧИКN/A (not a single product; a generic/placeholder extension)с N/A (generic; '.ext' is the literal placeholder word 'extension')
КАТЕГОРИЯДругие файлы
MIME-ТИПapplication/octet-stream
ТИПUnknown/placeholder - text or binary depending on the original file
СВЯЗАННЫЕ.torrent.mso.md5.shs
Это расширение также используется в…
  • Norton Commander extension file - Legacy Norton Commander used .EXT for its file-association/extension definitions; obsolete and unrelated to email attachments.
  • BBEdit / Rapid-PI / various app data - A handful of programs use .ext for their own settings/extension data; check the originating app.
  • Stripped/quarantined attachment - Some mail security gateways rename risky attachments to .ext to block auto-execution.

Программы, открывающие файлы EXT

Windows3 apps
7-Zip Открытый код Right-click > 7-Zip > Open archive - if the .ext is really a ZIP/Office/archive file, 7-Zip opens it directly so you can confirm and extract.
Notepad / Notepad++ Бесплатно Open the .ext in a text editor first - if it's readable text you can see what it is; if it's binary gibberish, check the first bytes to identify the real format.
HxD (hex editor) Бесплатно Open the file and read the first bytes to identify the type (PK = ZIP/Office, %PDF = PDF, FF D8 FF = JPEG), then rename to the correct extension.
macOS1 app
TextEdit / Hex Fiend Бесплатно Open in TextEdit to check for readable text, or Hex Fiend to read the magic bytes and identify the real format.
Linux1 app
file command / any text editor Открытый код Run 'file something.ext' in a terminal to identify the true type, then rename and open with the right app.

Технические подробности

глубокая спецификация
Primary MIME typeapplication/octet-stream
Alternative MIME typetext/plain
File signature (magic bytes)None fixed - determined entirely by the original file's leading bytes
Content encodingBinary or text; inherits the encoding of the original attachment
CompressionDepends on the source file (e.g. Office or ZIP attachments use DEFLATE)
Typical file sizeAny - matches the original attachment, from a few bytes to hundreds of MB
Supported operating systemsWindows, macOS, Linux - any OS; the name is purely a filename choice
Common originEmail client error during send, mail gateway extension stripping, or automated script placeholder
Security classificationPotentially dangerous - true content may be an executable, script, or malware with a masked extension
True-type detection methodInspect leading bytes: PK = ZIP/Office, %PDF- = PDF, FF D8 FF = JPEG, MZ = Windows PE executable
Related file types.tmp, .dat, .bin, .eml, .msg
Format categoryNot a defined format; a placeholder or masked extension applied to an attachment of unknown type
Documentation usageAppears as filename.ext in technical writing and software manuals as a generic filename template
ВыпущенN/A (generic; '.ext' is the literal placeholder word 'extension')

Конвертации EXT

Вопросы и ответы сообщества

спрошено пользователями
Задать быстрый вопрос
Получите помощь от людей, работающих с файлами EXT. Будьте конкретны - укажите вашу систему и версию ПО.
Аккаунт не нужен · ответы обычно в течение дня

Вопросов пока нет - станьте первым, кто спросит о файлах EXT.

Часто задаваемые вопросы

What is an EXT file?
Usually not a real format - '.ext' is a placeholder ('filename.ext') or a generic/stripped email-attachment extension. The file is really some other type (PDF, image, document...) whose true extension was lost. Identify it and rename.
How do I open a .ext file?
First find out what it is: open it in a text editor (readable text shows itself) or a hex editor to read the first bytes (PK = ZIP/Office, %PDF = PDF, FF D8 FF = JPEG). Then rename it to the correct extension and open with the matching program.
Why did my email attachment arrive as .ext?
An automated mail script attached it generically, or - more often - a mail security filter stripped/renamed the real extension to stop it auto-opening. Ask the sender for the original filename, and be cautious before restoring it.
Can I just rename .ext to .pdf or .docx?
Yes, IF that's what it really is. Confirm the true type from its first bytes first; renaming doesn't change content, so renaming a non-PDF to .pdf just makes it fail to open. Never rename an unknown file to an executable type and run it.
Is a .ext file dangerous?
It can be - its real content is hidden by the generic extension, and security filters sometimes use .ext specifically to neutralize risky attachments. Identify it with a read-only tool, verify the sender, and scan it before opening.
Is .ext a Norton Commander file?
It can be: old Norton Commander used .EXT for its extension/association definitions. But today a .ext is far more likely a generic or stripped email attachment than a Norton Commander file.

Ссылки

1Wikipedia - Email attachmenten.wikipedia.org
2Wikipedia - List of file signatures (identify the real type)en.wikipedia.org

Узнать больше

по всей базе данных

Популярные расширения на этой неделе

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.MDMarkdown Document
4.BINCD/DVD Disc Image (BIN/CUE)
5.PARTPartial Download File
6.RPMSGRestricted Permission Message
7.NOMEDIAAndroid No-Media Marker File
8.EXEWindows Executable (Portable Executable)
9.AVIFAV1 Image File Format (AVIF)
10.ICSiCalendar data file

Похожие расширения

.TORRENTBitTorrent Metainfo File
.MSOMicrosoft Office HTML/OLE Data Stream (oledata.mso)
.MD5MD5 Checksum File
.SHSShell Scrap Object File
.DDDAdobe Acrobat Distiller file
.DWLDrawing Lock File (CAD)

Бесплатные инструменты для файлов

Идентификатор файлов и конвертер изображений в браузере - все работает на вашем устройстве.

Открыть инструменты

Обзор расширений файлов A-Z