default-credentials

Identify and exploit default or weak credentials on web login forms.

6|1|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/securityfortech/hacking-skills --skill default-credentials
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: default-credentials
Source: https://github.com/securityfortech/hacking-skills/tree/main/skills/web/auth/default-credentials
Command: npx skills add https://github.com/securityfortech/hacking-skills --skill default-credentials

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps identify and exploit systems that are vulnerable due to the use of default or easily guessable credentials, preventing unauthorized access.

Core Features & Use Cases

  • Default Credential Testing: Checks for common default usernames and passwords on web applications, CMS, and devices.
  • Weak Password Auditing: Identifies systems that accept weak password policies.
  • Use Case: You've discovered a login page for a company's internal tool. Use this Skill to quickly test if common default credentials like 'admin/admin' or 'root/password' grant access, or if the system allows trivially weak passwords like '123456'.

Quick Start

Test the login page at https://example.com/login with a list of common default credentials.

Frequently Asked Questions about default-credentials

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test web logins for default credentials?

Test web logins for default credentials by scanning admin panels and CMS backends for framework fingerprints, then attempting common username and password pairs like admin/admin to identify authentication bypass vulnerabilities.

What tools are needed to brute force default credentials on a CMS backend?

Brute forcing default credentials on a CMS backend requires tools such as Burp Suite Intruder, Hydra, or Medusa to automate authentication bypass attempts against discovered login forms and exposed admin paths.

Can I audit weak password policies on internal web applications?

You can audit weak password policies on internal web applications by checking if login forms accept trivially weak passwords like 123456, identifying systems that fail to enforce proper authentication security standards and allowing brute force attacks.

What is the best way to find exposed admin paths for authentication bypass?

The best way to find exposed admin paths for authentication bypass is scanning web applications for framework fingerprinting signals and weak password policy acceptance to locate vulnerable CMS backends and internal tool logins.

Does this approach work with Burp Suite Intruder and Hydra?

This approach works with Burp Suite Intruder and Hydra, as these tools execute the brute force and default credential testing against discovered login forms to exploit weak authentication mechanisms and achieve unauthorized access.