An open API service indexing awesome lists of open source software.

https://github.com/d3vil0p3r/catana

CATANA - CUT your Wordlist!
https://github.com/d3vil0p3r/catana

bruteforce ctf-tools hacking password regexp security-tools wordlist

Last synced: 9 months ago
JSON representation

CATANA - CUT your Wordlist!

Awesome Lists containing this project

README

          

# CATANA - CUT your Wordlist!

![image](https://user-images.githubusercontent.com/83867734/165377486-cbae6ee7-80bc-4aaa-a7c3-351ef69ab3f3.png)

CATANA filters your wordlist according to the specified password policy.

catana [-c] [-h] [-i ] [-o ]

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](https://repology.org/badge/vertical-allrepos/catana.svg)](https://repology.org/project/catana/versions)

# 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`.