
steg86 is a format-agnostic steganographic
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
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
Other AI Tools

Pixee
A PHP port of Rack::Honeypot, a spam trap that detects and blocks spambots
Details
Visit site

Param Miner
Technique used to forward one URL to another.
Details
Visit site

parameth
A comprehensive web application security testing solution that offers built-in vulnerability assessment and management, as well as integration options with popular software development tools.
Details
Visit site

PhoneyC
A command-line tool that scans NPM packages and ZIP files to detect exposed secrets and sensitive credentials in source code and configuration files.
Details
Visit site

PINT
A web security tool that scans for vulnerabilities and known attacks.
Details
Visit site

ProbeDroid
Detect users' operating systems and perform redirection with Apache mod_rewrite.
Details
Visit site