- sipsend:
- added params from_tag, to_tag, branch, callid, cseq, sdp
- added params user and pass to send a second message with auth if we obtain a code 401/407
- added param --sdes to send cipher keys in SDP
- added param --local-ip to force it in case of multiple IP addresses
- sipinvite:
- added param --no-sdp to send the INVITE without SDP
- added param --sdes to send cipher keys in SDP
- now it is possible to send to a range of callers (To-User) and a range of callees (From-User)
- added param --local-ip to force it in case of multiple IP addresses
- sipenumerate:
- added verbose mode
- siprcrack:
- added param lenght to force the size of extensions
- added param user to set the From and To user (by default is prefix+extension). If is set, the prefix only will be applied to Auth User
- siptshark:
- new module to extract info from a PCAP file
- arpspoof:
- new module to do an ARP cache poisoning
- sipsniff:
- new module to sniff SIP traffic
- sipdigestleak:
- added tls support
- added param --local-ip to force it in case of multiple IP addresses
- sipscan:
- added param --output-file to save results
- added param -fp to fingerprinting
- global:
- added class Color and param nocolor to show console responses in ansii
- bug fixes