security-usernames

GitHub

提供经筛选的用户名枚举列表,用于授权渗透测试、漏洞赏金及CTF竞赛中的默认凭证测试与用户发现。仅限合法合规场景,严禁未授权访问或恶意活动。

skills/security-usernames/SKILL.md Eyadkelleh/awesome-skills-security

Trigger Scenarios

需要进行用户名枚举的授权渗透测试 测试系统默认凭证实用性 参与CTF比赛或安全研究

Install

npx skills add Eyadkelleh/awesome-skills-security --skill security-usernames -g -y
More Options

Use without installing

npx skills use Eyadkelleh/awesome-skills-security@security-usernames

指定 Agent (Claude Code)

npx skills add Eyadkelleh/awesome-skills-security --skill security-usernames -a claude-code -g -y

安装 repo 全部 skill

npx skills add Eyadkelleh/awesome-skills-security --all -g -y

预览 repo 内 skill

npx skills add Eyadkelleh/awesome-skills-security --list

SKILL.md

Frontmatter
{
    "name": "security-usernames",
    "description": "Top username lists for enumeration: common usernames, default credentials, names. Curated essentials for authorized testing."
}

SecLists Usernames (Curated)

Description

Top username lists for enumeration: common usernames, default credentials, names. Curated essentials for authorized testing.

Source: SecLists/Usernames Repository: https://github.com/danielmiessler/SecLists License: MIT

When to Use This Skill

Use this skill when you need:

  • Username enumeration (authorized)
  • Default credential testing
  • User discovery
  • Account validation

⚠️ IMPORTANT: Only use for authorized security testing, bug bounty programs, CTF competitions, or educational purposes.

Key Files in This Skill

  • top-usernames-shortlist.txt - Most common usernames
  • cirt-default-usernames.txt - Default system usernames
  • Names/names.txt - Common first/last names

Usage Example

# Access files from this skill
import os

# Example: Load patterns/payloads
skill_path = "references/Usernames"

# List all available files
for root, dirs, files in os.walk(skill_path):
    for file in files:
        if file.endswith('.txt'):
            filepath = os.path.join(root, file)
            print(f"Found: {filepath}")
            
            # Read file content
            with open(filepath, 'r', errors='ignore') as f:
                content = f.read().splitlines()
                print(f"  Lines: {len(content)}")

Security & Ethics

Authorized Use Cases ✅

  • Authorized penetration testing with written permission
  • Bug bounty programs (within scope)
  • CTF competitions
  • Security research in controlled environments
  • Testing your own systems
  • Educational demonstrations

Prohibited Use Cases ❌

  • Unauthorized access attempts
  • Testing without permission
  • Malicious activities
  • Privacy violations
  • Any illegal activities

Complete SecLists Collection

This is a curated subset of SecLists. For the complete collection:


Generated by Skill Seeker | SecLists Usernames Collection License: MIT - Use responsibly with proper authorization

Version History

  • ae26985 Current 2026-07-05 11:57

Same Skill Collection

skills/llm-testing/SKILL.md
skills/security-fuzzing/SKILL.md
skills/security-passwords/SKILL.md
skills/security-patterns/SKILL.md
skills/security-payloads/SKILL.md
skills/security-webshells/SKILL.md

Metadata

Files
0
Version
ae26985
Hash
5abada5d
Indexed
2026-07-05 11:57

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-09 05:56
浙ICP备14020137号-1 $Carte des visiteurs$