OP Posted at 13-01-2026, 07:44 PM
(This post was last modified: 02-09-2026, 06:25 PM by NotDwarf.)
π DEMON β RUST ENGINEΒ πThe entire engine has been rewritten from Go to Rust. Same battle-tested foundation β massive new engineering on top. Here's what's ACTUALLY different under the hood :
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π§ 1. DUMPER
Β Multilingual column detection old engine looked for mail + 22 English keywords with naive substring matching. New engine: 119 identity patterns & 128 secret patterns across 25+ languages. Non-English sites that produced nothing now dump.
Anti-false-positive guards whole-token matching for short patterns (21 guarded), 24 anti-datetime patterns, a fuzzy separator-free pass, and role-priority classification (Secret > Identity > Salt). No more id_passage or lastlogin dumped as credentials. More real rows, less junk.
Β Hash format recognition: 0 (Before) β 33 formats MySQL, MSSQL, Oracle old/11g, PostgreSQL, Joomla, vBulletin, phpass (phpBB3/WordPress/Drupal), bcrypt, Django, osCommerce, LDAP SSHAβ¦ with automatic embedded-salt extraction (Joomla hash:salt, Django md5$salt$hash, username-salted Oracle/Postgresβ¦).
EMAIL:PASS[:SALT] by default salt column collected automatically + embedded salt split from the hash itself. Output is cracking-ready out of the box. (Previously: off by default, profile-only, zero hash awareness.)
Β Your keyword profiles still work identically pick a profile = legacy behavior. No profile = the new engine takes over ( Its activated by default ).
π― 2. SCANNER
Β Bigger ERROR corpus : 62 payloads / 6 DBMS (Before ) β ( Now ) 71+ payloads / 15+ DBMS + a universal ANSI fallback so EVERY dbΒ variant is covered including exotic ones the old engine couldn't touch.
Β Parallel technique racing detection techniques now race each other with priority given to the most exploitable one (UNION first). Old engine: strictly sequential, UNION only after everything else failed.
Β Smart anti-WAF : 73 tamper techniques (up from 28), mapped to WAF vendors (Cloudflare, ModSecurity, Imperva, AWS, Akamai, F5), with reactive escalation the engine learns what passes and retries intelligently instead of blindly cycling. Plus an active WAF probe on every domain before scanning (previously: passive detection only).
Β Deeper UNION exploitation upgrade budget Γ8 (60 β 500 requests), findings enriched even on partial completion (never lost mid-way).
π‘ 3. PROXY exit-IP stability
Β Host-pinned proxy routing β every domain keeps the same exit IP for its whole session (profiling β probes β confirmation). Fixes UNION detection through proxies. Measured: 97.5% of direct-connection score through proxies(previously: massive drop). Optional sticky-session mode available.
β‘οΈ 4. STABILITY & RESPONSIVENESS
Β No more machine freeze on huge input lists β async engine with bounded concurrency, controlled CPU & RAM.
Β Near-instant cancel (scan/dump: under 1 second β previously up to 4 minutes stuck), instant pause.
Β Faster heuristic scanning than the Go build (same signatures, optimized engine).
π‘ 5. QUALITY
π THE NUMBER THAT MATTERS : crawl + scan finds +51.9% more vulns than scan alone measured, not claimed.
Note: From my personal experience and from those who were able to use it before the release the new dumper detection logic and the new scanner logic make the vulnerabilities and combos found MUCH higher quality than most software currently on the market (and even better than the old version of Demon). Iβm not saying this just for marketing; the quality really shows there are lots of unique sites with fresh combos!
Also, a quick tip: the scanner now supports 1,000β2,000 workers stably, even on an average VPS so donβt hesitate to test the limits of your machines; donβt be afraid to increase the number of workers.
Β Available now !
β PRICING β
Weekly: $30
Monthly: $99 (best value - save $)
Yearly : $650
β CONTACT β
Telegram: @NotDwarf
Channel: t.me/DemonDumper
Website : mydemon.io


