{"id":22567812,"url":"https://github.com/uzziellite/wordpress-spy-tools","last_synced_at":"2026-04-28T22:32:58.665Z","repository":{"id":264009073,"uuid":"891978736","full_name":"uzziellite/wordpress-spy-tools","owner":"uzziellite","description":"A Pentester's companion to discover information about a WordPress site that can be used to plan an attack","archived":false,"fork":false,"pushed_at":"2024-11-25T08:38:25.000Z","size":644,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T13:45:40.667Z","etag":null,"topics":["hacking-tool","portscanner","wordpress"],"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/uzziellite.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-11-21T09:51:40.000Z","updated_at":"2025-02-24T05:49:48.000Z","dependencies_parsed_at":"2024-11-28T04:46:50.336Z","dependency_job_id":null,"html_url":"https://github.com/uzziellite/wordpress-spy-tools","commit_stats":null,"previous_names":["uzziellite/wordpress-spy-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uzziellite/wordpress-spy-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzziellite%2Fwordpress-spy-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzziellite%2Fwordpress-spy-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzziellite%2Fwordpress-spy-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzziellite%2Fwordpress-spy-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uzziellite","download_url":"https://codeload.github.com/uzziellite/wordpress-spy-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uzziellite%2Fwordpress-spy-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32402666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hacking-tool","portscanner","wordpress"],"created_at":"2024-12-08T00:09:16.851Z","updated_at":"2026-04-28T22:32:58.649Z","avatar_url":"https://github.com/uzziellite.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WordPress Security Tools\n\nThis is a collection of python scripts that are useful in pentesting a WordPress site to gather information about the target.\nYou can gather information about the following:\n\n    - Server IP address\n    - Domain Name Server Records\n    - Open Ports and Services running on those ports\n    - Whois Records of the target domain\n    - SSL Certificate information\n    - Server being used by the target\n    - Website Headers analysis for further vulnerability assesment\n    - Plugins available on the target site (Activated and Inactive)\n    - Themes available on the target site (Activated and Inactive)\n\n## Setup\n\nTo use this script, you have to first set it up. Begin by running the following:\n\n```bash\n    git clone https://github.com/uzziellite/wordpress-spy-tools.git\n```\n\nThen CD into this directory and create a virtual environment for running your python script\n\n```bash\n    python3 -m venv venv\n    pip3 install -r requirements.txt\n```\n\n## Usage\n\nThis script is subdivided into several parts depending on the information that is needed.\n\nLearn how to use this tool\n\n```bash\npython3 plugins.py -h\n```\n\n1. To acquire domain info\n\n```bash\n    python3 domain_scanner.py\n```\n\n2. To scan for plugins\n\n```bash\n    python3 plugins.py [url] [wordlist] --workers 10 --timeout 10 --no-verify-ssl --retries 3 --log-file [path_to_log_file]\n```\n\nExample\n\n```bash\n    python3 plugins.py https://example.com ./data/wp-plugins.fuzz.txt --workers 10 --timeout 10 --no-verify-ssl --retries 3 --log-file ./url_checker.log\n```\n\nThis guide may still contain errors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzziellite%2Fwordpress-spy-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzziellite%2Fwordpress-spy-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzziellite%2Fwordpress-spy-tools/lists"}