wordpress-penetration-testing
FeaturedAssess WordPress installations for common vulnerabilities and WordPress 7.0 attack surfaces.
Testing & QA 38,979 stars
6339 forks Updated today MIT
Install
Quality Score: 99/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
> AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation, or controlled educational environments.
# WordPress Penetration Testing
## WordPress 7.0 Security Considerations
WordPress 7.0 (April 2026) introduces new features that create additional attack surfaces:
### Real-Time Collaboration (RTC)
- Yjs CRDT sync provider endpoints
- `wp_sync_storage` post meta
- Collaboration session hijacking
- Data sync interception
### AI Connector API
- `/wp-json/ai/v1/` endpoints
- Credential storage in Settings > Connectors
- Prompt injection vulnerabilities
- AI response manipulation
### Abilities API
- `/wp-json/abilities/v1/` manifest exposure
- Ability invocation endpoints
- Permission boundary bypass
- MCP adapter integration points
### DataViews
- New admin interface endpoints
- Client-side validation bypass
- Filter/sort parameter injection
### PHP Requirements
- PHP 7.2/7.3 no longer supported (upgrade attacks)
- PHP 8.3+ recommended (new attack vectors)
## Purpose
Conduct comprehensive security assessments of WordPress installations including enumeration of users, themes, and plugins, vulnerability scanning, credential attacks, and exploitation techniques. WordPress powers approximately 35% of websites, making it a critical target for security testing.
## Prerequisites
### Required Tools
- WPScan (pre-installed in Kali Linux)
- Metasploit Framework
- Burp Suite or OWASP ZAP
- Nmap for initial discovery
- cURL or wget
### Re...
Details
- Author
- sickn33
- Repository
- sickn33/antigravity-awesome-skills
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Related Skills
Testing & QA Featured
rtk-tdd
Enforces TDD (Red-Green-Refactor) for Rust development. Auto-triggers on implementation, testing, refactoring, and bug fixing tasks. Provides Rust-idiomatic testing patterns with anyhow/thiserror, cfg(test), and Arrange-Act-Assert workflow.
55,551 Updated today
rtk-ai Testing & QA Featured
tdd-rust
TDD workflow for RTK filter development. Red-Green-Refactor with Rust idioms. Real fixtures, token savings assertions, snapshot tests with insta. Auto-triggers on new filter implementation.
55,551 Updated today
rtk-ai Testing & QA Featured
k6-load-testing
Comprehensive k6 load testing skill for API, browser, and scalability testing. Write realistic load scenarios, analyze results, and integrate with CI/CD.
27,632 Updated today
davila7