Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/incogbyte/quickpress
Small tool to automate SSRF wordpress and XMLRPC finder
https://github.com/incogbyte/quickpress
ssrf-payload wordpress
Last synced: 4 days ago
JSON representation
Small tool to automate SSRF wordpress and XMLRPC finder
- Host: GitHub
- URL: https://github.com/incogbyte/quickpress
- Owner: incogbyte
- Created: 2020-03-21T19:09:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:22:47.000Z (about 2 years ago)
- Last Synced: 2024-08-04T17:08:32.313Z (4 months ago)
- Topics: ssrf-payload, wordpress
- Language: Go
- Homepage:
- Size: 7.63 MB
- Stars: 80
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - incogbyte/quickpress - Small tool to automate SSRF wordpress and XMLRPC finder (Go)
README
# quickpress
Scan urls or a single URL against XMLRPC wordpress issues.
usage:
##### Install
```bash
$ go install github.com/incogbyte/quickpress@latest
```
Compiling by yourself```bash
git clone https://github.com/incogbyte/quickpress.git
cd quickpress
go build -o quickpress
./quickpress
```##### Usage
* List of URLS
```bash
# urls without / at the end of URL!
cat urls.txt | quickpress -server http://burpcollaborator.net
```* Single URL
```bash
quickpress -target https://target.com -server http://burpcollaborator.net
```