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!
- Host: GitHub
- URL: https://github.com/d3vil0p3r/catana
- Owner: D3vil0p3r
- License: gpl-3.0
- Created: 2022-03-24T14:26:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-02T03:16:39.000Z (over 3 years ago)
- Last Synced: 2025-04-18T17:43:23.977Z (about 1 year ago)
- Topics: bruteforce, ctf-tools, hacking, password, regexp, security-tools, wordlist
- Language: Shell
- Homepage:
- Size: 68.4 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CATANA - CUT your Wordlist!

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
```
[](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`.