Add new hashcat rules: r3naissance, incredibleindishell, nyxgeek, evilmog, efensive#12
Add new hashcat rules: r3naissance, incredibleindishell, nyxgeek, evilmog, efensive#12ibnaleem wants to merge 5 commits into
Conversation
📝 WalkthroughWalkthroughTwo README files are populated with rule set documentation ( ChangesRule Files and Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@evilmog/README.md`:
- Around line 17-20: In the README.md file, correct two text issues: first, on
the line describing a successor to generated2.rule, fix the spelling of
"succesor" to "successor". Second, on the line about the new-auto.rule file,
change "auto generated" to "auto-generated" to properly hyphenate the compound
adjective modifying "rule file".
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 62b0cecd-d18f-4f27-8371-45eb8ecdf102
📒 Files selected for processing (19)
efensive/README.mdefensive/efensive.ruleevilmog/README.mdevilmog/auto.ruleevilmog/evil.ruleevilmog/generated2-full.ruleevilmog/generated3.ruleevilmog/new-auto.ruleevilmog/omgwtfbbq.optimized.ruleincredibleindishell/rockyou-30000.rulenyxgeek/T0XlC-insert_00-99_1950-2050_toprules_0_F.as_advertised.rulenyxgeek/T0XlC-insert_00-99_1950-2050_toprules_0_F.fixed.rulenyxgeek/nyxgeek-chopper-mini.rulenyxgeek/nyxgeek-i1-fromend.rulenyxgeek/nyxgeek-i2-fromend.rulenyxgeek/nyxgeek-o1-fromend.rulenyxgeek/nyxgeek-o2-fromend.ruler3naissance/all_the.rulezr3naissance/balanced.rulez
| an attempt at a succesor to generated2.rule | ||
|
|
||
| new-auto.rule: | ||
| another attempt at making an auto generated rule file, releasing now |
There was a problem hiding this comment.
Fix spelling and hyphenation in rule descriptions.
Line 17 has a typo (succesor → successor), and Line 20 should use auto-generated for correct compound adjective usage.
Suggested patch
-an attempt at a succesor to generated2.rule
+an attempt at a successor to generated2.rule
@@
-another attempt at making an auto generated rule file, releasing now
+another attempt at making an auto-generated rule file, releasing now📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| an attempt at a succesor to generated2.rule | |
| new-auto.rule: | |
| another attempt at making an auto generated rule file, releasing now | |
| an attempt at a successor to generated2.rule | |
| new-auto.rule: | |
| another attempt at making an auto-generated rule file, releasing now |
🧰 Tools
🪛 LanguageTool
[grammar] ~17-~17: Ensure spelling is correct
Context: ...d out generated3.rule: an attempt at a succesor to generated2.rule new-auto.rule: anot...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
[grammar] ~20-~20: Use a hyphen to join words.
Context: ....rule: another attempt at making an auto generated rule file, releasing now for p...
(QB_NEW_EN_HYPHEN)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@evilmog/README.md` around lines 17 - 20, In the README.md file, correct two
text issues: first, on the line describing a successor to generated2.rule, fix
the spelling of "succesor" to "successor". Second, on the line about the
new-auto.rule file, change "auto generated" to "auto-generated" to properly
hyphenate the compound adjective modifying "rule file".
Source: Linters/SAST tools
New sources added
Checked, nothing new
Hob0Rules, Hashcracky-Hashcat-Rules, pantagrule, L33tSwap, hashcat-rules-generator, Hashcat-Stuffs, TheZakManRules, NotSoSecure/password_cracking_rules (near-duplicate of existing OneRuleToRuleThemAll), stealthsploit/OneRuleToRuleThemAll (renamed to OneRuleToRuleThemStill, already present), BRDumps/hashcat-rules (README/LICENSE only).
Summary by CodeRabbit
Documentation
New Features