conversation-steganography
A tool that hides encrypted secret messages inside innocent-looking AI-generated chat text for private communication over any messaging platform.
It targets an earlier detection point (local interaction with decoys) compared to canary tokens that signal only after exfiltration, and operates unprivileged on personal workstations that often lack EDR or file-access monitoring.
Stinger is an experimental endpoint deception tool for individual macOS and Linux workstations. It places decoy resources at likely collection points and records when a process interacts with them.
Malicious packages, compromised extensions, and infostealers can collect tokens, keys, browser data, or wallet material in a single run. On personal workstations, EDR and privileged file-access monitoring are often absent, while many canary tokens do not signal until collected bait is later rendered, fetched, resolved, or used. Stinger targets an earlier point: local interaction with the decoy during collection.
Main features:
stinger watch runs. Its default file baits are
FIFOs that signal on a blocking read and re-arm after the reader closes.
Optional local-service baits cover additional collection paths.Both modes are unprivileged by default. Linux also has an experimental fanotify backend that denies opens of exact bait files.
Stinger is not a sandbox or general endpoint monitor. It detects interaction with active traps; it does not observe all credential access, identify malware, or contain hostile code.
Requirements:
go install github.com/0x4D31/stinger/cmd/stinger@latest
stinger doctor
stinger doctor --selftest
From a checkout:
go build -o stinger ./cmd/stinger
./stinger doctor --selftest
The examples below assume stinger is on PATH. Use ./stinger for a local
build.
# Inspect the default standing baits, then start Watch Mode.
stinger watch --dry-run
stinger watch
# Run one command or an interactive shell in a protected session.
stinger run -- npm install
stinger run -
Unprivileged endpoint deception for macOS and Linux workstations. Uses FIFO baits, other local traps, and protected sessions to detect secret collection as it happens.
Similar projects matched by category, topics, and programming language.
A tool that hides encrypted secret messages inside innocent-looking AI-generated chat text for private communication over any messaging platform.

flow is a minimalist terminal dashboard that displays real-time network throughput with smooth animations, multiple responsive modes, and zero configuration.
simslim reduces iOS simulator memory usage by 4x by disabling unnecessary background daemons, allowing many more simulators to run on a single Mac.