Skip to content

Conversation

rf-peixoto
Copy link
Contributor

Use for: Regex fuzzing. Values ​​are in quotes because this is the format used by honggfuzz (https://github.com/google/honggfuzz).

Purpose of pull request
This list can be used in many other regex engines.

Source
Done by myself.

Additional context
The file is in the honggfuzz project format (link above). I recommend reviewing it before using it in other fuzzing solutions; some may require the quotation marks to be removed.

A 274-word wordlist for regex fuzzing. Values ​​are in quotes because this is the format used by honggfuzz (https://github.com/google/honggfuzz).
@ItsIgnacioPortal
Copy link
Collaborator

What does "regex fuzzing" mean? I don't see the usefulness of a wordlist like this in a security context.

@rf-peixoto
Copy link
Contributor Author

It's used for fuzzing regex engines. This wordlist is a shortcut to possible patterns. To summarize my tests here, I create a file with thousands of lines (a wordlist of valid and invalid combinations of caracteres in different encodings (UTF, etc.)² and use this wordlist 'regex_bomb' to see which pattern breaks in a given character set.) But I get your point, I wasn't clear. In fact, the proccess take two wordlists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants