View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009275 | Kali Linux | New Tool Requests | public | 2025-08-25 10:20 | 2025-08-25 10:21 |
Reporter | Santitub | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0009275: WPAT — WordPress Professional Audit Tool: a Python-based WordPress security/audit toolkit (fingerprinting, XML-RPC/REST checks, | ||||
Description | Name WPAT (WordPress Professional Audit Tool) Version 2.0 latest release, tagged “2.0”, released 7 May 2025). Please use the release/tag Homepage Project README / homepage: https://wpat.netlify.app/ and GitHub repository at https://github.com/WPAT-Project/WPAT for full docs and examples. Download Release assets / source tarball for v2.0 (use the release/tag, e.g. the GitHub releases page for 2.0). Example (release page): Author Maintained under the WPAT-Project repository (maintainers/active contributor: Santitub). See repo and maintainer profile for contact/issue tracker. Licence GPL-3.0 (project is distributed under GNU GPL v3). See repository LICENSE file. Description WPAT is a Python-based, modular WordPress audit tool intended for authorized security testing. Main capabilities include:
Dependencies Python 3.8+; typical Python dependencies listed in Similar tools Common comparable WordPress security scanners:
Activity The repository shows an active release history (11 releases listed) with the latest stable release tagged How to install Important: packaging for Kali must use a tagged release (tarball) rather than head/branch. Recommended steps for packaging from the v2.0 release:
Example: download the tagged release tarball (replace with real URL if hosting assets)wget https://github.com/WPAT-Project/WPAT/archive/refs/tags/2.0.tar.gz -O WPAT-2.0.tar.gz
python3 -m venv venv && . venv/bin/activate or if packaging into a Debian package, build wheel and include it as upstream orig tarballpython3 -m pip wheel . -w dist
How to use Use only on targets you own or have explicit permission to test Packaged Not currently packaged for Debian/Kali (no official Debian package or Kali package found). The GitHub repository does not expose an official | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-08-25 10:20 | Santitub | New Issue |