Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/jesusprubio/bluebox
Exploit FrameworksVulnerability AnalysisExploitationWeb SecurityFuzzingNetwork SecurityPenetration TestingRed Teaming
GitHubjesusprubio/bluebox

bluebox

A collection of exploits for different VoIP products.

View Repository
2637031 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
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.

root@kitploit:~
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.

Download Tool
root@kitploit:~
task docker # Or `docker compose up -d`

References

  • https://github.com/vulncheck-oss/go-exploit/tree/main/docs
  • https://github.com/emiago/sipgo
  • https://datatracker.ietf.org/doc/html/rfc3261
  • https://datatracker.ietf.org/doc/html/rfc3311
  • https://datatracker.ietf.org/doc/html/rfc3581
  • https://datatracker.ietf.org/doc/html/rfc3265
  • https://datatracker.ietf.org/doc/html/rfc7118