这是indexloc提供的服务,不要输入任何密码
Skip to content

jesusprubio/bluebox

Repository files navigation

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

About

A collection of exploits for different VoIP products.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages