
sipbrute is A utility to perform dictionary attacks against the VoIP SIP Register hash
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:
1 2 3 4 5 6 7 8 9 10 11 |
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) |