offensive-tools/network/mosquitto-clients/SKILL.md
Auth/lab ref: Mosquitto client tools, primarily `mosquitto_pub` and `mosquitto_sub`, for interacting with MQTT brokers.
npx skillsauth add aeondave/malskill mosquitto-clientsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Small, sharp MQTT tooling for quick broker interaction without writing a custom client first.
Use these tools when you need to:
# Subscribe to everything verbosely
mosquitto_sub -h broker.local -t '#' -v
# Publish a test message
mosquitto_pub -h broker.local -t test/topic -m 'hello'
mosquitto_sub -h broker.local -p 1883 -u user -P pass -t 'sensors/#' -v
mosquitto_pub -h broker.local -p 1883 -u user -P pass -t 'actuators/cmd' -m 'on'
mosquitto_sub -h broker.local -p 8883 --cafile ca.pem -t '#' -v
# only in controlled environments.-v so topic names and payloads stay paired in output.No bundled scripts/, references/, or assets/.
Use the Mosquitto man pages for TLS, session, retained-message, and last-will options.
development
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.