steg86 is a format-agnostic steganographic tool for x86 and AMD64 binaries. You can use it to hide information in compiled programs, regardless of executable format (PE, ELF, Mach-O, raw, &c). It has no performance or size impact on the files that it modifies (adding a message does not increase binary size or decrease execution speed). Installation: steg86 can be installed via cargo: $ cargo install steg86 Alternatively, you can build it in this repository with cargo build: $ cargo build Usage: See steg86 --help for a full list of flags and subcommands. Profiling: To profile a binary for steganographic suitability: $ steg86 profile /bin/bash Summary for /bin/bash: 175828 total instructions 27957 potential semantic pairs 19 potential commutative instructions 27944 bits of information capacity (3493 bytes, approx. 3KB) Embedding: To embed a message into a binary: $ steg86 embed /bin/bash ./bash.steg <<< "here is my secret message" By default, steg86 embed writes its output to $input.steg. For example, /lib64/ld-linux-x86-64.so.2 would become /lib64/ld-linux-x86-64.so.2.steg. steg86 embed will exit with a no
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A versatile steganography tool with various installation options and detailed usage instructions.
de4dot is a .NET deobfuscator and unpacker with the ability to restore packed and obfuscated assemblies to their original form.
Proton Pass is a cross-platform password manager that provides encrypted storage, password generation, and security monitoring features with integrated 2FA and dark web monitoring capabilities.
A command line tool for transparently hiding files within images using LSB steganography.
A tool for securely backing up and versioning production secrets or shared passwords
A tool for creating cryptographically strong volumes that destroy themselves upon tampering or via issued command.
A demonstration of a method to delete a locked executable or currently running file from disk.
Steghide is a steganography program that hides data in image and audio files.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.