Skills crack-hashcat
๐Ÿ“ฆ

crack-hashcat

v0.1.0 Content revision r1 Critical โš™๏ธ External commands๐ŸŒ Network access๐Ÿ“ Filesystem access๐Ÿ”‘ Env variablesโšก Contains scripts

Audit Password Hashes with Hashcat

Password audits need repeatable hash identification, attack selection, and reporting. This skill guides authorized Hashcat workflows for recovery, policy testing, and defensive remediation.

Supports: Claude Codex Code(CC)
โš ๏ธ 38 Poor

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "crack-hashcat" from https://skillstore.io/skills/agentsecops-crack-hashcat.md and its manifest at https://skillstore.io/api/skills/agentsecops-crack-hashcat/manifest. Verify the artifact. Do not auto-install. Inspect the skill and report your findings, then wait for an operator or manual installation decision.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "crack-hashcat". An auditor asks for a first-pass plan for NTLM hashes.

Expected outcome:

The skill recommends confirming scope, selecting the NTLM mode, starting with a curated wordlist, tracking success rate, and protecting outputs.

Using "crack-hashcat". A responder needs to explain weak recovered passwords.

Expected outcome:

  • Summary of cracked percentage and affected account groups.
  • Common patterns such as seasons, names, and short numeric suffixes.
  • Recommended controls including longer passphrases, blocklists, and MFA.

Using "crack-hashcat". A team needs safer handling for cracked credentials.

Expected outcome:

The skill lists restricted storage, encrypted transfer, limited access, retention limits, and verified disposal steps.

Security Audit

Critical
v10 โ€ข 7/9/2026 Open versioned report

The audit confirmed critical issues around privileged system password hash extraction and remote installer piping to bash. Most other detections are documentation examples, rule templates, or reference URLs rather than executable package behavior. The skill remains high-risk because it provides dual-use password cracking workflows and handles cracked credentials.

6
Files scanned
2,039
Lines analyzed
4
Review items
0
False positives ignored

Confirmed security concerns (7)

Critical
Pipe to shell pattern
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The CI template downloads a remote installer and pipes it directly to bash. This creates a supply-chain execution path without pinning or integrity verification.
Critical
System password file access
# From /etc/shadow (Linux)
The referenced section directs users to extract hashes from /etc/shadow. Accessing system password files is a critical credential exposure risk even when framed as auditing.
Critical
System password file access
sudo cat /etc/shadow | grep -v "^#" | grep -v ":\*:" | grep -v ":!:" > shadow_hashes.txt
The referenced section directs users to extract hashes from /etc/shadow. Accessing system password files is a critical credential exposure risk even when framed as auditing.
Critical
System password file access
# Extract hashes from /etc/shadow
The referenced section directs users to extract hashes from /etc/shadow. Accessing system password files is a critical credential exposure risk even when framed as auditing.
Critical
System password file access
sudo unshadow /etc/passwd /etc/shadow > linux_hashes.txt
The referenced section directs users to extract hashes from /etc/shadow. Accessing system password files is a critical credential exposure risk even when framed as auditing.
High
Dual-use Password Cracking Workflow
The skill provides end-to-end Hashcat guidance for cracking password hashes, including NTLM, WPA2, and Kerberos examples. Authorization warnings are present, but the workflow can enable credential abuse if used outside scope.
The cited sections describe password recovery, attack modes, and concrete domain, Wi-Fi, and Kerberos cracking workflows. The authorization language lowers malicious certainty but not dual-use risk.
High
Sensitive Cracked Password Artifact Handling
The skill shows outputting cracked credentials to files and displaying usernames with passwords. These artifacts can expose live credentials if stored, shared, or retained without strict controls.
The results section includes viewing and exporting cracked passwords, while the audit section acknowledges artifact handling needs. This is a real data exposure risk with some documented mitigations.
Capability review items (4)

These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.

Critical
sudo privilege escalation
sudo cat /etc/shadow | grep -v "^#" | grep -v ":\*:" | grep -v ":!:" > shadow_hashes.txt
The skill instructs use of sudo to read system password hash material. That is privileged credential access and can expose sensitive local account hashes.
Critical
sudo privilege escalation
sudo unshadow /etc/passwd /etc/shadow > linux_hashes.txt
The skill instructs use of sudo to read system password hash material. That is privileged credential access and can expose sensitive local account hashes.
High
Git platform tokens
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
The workflow passes GITHUB_TOKEN into a third-party action environment. This is common CI behavior, but it exposes a repository token to action runtime code.
Low
Hardcoded URL
curl -s https://raw.githubusercontent.com/aquasecurity/tfsec/master/scripts/install_linux.sh | bash
The hardcoded URL fetches an installer script during CI. The risk is real because it is paired with direct shell execution on the next operation.

