-
This is a GUI python3 tool.
-
This tool helps you to reverse any regex and gives you the opposite/allowed: letters,numerics and symbols.
-
You may find it helpful in CTFs 😉.
Regex Pattern: [0-9a-zA-Z/_.]+
In Reverse Mode
:
In Normal Mode
:
python3 run.py
pip install PyQt5
-
Original Coder Kadnass-Dz
-
Idea/Modified AB2