From b9d2450f5015d1854b78639b7ba0aec59b197a3c Mon Sep 17 00:00:00 2001 From: Cahal Agarwalla <144279003+CaHHaL@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:01:00 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ae49fe2..1915b8d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,20 @@ 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 ``` From 01e3702b3e4d7db0e82e75bbfce5ee1532321f55 Mon Sep 17 00:00:00 2001 From: Cahal Agarwalla <144279003+CaHHaL@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:09:28 +0530 Subject: [PATCH 2/2] Update README.md This is an update to the README.md file for better installation on any Operating System. It will help user to configure better and use it. --- README.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1915b8d..dfd3913 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,25 @@ In the latest version of the Blackarch Linux it has been added to `pacman -S wordlistctl` -##Manual Installation (If pacman is not available) +## 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 +`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. +`./wordlistctl.py list -g passwords` + +`./wordlistctl.py fetch -g usernames -d` + +`./wordlistctl.py search admin` + +Note - Make sure you have Python 3 installed. ## Usage