SecLists

GitHub

SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.

72,811 stars PHP 1 file ยท ~913 tokens

SecLists MCP Server

MCP server for danielmiessler/SecLists

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "SecLists": {
      "command": "npx",
      "args": [
        "-y",
        "@danielmiessler/SecLists"
      ]
    }
  }
}