https://github.com/pkgforge-security/wpjson-parser
Get urls from wordpress wp-json route and look if there is one which is not authentificated [Maintainer=@Azathothas]
https://github.com/pkgforge-security/wpjson-parser
Last synced: about 1 year ago
JSON representation
Get urls from wordpress wp-json route and look if there is one which is not authentificated [Maintainer=@Azathothas]
- Host: GitHub
- URL: https://github.com/pkgforge-security/wpjson-parser
- Owner: pkgforge-security
- License: mit
- Created: 2025-03-06T04:33:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T04:37:25.000Z (over 1 year ago)
- Last Synced: 2025-03-06T05:29:28.376Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### ℹ️ About
This is a fork of [NitescuLucian/wpjh](https://github.com/NitescuLucian/hacks/tree/main/wpjh)
### 🖳 Installation
Use [soar](https://github.com/pkgforge/soar) & Run:
```bash
soar add 'wpjson-parser#github.com.pkgforge-security.wpjson-parser'
```
### 🧰 Usage
```mathematica
!# Pipe a WordPress target from STDIN || Use HTTPx to Check Status Code & Length
echo "https://wordpress.tatget" | wpjson-parser | httpx -status-code -content-length -silent
```