Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 650 Bytes

File metadata and controls

42 lines (22 loc) · 650 Bytes

Logo

Regex Reverser

  1. This is a GUI python3 tool.

  2. This tool helps you to reverse any regex and gives you the opposite/allowed: letters,numerics and symbols.

  3. You may find it helpful in CTFs 😉.

Example/Screenshot

Regex Pattern: [0-9a-zA-Z/_.]+

In Reverse Mode:

Normal Mode

In Normal Mode:

Reverse Mode

Usage

python3 run.py

Requirements

pip install PyQt5

Authors