cewl-crunch
Cewl
Custom password list creator
Example Syntax
-w will write the contents to a file. In this case, list.txt.
-m 5 gathers strings (words) that are 5 characters or more
-d 5 is the depth level of web crawling/spidering (default 2)
http://thm.labs
is the URL that will be used
Crunch
crunch is one of many powerful tools for creating an offline wordlist.
Example Syntax
Creates a wordlist containing all possible combinations of
two
characters includinga-d
and0-4
.-o specifies a file to save to
Creates a wordlist containing all possible combinations of
a-f
and0-9
WARNING above command creates a file that is 459GB in size
Additional Flags
@ --> lower case alpha characters
, --> upper case alpha characters
% --> numberic characters
^ --> special characters including spaces
Example
If we know part of the password is
pass
followed by two numbersXX
we can generate a wordlist with the%
flag.
Output of wordlist
Last updated