md-notes/regex.md

5 lines
202 B
Markdown
Raw Permalink Normal View History

2022-07-25 13:05:35 +02:00
# REGEX
### Reversing regex
`exrex "flag\{wa{0}e[^abcdrfghijknmopqrstuvwxyz]c(((o)))(?=[a-z])[^a-ln-z]e_to_dc{0}ctf{1}\}" -o out.txt` - you can list all possible words accepted by regex with this tool