-
Write the initial part of the link that you want to add before the test string in host.
Example: host = "https://www.pastebin.com/"
-
Write the string you want to test for every possible combination of upper and lower case letters without changing their position.
Example: str = "zawew7y7"
-
All the validated and working links are shown on the display.
To run use the following commands:
git clone https://github.com/Qgmad/CTF-TOOL-CLSTER.git
cd CTF-TOOL-CLSTER/
chmod +x CLSTER.py
python3 CLSTER.py
Required libraries
requests
-
Can be instaled by:
pip3 install requests