1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: sipcrack
Section: net
Priority: optional
Maintainer: Marcio de Souza Oliveira <marciosouza@debian.org>
Build-Depends: debhelper-compat (= 13), libpcap0.8-dev (>= 0.9.8-3), libssl-dev (>= 0.9.8g-8)
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: http://www.remote-exploit.org/codes_sipcrack.html
Vcs-git: https://salsa.debian.org/debian/sipcrack.git
Vcs-Browser: https://salsa.debian.org/debian/sipcrack
Package: sipcrack
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: john
Description: SIP login dumper/cracker
The tools contained in this package offer support for pcap files,
wordlists and many more to extract all needed information and
bruteforce the passwords for the sniffed accounts.
.
* sipdump - Dump SIP digest authentications to a file.
* sipcrack - Bruteforce the user password using the dump file
generated by sipdump.
.
|