brutemq

command module
v0.0.0-...-2b30f97 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

BruteMQ / An exotic service bruteforce tool

AUR

Services supported:

  • HashiCorp Vault Userpass
  • etcd v3
  • AMQP PLAIN SASL

History:

Brutemq was a tool initially designed to brute force rabbitmq (amqp) queue messaging services. After implementing the first working version, new needs arose and etcd and HashiCorp Vault Userpass services were added.

Run:

You can compile the binary or run via OCI image.

Compile:
  • Requirements:

    • A version of Docker with BuildKit support.
    • GNU make utility.
  • Procedure:

    • Run: make.
    • Check the correct creation of dist directory.
OCI Image:

$ docker run --net=host ghcr.io/codexlynx/brutemq:latest

Add to your shell profile:

function brutemq {
    docker run --net=host ghcr.io/codexlynx/brutemq:latest $@
}

Or

alias brutemq='docker run --net=host ghcr.io/codexlynx/brutemq:latest'

For more details click here.

Webhook:

Set WEBHOOK_URL environment variable to send an http webhook request when the password is discovered.

Kubernetes:

You can launch brutemq on a Kubernetes cluster for various reasons, either because you can't set up port-forwarding and want to attack an endpoint on one of the cluster's internal networks (lack of permissions in RBAC or other limitations) or simply because you want to manage the workload on your own cluster. Check the deployments directory and set the manifest to your needs.

Usage:

brutemq - An exotic service bruteforce tool

Usage:
  brutemq [command]

Available Commands:
  amqp        Bruteforce AMQP PLAIN SASL service endpoint
  completion  Generate the autocompletion script for the specified shell
  etcd        Bruteforce etcdv3 service endpoint
  help        Help about any command
  vault       Bruteforce HashiCorp Vault Userpass auth

Flags:
  -d, --dictionary string   dictionary file path
  -h, --help                help for brutemq
  -t, --threads int         threads number (default 100)

Use "brutemq [command] --help" for more information about a command.
Example:

$ brutemq amqp -d passwords.txt -u admin -e localhost:5672/ -t 500

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL