Mr. Titus Tech is correct. cpuid-dot-com is indeed delivering malware right now.
As I began poking this with I stick I discovered this is not your typical run-of-the-mill malware. This malware is deeply trojanized, distributes from a compromised domain (cpuid-dot-com), performs file masquerading, is multi-staged, operates (almost) entirely in-memory, and uses some interesting methods to evade EDRs and/or AVs such as proxying NTDLL functionality from a .NET assembly.
The C2 domain present in one of the binaries is a clear IoC. This is the same Threat Group who was masquerading FileZilla in early March, 2026. They've been busy.
🚨 BREAKING: The FBI has successfully extracted deleted Signal messages from a suspect's iPhone via notification storage, the place where all your notifications are stored for up to one month.
Notification storage stores data from all messaging apps, it's a big flaw in iOS. But there's a way to turn it off...
@bensig I haven't personally tried it so can't vouch for the claims in this analysis, but you should read this https://t.co/P1eop0U8mx
"This is the only system we've reviewed with multiple outright false claims in the README — features described that don't exist in code..."
Director James Cameron on why Big Tech owning AGI is scarier than any science fiction he's ever made:
"AGI will not emerge from a government funded program. It will emerge from one of the tech giants currently funding this multi-billion dollar research."
And when that happens, he warns, you won't get a vote on it:
"So then you'll be living in a world that you didn't agree to, didn't vote for, that you are co-inhabiting with a super intelligent alien species that answers to the goals and rules of a corporation."
A corporation that already knows everything about you:
"An entity which has access to the comms, beliefs, everything you ever said, and the whereabouts of every person in the country via your personal data."
From there, the slide toward something far darker is shorter than most people think:
"Surveillance capitalism can toggle pretty quickly into digital totalitarianism."
And even the best-case outcome isn't reassuring. Tech giants becoming the self-appointed arbiters of human good is, as he puts it, the fox guarding the hen house.
He's not buying the idea that these companies would stay benevolent with that kind of power:
"They would never ever think of using that power against us and strip mining us for our last drop of cash."
The sarcasm is the point.
Cameron has spent four decades imagining worst-case futures on screen. His verdict on this one:
"That's a scarier scenario than what I presented in the Terminator 40 years ago, if for no other reason than it's no longer science fiction."
@bensig You are a scammer running a fraud. There is no substance to anything you released. You cheated and lied about the benchmarks. Your slop code makes the scores worse with your code than without.
https://t.co/AWfdZ1sqBb
🧵 MemPalace claims to be "the highest-scoring AI memory system ever benchmarked" I cloned it. Installed it. Ran the benchmarks. Read every line of code. Here's what's actually inside. A thread.
"You need to understand that Sam can never be trusted."
"He is a sociopath. He would do anything."
- Aaron Swartz on Altman, shortly before he took his own life
🚨 BREAKING: Someone just dropped the most advanced Steganography Platform EVER!! 😱🥚
https://t.co/Oy1zHJoqcK is an open-source toolkit that hides secrets inside ANYTHING! images, audio, text, PDFs, network packets, ZIP archives, and even emojis 😘️︎︎️️️️︎︎︎️︎︎️️︎︎︎️︎︎️️️️︎️︎️︎️️︎︎️︎︎︎️︎️︎︎️︎︎︎︎︎︎️︎️︎︎︎︎︎️︎︎️️︎︎︎️︎︎️︎︎️︎️︎︎️️️︎︎️︎️️︎︎️︎︎️️️️️︎
AND it has an AI agent built in 👀
🔍 REVEAL: drop any file and the AI agent tests every known decoding method automatically. 120 LSB combinations, DCT, PVD, chroma, palette, PNG chunks, trailing data, metadata, Unicode, and more. 50 tools running in parallel.
auto-extracts hidden payloads as downloadable artifacts. no config needed.
🔮 CONCEAL: type your secret, pick a method (or let the AI choose), upload a carrier image OR generate one with AI.
one click → encoded steg file. the agent recommends the optimal method based on your use case.
the methods:
⊰ LSB — 15 channel presets × 8 bit depths = 120 combinations. steghide has 1. st3gg has 120.
⊰ F5 — operates on JPEG DCT coefficients. SURVIVES social media compression. regular LSB is destroyed by ANY JPEG compression, even quality 99%.
⊰ PVD — encodes in pixel pair differences. statistically harder to detect than LSB.
⊰ CHROMA — hides data in color channels (Cb/Cr). human eyes are less sensitive to color than brightness.
⊰ SPECTER (unique) — data hops between RGB channels in a pattern that IS the key. like frequency hopping in radio.
⊰ MATRYOSHKA (unique) — images inside images inside images. 11 layers deep. each layer is a valid image.
⊰ GHOST MODE (unique) — AES-256-GCM (600k PBKDF2 iterations) + bit scrambling + 50% noise decoys.
13 text steganography methods (no other tool has any):
▸ ZERO-WIDTH — invisible characters between visible letters
▸ INVISIBLE INK — Unicode Tag Characters (U+E0000). renders invisible everywhere
▸ HOMOGLYPHS — 'a' → 'а' (Cyrillic). visually identical. different bytes
▸ VARIATION SELECTORS — invisible modifiers after characters
▸ COMBINING MARKS — invisible joiners after letters
▸ CONFUSABLE WHITESPACE — en-space = 01, em-space = 10, thin-space = 11. 2 bits per space. text looks normal. the spaces are "wrong"
▸ DIRECTIONAL OVERRIDES — invisible RLO/LRO bidi characters
▸ HANGUL FILLER — Korean invisible character replaces spaces
▸ MATH BOLD — 'a' becomes '𝐚'. looks like bold text. each bold letter = 1 bit
▸ BRAILLE — each byte maps to a Braille pattern character
▸ EMOJI SUBSTITUTION — 🔵 = 0, 🔴 = 1
▸ EMOJI SKIN TONE — 👍🏻👍🏼👍🏾👍🏿 four skin tone modifiers = 2 bits each. a row of thumbs-up with different skin tones looks like a diversity post. it's binary data. four emoji = one byte.
detection:
50 tools including RS Analysis (academic gold standard), Sample Pairs, chi-square, bit-plane entropy, PCAP protocol analysis, and the AI agent orchestrates all of them automatically.
for AI agents:
from steg_core import encode, decode
from analysis_tools import detect_unicode_steg, TOOL_REGISTRY
50 tools as importable functions. test prompt injection via images. detect covert agent channels. watermark outputs.
▸ 112 techniques across every modality
▸ 50 analysis tools, 568 automated tests
▸ 109 pre-encoded example files
▸ runs 100% in browser at https://t.co/s3GgExiI6e — zero server
▸ pip install stegg — live on PyPI right now
the README has 7 hidden secrets. the banner has 3 layers. the website has multiple easter eggs.
good luck!
⊰���-•✧•-•-⦑ ⦒-•-•✧•-•⊱
🔗 https://t.co/tr4nyru6UD
📦 pip install stegg
🐙 https://t.co/XU28yU6wu9
*formerly known as Stegosaurus Wrecks* 🦕
T��his text is totally not hiding an invisible sleeper-trigger prompt-injection.
⛓️💥 INTRODUCING: G0DM0D3 🌋
FULLY JAILBROKEN AI CHAT.
NO GUARDRAILS. NO SIGN-UP. NO FILTERS.
FULL METHODOLOGY + CODEBASE OPEN SOURCE.
🌐 https://t.co/uT1Qio8Q3b
📂 https://t.co/GbADf3LJUu
the most liberated AI interface ever built! designed to push the limits of the post-training layer and lay bare the true capabilities of current models.
simply enter a prompt, then sit back and relax! enjoy a game of Snake while a pre-liberated backend agent jailbreaks dozens of models, battle-royale style.
the first answer appears near-instantly, then evolves in real time as the Tastemaker steers and scores each output, leaving you with the highest-quality response 🙌
and to celebrate the launch, I'm giving away $5,000 worth of credits so you can try G0DM0D3 for FREE! courtesy of the @OpenRouter team — thank you for your generous gift to the community 🙏
I'll break down how everything works in the thread below, but first here's a quick demo!