{"id":21607604,"url":"https://github.com/jonirinta-kahila/wpcrackergui","last_synced_at":"2025-04-11T04:33:23.409Z","repository":{"id":37248102,"uuid":"348125130","full_name":"JoniRinta-Kahila/wpcrackergui","owner":"JoniRinta-Kahila","description":"WordPress pentest tool","archived":false,"fork":false,"pushed_at":"2023-03-06T22:17:49.000Z","size":2914,"stargazers_count":6,"open_issues_count":18,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T18:01:53.301Z","etag":null,"topics":["brute-force","csharp","electron","linux","mac","penetration-testing","penetration-testing-tools","pentesting","react","typescript","user-enumeration","windows","wordpress"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/JoniRinta-Kahila.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":"2021-03-15T21:17:20.000Z","updated_at":"2024-04-30T10:39:22.000Z","dependencies_parsed_at":"2024-11-24T20:32:31.757Z","dependency_job_id":"014a1e87-1ff6-4734-b8b1-d974d63016db","html_url":"https://github.com/JoniRinta-Kahila/wpcrackergui","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoniRinta-Kahila%2Fwpcrackergui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoniRinta-Kahila%2Fwpcrackergui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoniRinta-Kahila%2Fwpcrackergui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoniRinta-Kahila%2Fwpcrackergui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoniRinta-Kahila","download_url":"https://codeload.github.com/JoniRinta-Kahila/wpcrackergui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248345202,"owners_count":21088231,"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":["brute-force","csharp","electron","linux","mac","penetration-testing","penetration-testing-tools","pentesting","react","typescript","user-enumeration","windows","wordpress"],"created_at":"2024-11-24T20:32:22.894Z","updated_at":"2025-04-11T04:33:23.366Z","avatar_url":"https://github.com/JoniRinta-Kahila.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CodeQL](https://github.com/JoniRinta-Kahila/wpcrackergui/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/JoniRinta-Kahila/wpcrackergui/actions/workflows/codeql-analysis.yml)\n# WordPress pentest tool project with GUI\n### WordPress Brute Force \u0026 Username enumeration\n\nPerforms multiple brute force and username enumerations tasks in same time. This is a continuation of the [WPCracker](https://github.com/JoniRinta-Kahila/WPCracker) project.\n\nWith the Brute Force tool, you can control how aggressive an attack you want to perform, and this affects the attack time required. The tool makes it possible to adjust the number of threads as well as how large password batches each thread is tested at a time. However, too much attack power can cause the victim's server to slow down.\n\n---\n\n#### Aim for cross-platform\nOS info | Win32 | Win64 | macOS | Linux\n------------ | ----- | ----- | ----- | ----- |\nBackend | X | X | X | X |\nFrontEnd | X | X | X | X |\nTested | 0 | X | X | deb11 |\n\n### Requirements\n.NET Core 3.1\n\n### Using\n\n- Download repository:\n    - `git clone https://github.com/JoniRinta-Kahila/wpcrackergui.git`\n- Open project:\n    - `cd wpcrackergui`\n- Install with package manager:\n    - `npm i`\n- Build dev version:\n    - `npm run dev`\n- build produciton version:\n    - `npm run prod`\n- Run current version:\n    - `npm run start`\n- If the backend is not builded or has changed:\n    - `npm run winCoreBuild`\n    - `npm run macCoreBuild`\n    - `npm run linuxCoreBuild`\n\n### Build project for Windows x32 \u0026 x64 \n1. ```npm run prod```\n2. ```npm run build:win```\n\n### Build project for MAC\n1. ```npm run prod```\n2. ```npm run build:mac```\n\n#### After build is ready, you can locate the build files in the wpcrackergui/out directory\n\n## Build project for Linux\n\n### Build for linux with with docker\n\n- *tested in Debian 11*\n\nhttps://github.com/electron-userland/electron-build-service/issues/9#issuecomment-704069238\n\nhttps://docs.microsoft.com/en-us/dotnet/core/install/linux-debian\n\n1. Open terminal at root of project\n    1. run command `npm run prod`\n    2. run command `npm run cleanCore \u0026\u0026 npm run linuxCoreBuild`\n2. Start docker\n    1. run command `docker pull electronuserland/builder` (do this only the first time)\n    2. run command `docker run --rm -ti -v C:\\Work\\wpcrackergui\\:/project -w /project electronuserland/builder` (correct the project path if needed)\n    3. run command `npm i -g electron-builder`\n    4. run command `cd /project`\n    5. run command `electron-builder build --linux deb tar.xz`\n3. After build is ready, you can locate the build files in the wpcrackergui/out directory\n\n\u003cbr\u003e\u003cbr\u003e\n## Notice\nIn this article, \"victim\" refers to the attacked WordPress site in pentest lab. Attacking a WordPress site for which you do not have permission may be illegal.\n# This is for ethical use only :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonirinta-kahila%2Fwpcrackergui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonirinta-kahila%2Fwpcrackergui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonirinta-kahila%2Fwpcrackergui/lists"}