https://github.com/destan0098/wpbruteforce
This Tool BruteForce Wordpress with xmlrpc
https://github.com/destan0098/wpbruteforce
security security-scanner security-tools
Last synced: 2 months ago
JSON representation
This Tool BruteForce Wordpress with xmlrpc
- Host: GitHub
- URL: https://github.com/destan0098/wpbruteforce
- Owner: destan0098
- License: mit
- Created: 2023-10-24T08:50:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T09:11:04.000Z (over 2 years ago)
- Last Synced: 2025-01-13T22:39:10.550Z (over 1 year ago)
- Topics: security, security-scanner, security-tools
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find subdomains And Check Port 80 and 443 Open Or not And check CDNs

## Description
This Tool BruteForce Wordpress with xmlrpc
This tool is for training.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
## Installation
```
go install github.com/destan0098/wpbruteforce/cmd/wpbruteforce@latest
```
or use
```
git clone https://github.com/destan0098/wpbruteforce.git
```
## Usage
To Run Enter Below Code
For Use This Enter Website without http In Input File
Like : google.com
```
wpbruteforce -l 'input.txt' -o 'result4.csv' -u username.txt -w password.txt
```
```
wpbruteforce -d google.com -u username.txt -w password.txt
```
```
cat inputfile.txt | wpbruteforce -pipe -o output.csv -u username.txt -w password.txt
```
```
USAGE:
wpbruteforce [global options] command [command options] [arguments...]
COMMANDS:
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--domain value, -d value Enter just one domain
--list value, -l value Enter a list from text file
--pipe Enter just from pipe line (default: false)
--output value, -o value Enter output csv file name (default: "output.csv")
--help, -h show help
```
---
## Features
This Tool BruteForce Wordpress with xmlrpc