Risk Factors

โš™๏ธ External commands (50)
๐ŸŒ Network access (23)
๐Ÿ“ Filesystem access (2)
๐Ÿ”‘ Env variables (23)
โšก Contains scripts (2)

Detected Patterns

Pipe to shell patternSystem password file accessร—4
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/agentsecops-crack-hashcat/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/agentsecops-crack-hashcat/security.svg)](https://skillstore.io/skills/agentsecops-crack-hashcat?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/agentsecops-crack-hashcat?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/agentsecops-crack-hashcat/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/agentsecops-crack-hashcat.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

AgentSecOps. (2026). crack-hashcat security audit report (audit version 10) [Author version 0.1.0]. Skillstore. https://skillstore.io/skills/agentsecops-crack-hashcat/audits/10

BibTeX citation

@techreport{agentsecops-agentsecops-crack-hashcat-2026, author = {AgentSecOps}, title = {crack-hashcat security audit report (audit version 10)}, institution = {Skillstore}, year = {2026}, number = {10}, url = {https://skillstore.io/skills/agentsecops-crack-hashcat/audits/10}, note = {Author version 0.1.0} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "crack-hashcat security audit report (audit version 10)" version: "0.1.0" type: report authors: - name: "AgentSecOps" date-released: "2026-07-09" url: "https://skillstore.io/skills/agentsecops-crack-hashcat/audits/10" identifiers: - type: other value: "skillstore:agentsecops-crack-hashcat:audit:10" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: Medium
55
Architecture
100
Maintainability
87
Content
73
Community
87
Spec Compliance

What You Can Build

Run an Authorized Password Audit

Plan a scoped Hashcat audit, choose attack modes, and summarize weak password patterns.

Support Forensic Recovery

Recover passwords from approved evidence hashes while documenting chain of custody and handling requirements.

Improve Credential Controls

Turn cracked password results into policy, storage, and multi-factor authentication recommendations.

Try These Prompts

Identify Hash Type
I have an authorized hash sample from a lab system. Help me identify likely Hashcat modes and safe next steps without exposing the secret.
Plan Audit Attack
Create an authorized Hashcat audit plan for these hash types and constraints. Include attack modes, resource limits, logging, and evidence handling.
Tune Cracking Session
Review my authorized Hashcat session settings and suggest safe tuning for workload, devices, checkpoints, and result protection.
Write Remediation Report
Draft a password audit findings report from these authorized results. Focus on patterns, risk, policy changes, storage controls, and MFA recommendations.

Best Practices

  • Confirm written authorization and scope before any cracking activity.
  • Use isolated systems and encrypt hash files, wordlists, and result artifacts.
  • Convert findings into password policy improvements and MFA recommendations.

Avoid

  • Cracking hashes from systems you do not own or administer.
  • Saving recovered passwords in shared folders, tickets, or chat logs.
  • Running aggressive brute force on production hardware without resource limits.

Frequently Asked Questions

Is this skill only for authorized work?
Yes. It is intended for approved audits, forensics, recovery, and security research with clear permission.
Does it include Hashcat?
No. It provides workflow guidance. Users must install Hashcat and required GPU drivers separately.
Can Claude, Codex, or Claude Code run the commands?
They can help draft commands and plans. Execution depends on the local tool permissions and user approval.
What hash types are covered?
The skill references common modes such as MD5, SHA, NTLM, bcrypt, NetNTLMv2, Kerberos, and WPA formats.
How should recovered passwords be handled?
Treat them as sensitive secrets. Store them encrypted, restrict access, minimize retention, and destroy them after reporting.
Can it guarantee password recovery?
No. Success depends on hash strength, password complexity, wordlists, rules, hardware, and available time.

Developer Details

License

MIT

Author version

v0.1.0

Skillstore revision

r1

Ref

3e4b6c31a74a3bd1a291c98cf585d720cb9fbc88

Maintenance freshness

7/18/2026

Usage

5 downloads ยท 410 views

File structure

๐Ÿ“ assets/

๐Ÿ“„ .gitkeep

๐Ÿ“„ ci-config-template.yml

๐Ÿ“„ rule-template.yaml

๐Ÿ“ references/

๐Ÿ“„ EXAMPLE.md

๐Ÿ“„ WORKFLOW_CHECKLIST.md

๐Ÿ“„ SKILL.md