{"id":23380481,"url":"https://github.com/d1se0/enumpluginswordpress","last_synced_at":"2026-04-30T10:03:24.164Z","repository":{"id":267425793,"uuid":"901211267","full_name":"D1se0/enumPluginsWordpress","owner":"D1se0","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-10T08:50:51.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T07:43:09.221Z","etag":null,"topics":["enumeration","ethical-hacking","ethical-hacking-tools","hacking","hacking-tool","scanner","tool","tools","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/D1se0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-10T08:42:23.000Z","updated_at":"2024-12-10T08:51:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"b0911b0e-b1fc-4ddf-9db8-ab9b508d78f5","html_url":"https://github.com/D1se0/enumPluginsWordpress","commit_stats":null,"previous_names":["d1se0/enumpluginswordpress"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/D1se0/enumPluginsWordpress","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FenumPluginsWordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FenumPluginsWordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FenumPluginsWordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FenumPluginsWordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/D1se0","download_url":"https://codeload.github.com/D1se0/enumPluginsWordpress/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/D1se0%2FenumPluginsWordpress/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["enumeration","ethical-hacking","ethical-hacking-tools","hacking","hacking-tool","scanner","tool","tools","wordpress","wordpress-plugin"],"created_at":"2024-12-21T20:16:09.866Z","updated_at":"2026-04-30T10:03:24.158Z","avatar_url":"https://github.com/D1se0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Plugin Scanner\n\nA simple and efficient tool to detect plugins installed on `WordPress` sites, identifying their version (when available) to evaluate potential vulnerabilities and strengthen the site's security.\n\n## Characteristics\n\n- Scans a list of popular `WordPress` plugins on a target site.\n- Identifies if a plugin is installed and extracts its version (when possible).\n- Useful for developers, security auditors, and system administrators who need to understand a site's `WordPress` environment.\n- Based on Python and uses the `requests` and `colorama` libraries for fast operation and a colorful command line interface.\n\n## Facility\n\n### Prerequisites\n\n- `Python 3.6` or higher\n- The following Python libraries:\n  - `requests`\n  - `colorama`\n\n### Installing dependencies\n\nRun the following command to install the necessary dependencies:\n\n```bash\npip install requests colorama\n```\n\n## Use\n\nClone this repository or download the script.\n\n### Run the script in your terminal with:\n\n```bash\npython3 enumPluginsWordpress.py\n```\n\nEnter the URL of the `WordPress` site you want to analyze (for example, http://example.com).\n\nThe script will search for the plugins listed in the plugins variable and display those that are present, along with their versions, if available.\n\n### Execution example:\n\n```\n[*] Bienvenido al buscador de plugins de WordPress\n[*] Por favor, introduce la URL del sitio de WordPress a analizar.\nIntroduce la URL (ejemplo: http://example.com): http://mysite.com\n[*] Comenzando la búsqueda de plugins en: http://mysite.com\n[*] Plugins a buscar: jetpack, site-editor, akismet, woocommerce, contact-form-7...\n--------------------------------------------------\n[+] Plugin encontrado: woocommerce\n    Versión detectada: 5.2.1\n[+] Plugin encontrado: contact-form-7\n    Versión detectada: 5.3.2\n--------------------------------------------------\n[*] Búsqueda completada. Sólo se muestran los plugins encontrados.\n```\n\n## Customization\n\nThe list of plugins to scan is found in the `plugins` variable within the script. You can add, 'modify or remove' plugins from this list according to your needs.\n\n## Limitations\n\nThe script only checks if a readme.txt file exists in the plugin's standard path (`/wp-content/plugins/{plugin}/readme.txt`).\nIf the readme.txt file does not contain version information, the version will not be detected.\nThis script assumes that the website uses standard paths for plugins. Customizations may affect results.\n\n## Contribution\n\nIf you want to improve this tool, feel free to send a pull request or open an issue in this repository.\n\n## Warning\n\nThis tool is designed for educational and security auditing purposes on systems where you have permission to perform testing. Unauthorized use of this tool against third-party sites is strictly prohibited and may violate local and international laws.\n\n## License\n\nThis project is licensed under the `MIT` License. See the `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fenumpluginswordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd1se0%2Fenumpluginswordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd1se0%2Fenumpluginswordpress/lists"}