Skip to content

Qgmad/CTF-TOOL-CLSTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

CTF-TOOL-CLSTER

CLSTR or Case-sensitive LinkS TesteR

Built on Python 3

Usage:

  • 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

Screenshot

Required libraries

requests

  • Can be instaled by:

    pip3 install requests

About

CLSTR or Case-sensitive LinkS TesteR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages