UNIQUE(8) System Manager's Manual UNIQUE(8)NAME
unique - removes duplicates from a wordlist
SYNOPSIS
unique output-file
DESCRIPTION
This manual page documents briefly the unique command, which is part of the john package. This manual page was written for the Debian
GNU/Linux distribution because the original program does not have a manual page. john, better known as John the Ripper, is a tool to find
weak passwords of users in a server.
The unique tool finds and removes duplicate entries from a wordlist (read from stdin), without changing the order. This is important to
increase the performance of john when using the wordlist method.
SEE ALSO john(8), mailer(8), unafs(8), unshadow(8).
The programs are documented fully by John's documentation, which should be available in /usr/share/doc/john or other location, depending on
your system.
AUTHOR
This manual page was written by Jordi Mallach <jordi@debian.org>, for the Debian GNU/Linux system (but may be used by others).
John the Ripper and mailer were written by Solar Designer <solar@openwall.com>. The complete list of contributors can be found in the CRED-
ITS file in the documentation directory.
john June 03, 2004 UNIQUE(8)
Check Out this Related Man Page
UNAFS(8) System Manager's Manual UNAFS(8)NAME
unafs - script to warn users about their weak passwords
SYNOPSIS
unafs password-files cell-name
DESCRIPTION
This manual page documents briefly the unafs command, which is part of the john package. This manual page was written for the Debian
GNU/Linux distribution because the original program does not have a manual page. john, better known as John the Ripper, is a tool to find
weak passwords of users in a server.
The unafs tool gets password hashes out of the binary AFS database, and produces a file usable by John.
SEE ALSO john(8), mailer(8), unique(8), unshadow(8).
The programs are documented fully by John's documentation, which should be available in /usr/share/doc/john or other location, depending on
your system.
AUTHOR
This manual page was written by Jordi Mallach <jordi@debian.org>, for the Debian GNU/Linux system (but may be used by others).
John the Ripper and mailer were written by Solar Designer <solar@openwall.com>. The complete list of contributors can be found in the CRED-
ITS file in the documentation directory.
john June 03, 2004 UNAFS(8)
I would like to write files to a directory (not under the user's home) which includes the userid.
Example:
userid = john
John's home dir is /home/john
I want to create a directory /var/prog/john
MSG_HOME=/var/prog; export MSG_HOME;
USR_NAME=@@@@; export USER_NAME;
if ;
... (3 Replies)
i have this file
11 tony tony
12 john john 0
13 nick nick 20
14 mary mary 40
i want to display the file like
tony tony missing
john john 0 Failed
nick nick Failed
mary mary 40
if there is no mark for a name flag it as missing ,mark <40 flagged as failed
i came up with
... (6 Replies)
Hi all,
Here is my situation.
I have a text file TXT_FILE like this:
john 123456
jack 94589
kelvin 94595
mary 88585
I want to read the first word in each line ( the name ) and assign to a string variable ( EX_LIST ) in my script so that I can use later as this commandfor i in... (6 Replies)
I have a list of names in a file.
i want to assign those names to a variable in such a manner
eg:
$cat file.txt
pete
lisa
john
var=pete-lisa-john
how do i do this in shell scripting? (10 Replies)
Hi all,
I have a file with over 10,000 line, but I would like to update/add some code number (such as 062 below) into the line with <phone number> below:
11111<name> john matin <name>
12345<phone number> 123456 <phone number>
34556 <address> 1234 lucky road <address>
11111<name> john... (7 Replies)
Hi All,
I have a file like
john::208:johnson
john::208:mery
john::208:test
admin:*:1:johnson
admin:*:1:test
and wanna convert this as
john::208:johnson,mery,test
admin:*:1:johnson,test
please help me to create a script for this
thanks in advance
John (4 Replies)
hi all,
i am facing this problem ,please help.
suppose a file contains conetnts as below:
john itemspurchased/date
john itempurchased/date
james itempurchased/date
john items purchsed/date
so here i want to store john only once in a variable but retreive his 3... (5 Replies)
Hi -
I have a file with lots of lines in that I need to order based on the number of commas!
e.g the file looks something like :-
cn=john,cn=users,cn=uk,dc=dot,dc=com
cn=john,cn=users,dc=com
cn=users,cn=groups,dc=com
cn=john,cn=admins,cn=users,cn=uk,dc=dot,dc=com... (4 Replies)
Hi Friends
I like to know one thing the how exactly john the ripper works. I have search in google, read lots of tutorial on that.
I have simple question, can I get the password for the encrypted file for the following example.
e.g :
Abc.txt file
contents
"This is Joy"
Now I... (4 Replies)
Hello folks,
Please guide me i have a file file.txt that have below text.
PETER JOHN peter@example.com
John Col john@example.com
Sara Paul sara@example.com
I just want to extract only email address list. (5 Replies)
Hi evryone,
I have problem the john program. It works correctly but I can not make unshadow command because I have removed the file /usr/bin/john by mistake
# cd ../run
# ./john /root/shadow
Loaded 2 password hashes with 2 different salts (FreeBSD MD5 )
letmein (root)
letmein ... (5 Replies)
OK, I hope you can help me here: I'm trying to crack a hash using John the Ripper. (BindShell.Net: John The Ripper MPI Patch)
I'm runnig it on a cluster system using OpenMPI. But it is not working properly. If i try to run it, i get the following error:
Any idea what can be wrong? Happen on... (3 Replies)
Hi Experts,
In the below mentioned file,
John, Miami, ,2013-10-03
I would like to perform difference of $4 and sysdate.
If sysdate date is 2013-10-04, then the output shall be
John, Miami,,1
For which I tried something like the one shown below,
#!/bin/bash
sed -e "s/-//g" ... (5 Replies)
Hello,
How do i manipulate .csv file to this format?
Thank you very much.
Source:
john,5
marco,7
john,4
paul,3
marco,8
Output:
john,9
marco,15 (5 Replies)