conversation-steganography
A tool that hides encrypted secret messages inside innocent-looking AI-generated chat text for private communication over any messaging platform.
与仅在泄露后才发出信号的蜜罐令牌相比,它能在更早的阶段(本地与诱饵交互)进行检测,且无需特权即可运行于通常缺少 EDR 或文件访问监控的个人工作站上。
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.
根据分类、Topic 和编程语言匹配的相似项目。
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.