Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Joffrey: stupid MQTT brute forcer filter_list
Author
Message
Joffrey: stupid MQTT brute forcer #1
[Image: derpjoffrey.png]

What is MQTT?
MQTT stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. The design principles are to minimise network bandwidth and device resource requirements whilst also attempting to ensure reliability and some degree of assurance of delivery. These principles also turn out to make the protocol ideal of the emerging “machine-to-machine” (M2M) or “Internet of Things” world of connected devices, and for mobile applications where bandwidth and battery power are at a premium. More info, please visit here.

What is joffrey?
Joffrey is a wordlist based multi-threaded brute forcer for protected MQTT brokers. The script is written in Python and is pretty straightforward.

Code:
Usage: python joffrey.py [ARGS]
Options:
-h, --help           show this help message and exit
-t TARGET            Target domain or ip to invade
-p PORT              Target port (optional)
--threads=NRTHREADS  Amount of threads for the King to do as he please with
-u USERNAME          Specify username
-w WORDLIST          Path to wordlist

[Image: Vs4P58c.png]

Reply







Users browsing this thread: 2 Guest(s)