← ClaudeAtlas

brute-force-assistantlisted

Use this skill for authorized penetration testing and security assessments involving brute force attacks, password cracking, and credential testing. Trigger this skill when users need to test authentication systems, crack password hashes, generate custom wordlists, or perform service-specific brute force operations. Make sure to use this skill whenever the user mentions password cracking, hash cracking, brute force testing, credential testing, wordlist generation, or any authentication security assessment, even if they don't explicitly ask for 'brute force'.
abelrguezr/hacktricks-skills · ★ 13 · Testing & QA · score 65
Install: claude install-skill abelrguezr/hacktricks-skills
# Brute Force Assistant A comprehensive skill for authorized security testing involving brute force attacks, password cracking, and credential assessment. ## ⚠️ Authorization Required **Always verify you have explicit written authorization before performing any brute force testing.** Unauthorized access attempts are illegal and unethical. ## When to Use This Skill Use this skill when: - Testing authentication systems in authorized penetration tests - Cracking password hashes obtained during security assessments - Generating custom wordlists for specific targets - Testing service credentials (SSH, FTP, databases, etc.) - Analyzing captured authentication hashes - Performing password policy validation ## Workflow Overview 1. **Gather intelligence** - Research target, find default credentials, collect information 2. **Generate wordlists** - Create custom dictionaries based on target context 3. **Select attack method** - Choose appropriate tool and technique for the service 4. **Execute test** - Run brute force with proper rate limiting and logging 5. **Document results** - Record findings for the security report ## Default Credential Research Start by checking for default credentials before attempting brute force: ### Key Resources - **DefaultCreds-cheat-sheet**: https://github.com/ihebski/DefaultCreds-cheat-sheet - **SecLists Default Passwords**: https://github.com/danielmiessler/SecLists/blob/master/Passwords/Default-Credentials/default-passwords.csv - **WordList-Com