{"id":22567821,"url":"https://github.com/yeasinhossain/wpdetector","last_synced_at":"2026-05-02T09:31:47.522Z","repository":{"id":263366630,"uuid":"890141905","full_name":"yeasinhossain/WPDetector","owner":"yeasinhossain","description":"Free WordPress Theme and Plugin Detector Tool – Instantly identify active WordPress themes, plugins, and core details with real-time analysis and 100% accuracy.","archived":false,"fork":false,"pushed_at":"2024-11-18T05:40:42.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T14:12:29.920Z","etag":null,"topics":["seo-analysis","website-analyzer","website-auditing","wordpress","wordpress-detector","wordpress-theme-detector"],"latest_commit_sha":null,"homepage":"https://yeasin.me/wordpress-theme-plugin-detector/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yeasinhossain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-18T04:00:43.000Z","updated_at":"2024-11-18T05:40:45.000Z","dependencies_parsed_at":"2024-11-18T05:33:02.746Z","dependency_job_id":"d351ed4e-e108-4813-9c4c-21d09db8117a","html_url":"https://github.com/yeasinhossain/WPDetector","commit_stats":null,"previous_names":["yeasinhossain/wpdetector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeasinhossain%2FWPDetector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeasinhossain%2FWPDetector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeasinhossain%2FWPDetector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeasinhossain%2FWPDetector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeasinhossain","download_url":"https://codeload.github.com/yeasinhossain/WPDetector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246040948,"owners_count":20714093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["seo-analysis","website-analyzer","website-auditing","wordpress","wordpress-detector","wordpress-theme-detector"],"created_at":"2024-12-08T00:09:18.748Z","updated_at":"2026-05-02T09:31:47.474Z","avatar_url":"https://github.com/yeasinhossain.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Theme \u0026 Plugin Detector\n\n🔍 A powerful, secure, and user-friendly tool to detect WordPress themes, plugins, and security vulnerabilities of any WordPress website. Built with PHP and modern JavaScript, featuring a clean and responsive UI with TailWinnd CSS.\n\n[![Live Demo](https://img.shields.io/badge/Live%20Demo-Visit%20Site-blue)](https://yeasin.me/wordpress-theme-plugin-detector/)\n[![GitHub License](https://img.shields.io/github/license/yeasinhossain/WPDetector)](https://github.com/yeasinhossain/WPDetector/blob/main/LICENSE)\n[![PHP Version](https://img.shields.io/badge/PHP-%3E%3D7.4-blue.svg)](https://php.net/)\n\n## 🌟 Features\n\n- **Theme Detection**: Identify active themes and child themes\n- **Plugin Discovery**: Detect installed WordPress plugins\n- **Security Analysis**: Check for common security vulnerabilities\n- **Version Information**: Display WordPress version details\n- **Real-time Validation**: Instant URL validation and feedback\n- **Secure Implementation**: Built with robust security measures\n- **User-friendly Interface**: Clean, responsive design using Tailwind CSS\n\n## 🚀 Live Demo\n\nVisit the live tool: [WordPress Theme \u0026 Plugin Detector](https://yeasin.me/wordpress-theme-plugin-detector/)\n\n## 🛠️ Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yeasinhossain/WPDetector.git\n   ```\n\n2. Move to your web server directory (e.g., htdocs for XAMPP):\n   ```bash\n   cd WPDetector\n   ```\n\n3. Ensure proper permissions for the cache directory:\n   ```bash\n   chmod 755 cache\n   ```\n\n4. Configure your web server to serve the application\n\n## 💻 Requirements\n\n- PHP 7.4 or higher\n- Apache/Nginx web server\n- mod_rewrite enabled\n- curl extension\n- json extension\n\n## 🔒 Security Features\n\n- XSS Protection\n- CSRF Prevention\n- Rate Limiting\n- Input Validation\n- Output Escaping\n- Directory Traversal Prevention\n- Secure File Operations\n- SSL Certificate Verification\n\n## 🎯 Usage\n\n1. Enter the WordPress website URL you want to analyze\n2. Click \"Analyze\" or press Enter\n3. View detailed information about:\n   - WordPress version\n   - Active theme\n   - Installed plugins\n   - Security vulnerabilities\n   - Recommendations\n\n## 📝 API Documentation\n\n### Endpoint\n\n```\nPOST /check_wordpress.php\n```\n\n### Parameters\n\n| Parameter | Type   | Required | Description            |\n|-----------|--------|----------|------------------------|\n| url       | string | Yes      | WordPress website URL  |\n\n### Response Format\n\n```json\n{\n    \"isWordPress\": true,\n    \"version\": \"x.x.x\",\n    \"theme\": {\n        \"name\": \"Theme Name\",\n        \"version\": \"x.x.x\",\n        \"author\": \"Author Name\"\n    },\n    \"plugins\": [\n        \"plugin-name-1\",\n        \"plugin-name-2\"\n    ],\n    \"security\": {\n        \"version_exposed\": boolean,\n        \"readme_exposed\": boolean,\n        \"debug_log_accessible\": boolean,\n        \"directory_listing\": boolean\n    }\n}\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🙏 Credits\n\n- Created by [Yeasin Hossain](https://yeasin.me)\n- Powered by [PHP](https://php.net)\n- Styled with [Tailwind CSS](https://tailwindcss.com)\n\n## 📧 Contact\n\n- Website: [yeasin.me](https://yeasin.me)\n- GitHub: [@yeasinhossain](https://github.com/yeasinhossain)\n\n## 🔄 Updates\n\n- **v1.0.1** (2024)\n  - Initial release\n  - Core functionality implementation\n  - Security features\n  - Responsive design\n  - User-friendly interface\n  - Real-time validation\n  - Performance optimization\n  - Bug fixes","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeasinhossain%2Fwpdetector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeasinhossain%2Fwpdetector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeasinhossain%2Fwpdetector/lists"}