catana icon indicating copy to clipboard operation
catana copied to clipboard

CATANA - CUT your Wordlist!

CATANA - CUT your Wordlist!

image

CATANA filters your wordlist according to the specified password policy.

catana [-c] [-h] [-i <wordlist.txt>] [-o <filename.txt>]

Syntax: ./catana [-h | i | o]

Options:

Argument Input Example Description
-c Random colored output
-h Print this Help
-i /usr/share/wordlists/passwords.txt Input wordlist
-o output.txt Print to a file

Install

Clone the repository by:

git clone https://github.com/D3vil0per/catana
cd catana
chmod 755 catana

Or on BlackArch Linux:

pacman -S catana

Packaging status

Usage

catana -i rockyou.txt\
catana -i rockyou.txt -o wl.txt

Note: if the input wordlist has root permission, you need to use sudo.