Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.46 KB

File metadata and controls

49 lines (36 loc) · 1.46 KB

Bluebox

work in progress

A collection of exploits for different VoIP products. Thanks to the Go Exploit Framework.

If you ended up here looking for a VoIP pentesting solution, check out Sippts (sippts-gui in Kali) or SIPVicious. This project is more focused on the exploitation phase.

Install

git clone https://github.com/jesusprubio/bluebox.git
cd bluebox
go mod tidy
go mod vendor

Usage

We follow the Go Exploit Framework recommended patterns. For convenience, the binaries are not included in this repo.

go run cve-2021-37624/main.go -v -rhost 127.0.0.1
go run cve-2021-37624/main.go -fll DEBUG -v -c -e -rhost 127.0.0.1 -rport 5061 -transport tls -msg ey -user dembele
go run cve-2021-41145/main.go -v -c -e -rhost 127.0.0.1 -fhost rand

Docker

A Docker Compose file is provided, including an Asterisk server to test against.

task docker # Or `docker compose up -d`

References