Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Man Page #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions cisco7crack.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
.TH CISCO7CRACK "1" "Jan 2022" "CISCO7CRACK 0.0~git20121221.f1c21dd" "Crypt and decrypt the cisco type 7 passwords"
.\" Text automatically generated by txt2man
.RS
.SH NAME
\fBcisco7crack \fP- Crypt and decrypt the cisco type 7 passwords
\fB
.SH SYNOPSIS
.nf
.fam C
\fBcisco7crack\fP [\fIOPTIONS\fP] [\fIARGS\fP] \.\.\.

.fam T
.fi
.fam T
.fi
.SH DESCRIPTION
Enjoy cracking the Cisco IOS pesky passwords.
For bugs and suggestions, please contact me by e-mail.
.SH OPTIONS
.TP
.B
\fB-c\fP
crypt <plaintext>
.TP
.B
\fB-a\fP
display all the ways to crypt <plaintext>
.TP
.B
-#<n>
display the n-th way to crypt <plaintext>
.TP
.B
\fB-d\fP
decrypt <ciphertext> (default option)
.TP
.B
\fB-q\fP
cause \fBcisco7crack\fP to be really quiet
.TP
.B
\fB-h\fP
display this brief usage summary
.SH COMMANDS
\fBcisco7crack\fP [\fB-q\fP] \fB-c\fP [-{a|#<0..15>}] <plaintext>
.PP
\fBcisco7crack\fP [\fB-q\fP] [\fB-d\fP] <ciphertext>
.PP
\fBcisco7crack\fP [\fB-h\fP]
.SH EXAMPLES
\fBcisco7crack\fP \fB-c\fP#3 '@l1c3&b0b'
.PP
\fBcisco7crack\fP \fB-c\fP#3 \fB-q\fP n0v3rb0s3
.PP
\fBcisco7crack\fP 082F1C5A1A490D43000F5E033F78373B
.PP
a=`\fBcisco7crack\fP \fB-cq\fP b@shscr1pt` # (bash shell)
.PP
[ $? \fB-eq\fP 0 ] && echo "crypt: $a" || echo "error!"
.SH REPORTING BUGS
To report a bug please visit rows' issue tracking system at
https://github.com/madrisan/\fBcisco7crack\fP/issues.
.SH AUTHOR
Written by Davide Madrisan <davide.madrisan@google.com>
.PP
This manual page was written by Guilherme de Paula Xavier Segundo
<guilherme.lnx@gmail.com> for the Debian project (but may be used by others).
.SH COPYRIGHT
Copyright © 2002 Davide Madrisan.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.