Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ In the latest version of the Blackarch Linux it has been added to

`pacman -S wordlistctl`

## Manual Installation (If pacman is not available)

If you're using a system where pacman is not supported, you can manually clone and run the script:

`git clone https://github.com/BlackArch/wordlistctl.git`

`cd wordlistctl`

`chmod +x wordlistctl.py`

Then use it like this:

`./wordlistctl.py list -g passwords`

`./wordlistctl.py fetch -g usernames -d`

`./wordlistctl.py search admin`

Note - Make sure you have Python 3 installed.

## Usage

```
Expand Down