~ubuntu-branches/ubuntu/karmic/sipcrack/karmic

« back to all changes in this revision

Viewing changes to debian/sipcrack.1

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Castillo Builes
  • Date: 2008-05-09 11:20:10 UTC
  • Revision ID: james.westby@ubuntu.com-20080509112010-0cootw90we464rsc
Tags: 0.2-2
* debian/control:
 - Fixed bullet list in description (Closes: #480349)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
\fBSIPcrack\fP is a SIP login sniffer/cracker that contains 2 programs: \fIsipdump\fP to capture the digest authentication and \fIsipcrack\fP to bruteforce the hash using a wordlist or standard input.
39
39
.br
40
40
\fIsipdump\fP dumps SIP digest authentications. If a login is found, the sniffed login is written to the dump file.
41
 
See 'sipdump -h' for options.
 
41
See 'sipdump \-h' for options.
42
42
.br
43
43
\fIsipcrack\fP bruteforces the user's password with the dump file generated by \fIsipdump\fP. If a password is found, the sniffed and cracked login will be updated in the dump file.
44
44
.br
45
 
See 'sipcrack -h' for options.
 
45
See 'sipcrack \-h' for options.
46
46
.br
47
47
 
48
48
 
57
57
file containing all passwords to try.
58
58
.TP
59
59
.B \-p num,     
60
 
print cracking process every n passwords (for -w)
 
60
print cracking process every n passwords (for \-w)
61
61
.br
62
62
(ATTENTION: slows down heavily) 
63
63
 
64
64
 
65
65
 
66
66
.SH EXAMPLE
67
 
sipdump -i eth0 logins.dump
 
67
sipdump \-i eth0 logins.dump
68
68
.br
69
 
sipcrack -w mywordlist.txt logins.dump
 
69
sipcrack \-w mywordlist.txt logins.dump
70
70
 
71
71
 
72
72