Skip to content

This tool creates a list of characters that are allowed based on a pattern you provide. It helps you identify which letters, numbers, and symbols are valid and can be used in a particular context.

ab2pentest/Regex-Reverser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This tool creates a list of characters that are allowed based on a pattern you provide. It helps you identify which letters, numbers, and symbols are valid and can be used in a particular context.

Topics

Resources

Stars

Watchers

Forks

Languages