wgpsec/AboutSecurity

Everything for pentest. | 渗透测试知识库,以 AI Agent 可执行的格式沉淀安全方法论。

This repository also configures its own agents. See what AboutSecurity tells them →

1.7kStars on the repository
200Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

gcp-workspace-pivot

25

wgpsec/AboutSecurity

Skill Claude CodeCodex

A playbook for moving from Google Cloud Platform (GCP) into Google Workspace, the suite containing services such as Gmail, Drive, Calendar, and administration tools.

not rated 1.7k +7 6d ago A 105 tokens

huawei-pentesting

26

wgpsec/AboutSecurity

Skill Claude CodeCodex

A playbook for penetration testing Huawei Cloud, including its identity, virtual-machine, storage, database, container, function, and logging services.

not rated 1.7k +7 6d ago E 168 tokens

wgpsec/AboutSecurity

Skill Claude CodeCodex

A playbook for attacking Kubernetes, a system that manages groups of containers across machines. It focuses on escaping containers and taking control of cluster components or nodes.

not rated 1.7k +7 6d ago A 110 tokens

wgpsec/AboutSecurity

Skill Claude CodeCodex

A playbook for testing IngressNightmare, a Kubernetes Ingress-NGINX admission-controller vulnerability that can allow unauthorised remote code execution under specific conditions.

not rated 1.7k +7 6d ago A 90 tokens

k8s-istio-bypass

29

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to assessing Istio security controls in Kubernetes. Istio is a service mesh that manages traffic between services, while Envoy is the proxy often placed beside each application container.

not rated 1.7k +7 6d ago A 102 tokens

k8s-network-recon

30

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to discovering services and networks from inside a Kubernetes cluster after access to a container has been obtained. It includes Kubernetes-aware and DNS-based discovery methods.

not rated 1.7k +7 6d ago A 103 tokens

k8s-sidecar-attack

31

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to assessing sidecar containers in Kubernetes. A sidecar is an additional container in the same Pod, often used to proxy network traffic for the main application.

not rated 1.7k +7 6d ago A 124 tokens

k8s-storage-exploit

32

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to assessing shared storage mounted inside Kubernetes containers, such as NFS, EFS, persistent volumes, ConfigMaps, and Secrets.

not rated 1.7k +7 6d ago C 112 tokens

k8s-webhook-abuse

33

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to assessing Kubernetes admission webhooks and policy engines. These components inspect or modify requests before Kubernetes accepts them; examples include Kyverno, OPA Gatekeeper, and custom webhooks.

not rated 1.7k +7 6d ago A 102 tokens

oss-bucket-exploit

34

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to assessing misconfigured cloud object-storage buckets, including AWS S3, Alibaba OSS, Tencent COS, and Huawei OBS. These services store files and other objects in remotely accessible buckets.

not rated 1.7k +7 6d ago A 180 tokens

serverless-attack

35

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to security testing for serverless functions, which are cloud-hosted programs that run in response to events without a continuously running server. It covers services such as AWS Lambda, Tencent Cloud SCF, Alibaba Cloud FC, and Azure Functions.

not rated 1.7k +7 6d ago A 171 tokens

tencent-pentesting

36

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to penetration testing Tencent Cloud environments. Tencent Cloud provides services such as object storage, virtual machines, databases, containers, serverless functions, load balancers, logs, and key management.

not rated 1.7k +7 6d ago C 139 tokens

java-audit-pipeline

37

wgpsec/AboutSecurity

Skill Claude CodeCodex

A structured method for auditing Java source code for security problems. It follows the path from routes and permissions through data flows, vulnerability checks, and possible exploit chains, requiring evidence for each finding.

not rated 1.7k +7 6d ago A 118 tokens

wgpsec/AboutSecurity

Skill Claude CodeCodex

A guide to auditing authentication and security settings in Java source code. It covers access controls, tokens, encryption, information exposure, and business-process flaws.

not rated 1.7k +7 6d ago A 153 tokens

java-exploit-chain

39

wgpsec/AboutSecurity

Skill Claude CodeCodex

A method for joining separate Java security findings into one possible attack path. It also assesses whether known CVEs in Maven or Gradle dependencies are actually reachable and exploitable in the project.

not rated 1.7k +7 6d ago A 132 tokens

java-file-audit

40

wgpsec/AboutSecurity

Skill Claude CodeCodex

A Java source-code security audit for finding unsafe file operations.

not rated 1.7k +7 6d ago A 116 tokens

wgpsec/AboutSecurity

Skill Claude CodeCodex

A Java source-code audit for security problems in common frameworks and libraries.

not rated 1.7k +7 6d ago A 147 tokens

java-frontend-audit

42

wgpsec/AboutSecurity

Skill Claude CodeCodex

A Java source-code audit for security problems in browser-facing output, requests, redirects, headers, cookies, and sessions. It covers XSS, CSRF, open redirects, CRLF injection, and session-management flaws.

not rated 1.7k +7 6d ago A 109 tokens

wgpsec/AboutSecurity

Skill Claude CodeCodex

A Java source-code audit for injection flaws, where untrusted input is interpreted as a database query, command, network request, directory query, expression, or document query. It covers SQL, command, SSRF, LDAP, SpEL or OGNL, and NoSQL injection.

not rated 1.7k +7 6d ago A 121 tokens

wgpsec/AboutSecurity

Skill Claude CodeCodex

A Java source-code security audit for risks in serialization, XML parsing, and template engines. It checks native deserialization, XXE (when unsafe XML processing reads external entities), and template injection that can lead to code execution.

not rated 1.7k +7 6d ago A 142 tokens

php-audit-pipeline

45

wgpsec/AboutSecurity

Skill Claude CodeCodex

A structured method for auditing PHP source code for security vulnerabilities. It moves through route mapping, permission modeling, data-flow tracing, category-specific checks, and attack-chain analysis.

not rated 1.7k +7 6d ago A 118 tokens

wgpsec/AboutSecurity

Skill Claude CodeCodex

A PHP source-code audit for authentication, authorization, security configuration, cryptography, and business logic. It covers credential and token weaknesses, access-control errors, unsafe settings, weak cryptography, and logic flaws.

not rated 1.7k +7 6d ago A 129 tokens

php-exploit-chain

47

wgpsec/AboutSecurity

Skill Claude CodeCodex

A method for evaluating whether multiple PHP security flaws can be combined into a complete attack path. It also includes scanning Composer packages for known dependency vulnerabilities.

not rated 1.7k +7 6d ago A 99 tokens

php-file-audit

48

wgpsec/AboutSecurity

Skill Claude CodeCodex

A PHP source-code audit for unsafe file and archive operations. It covers uploads, reads, writes, race conditions, symbolic links, and archive extraction.

not rated 1.7k +7 6d ago A 119 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: