sipbrute is A utility to perform dictionary attacks against the VoIP SIP Register hash.
requirements:
+ golang
attack Options:
– dict=””: the dictionary wordlist
– path=””: the SIP register UAC response file
– verbose=false: stdout every derivation attempt
Usage:
git clone https://github.com/packetassailant/sipbrute && cd sipbrute go build ./sipbrute Problem resolve; can not find package: "github.com/packetassailant/sipbrute/models" "github.com/packetassailant/sipbrute/utils" just type: go get github.com/packetassailant/sipbrute/models go get github.com/packetassailant/sipbrute/utils go build (again)