pentest-auth-bypass
Test authentication and session management controls for bypass and account takeover scenarios.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0x-professor/pentest-auth-bypassWhat This Skill Does
The pentest-auth-bypass skill is an advanced automation agent designed for security professionals and penetration testers to rigorously evaluate authentication and session management controls. It systematically assesses systems for common vulnerabilities such as brute-force susceptibility, weak credential handling, session fixation, and ineffective Multi-Factor Authentication (MFA) enforcement. By automating the execution of established frameworks like OWASP WSTG and NIST SP 800-115, this tool provides a repeatable and reliable method for identifying account takeover risks. It produces structured findings in a standardized schema, enabling seamless integration into broader vulnerability management pipelines.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/0x-professor/pentest-auth-bypass
Ensure that you have the necessary environment permissions and dependencies installed as outlined in the source repository documentation.
Use Cases
- Security Assessments: Conduct routine testing of web portals and API gateways against credential stuffing and brute-force attacks.
- Regulatory Compliance: Generate verifiable evidence that authentication controls meet NIST and PTES standards for security audits.
- CI/CD Pipeline Security: Automate post-deployment sanity checks to ensure that new authentication modules do not introduce bypass vulnerabilities.
- Red Teaming: Simulate adversary tactics mapped to MITRE ATT&CK techniques T1110 (Brute Force) and T1550 (Use Alternate Authentication Material).
Example Prompts
- "Perform an authenticated test on the login portal for app.staging.company.com using the scope defined in scope.json and output the findings to report.json."
- "Run a dry-run auth assessment against the current target scope to identify potential brute-force vectors without triggering live alerts."
- "Analyze the session management behavior for our OAuth implementation on internal-service.internal; ensure you adhere to the authorized scope and generate a formal finding report."
Tips & Limitations
- Safety First: Always operate within the bounds of your written authorization. The skill defaults to
--dry-runfor a reason; use it extensively before performing live tests. - Scope Management: Never omit the
--scopeargument. Providing a validscope.jsonis critical to prevent unintended testing of out-of-scope infrastructure. - Data Handling: The tool generates detailed artifacts. Ensure these outputs are handled according to your organization's sensitive data handling policies, as
valid-sessions.jsonmay contain sensitive tokens. - Network Impact: Be mindful that rapid brute-force attempts may trigger rate-limiting or security alerts on the target system.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0x-professor-pentest-auth-bypass": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, code-execution
Related Skills
agentic-workflow-automation
Generate reusable multi-step agent workflow blueprints. Use for trigger/action orchestration, deterministic workflow definitions, and automation handoff artifacts.
cyber-kev-triage
Prioritize vulnerability remediation using KEV-style exploitation context plus asset criticality. Use for CVE triage, patch order decisions, and remediation reporting.
agentic-mcp-server-builder
Scaffold MCP server projects and baseline tool contract checks. Use for defining tool schemas, generating starter server layouts, and validating MCP-ready structure.
cyber-ir-playbook
Build incident response timelines and report packs from event logs. Use for detection-to-recovery reporting, phase tracking, and stakeholder-ready incident summaries.
ml-model-eval-benchmark
Compare model candidates using weighted metrics and deterministic ranking outputs. Use for benchmark leaderboards and model promotion decisions.