Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 628 Bytes

File metadata and controls

25 lines (22 loc) · 628 Bytes

XML-Hydra

XML-Hydra is a tool to bruteforce user passwords via public facing XML-RPC interface in a Wordpress application.

Installation

go install github.com/4lch3mis7/xml-hydra@latest

Usage

Flag Description
-t Target URL
-u Username
-w Wordlist for passwords
-g Number of goroutines to execute at a time (Default=4)
-P Proxy list
-h Shows help message

Example

xml-hydra -t https://example.com/xmlrpc.php -u username -w passwords.txt
xml-hydra -t https://example.com/xmlrpc.php -u username -w passwords.txt -P proxies.txt -g 10