Tinker

A tool for parameter tampering. In other words, Tinker helps you explore different variations of a string by toggling between lowercase and uppercase letters.

Why?

It’s hard & time-taking process to change the payloads with different versions of itself on your own. That’s why here is a recursive script Tinker for parameter tampering.

Install

git clone https://github.com/heydc7/Tinker.git
cd Tinker/
python3 main.py

Usage

>> python3 main.py
>> Enter your string: <INPUT>

You’ll be prompted to enter your string. For demonstration purposes, you can use “reset-password” as an example.

Result

>> Output
reset-password
Reset-Password
reset-Password
Reset-password
RESET-PASSWORD
Reset-passworD
reSet-passwOrd
resEt-passwoRd
rEset-pasSword
reSet-paSSword
rEsEt-pAssword
rEsEt-pAsswOrd

Read Full Tutorial

Click here