<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RCR - RuleFlow Chain Runner]]></title><description><![CDATA[<p dir="auto"><code>RCR v0.3 — RuleFlow Chain Runner</code></p>
<p dir="auto">A GUI front-end for the RuleFlow pipeline: rulest + concentrator + ranker, all wired together to get the most out of the extracted Hashcat rules.</p>
<p dir="auto"><code>What it actually does</code></p>
<p dir="auto">You feed it three files—a base wordlist, a target wordlist, and cracked passwords. You select an OpenCL device, choose a preset, and you can adjust the expected runtime (higher values ​​result in more chains generated), click Run, and the program runs through the entire chain: informed extraction, genetic rule extraction, rule cleaning/optimization, and then scoring and ranking the survivors from the larger results. Finally, you get a structured CSV file.</p>
<p dir="auto"><code>The presets</code></p>
<pre><code>Mode	       Generations	Populations	Best for
Fast	       150	        300	        Quick tests, medium dictionaries
Balanced       300	        600	        Daily driver, good default
Maximum	       500	        1000	        Deep runs, large or stubborn sets
</code></pre>
<p dir="auto"><code>Why I built this</code></p>
<p dir="auto">The backend tools are solid, but running them one-by-one with long command lines gets old fast. This wraps the whole flow in a single window with:</p>
<ul>
<li>Live log with ANSI colors, horizontal scrolling for long lines, and auto-trim so it doesn't choke on verbosity</li>
<li>Memory watchdog — monitors RAM/VRAM usage and auto-suggests switching to Low-Memory preset if a stage gets killed by OOM</li>
<li>OpenCL device scanner — detects your GPU or falls back to CPU without manual --device flags</li>
<li>MAB vs Legacy ranker — pick adaptive bandit sampling for huge skewed rule sets, or exhaustive scoring when you want full statistical accuracy</li>
</ul>
<p dir="auto"><code>Quick start</code></p>
<pre><code>git clone https://github.com/A113L/ruleflow.git
cd ruleflow
python rcr
</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1783156184940-rcr-midrun.jpg" alt="rcr-midrun.jpg" class=" img-fluid img-markdown" /></p>
<p dir="auto">Requires Python 3 + tkinter. The backend scripts (<a href="https://github.com/A113L/rulest" target="_blank" rel="noopener noreferrer nofollow ugc">rulest_v2.py</a>, <a href="https://github.com/A113L/concentrator" target="_blank" rel="noopener noreferrer nofollow ugc">concentrator.py</a>, <a href="https://github.com/A113L/ranker" target="_blank" rel="noopener noreferrer nofollow ugc">ranker.py</a>) should be in the same directory.</p>
<p dir="auto">Feedback or bug reports welcome — this is a personal tools that grew a UI, so rough edges are expected.</p>
]]></description><link>https://forum.hashpwn.net/topic/201/rcr-ruleflow-chain-runner</link><generator>RSS for Node</generator><lastBuildDate>Sun, 05 Jul 2026 19:05:50 GMT</lastBuildDate><atom:link href="https://forum.hashpwn.net/topic/201.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Jul 2026 09:38:04 GMT</pubDate><ttl>60</ttl></channel></rss>