spanskiblog/content/posts/regex.md

14 lines
349 B
Markdown
Raw Normal View History

2022-12-24 17:42:40 +01:00
2022-12-24 17:09:22 +01:00
+++
2023-02-27 21:59:02 +01:00
date="2023-02-03"
2022-12-24 17:09:22 +01:00
author="spanskiduh"
title="regex"
2022-12-24 17:42:40 +01:00
description="click to read about regex"
2022-12-24 17:09:22 +01:00
+++
# REGEX
### Reversing regex
2022-12-24 22:54:34 +01:00
[source](https://github.com/asciimoo/exrex)
2022-12-24 17:09:22 +01:00
`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