RegEx-DoS
ReDos Scanner
Scans Regular Expressions for potential performance issues that can be exploited for Denial of Service attacks
RegEx Denial of Service (ReDos) Scanner
162 stars
5 watching
18 forks
Language: JavaScript
last commit: about 7 years ago
Linked from 1 awesome list
nodenodejsregexregexpregular-expressionsecurity
Related projects:
Repository | Description | Stars |
---|---|---|
davisjam/vuln-regex-detector | Detects vulnerable regexes in source code to prevent catastrophic backtracking and other security issues. | 320 |
intel/hyperscan | A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,837 |
tjenkinson/eslint-plugin-redos-detector | Detects vulnerable regex using an external API | 5 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
uhop/node-re2 | A JavaScript library providing safe and fast regular expression matching capabilities to mitigate Regular Expression Denial of Service (ReDoS) attacks | 503 |
jkutner/saferegex | A tool to identify potential regular expression vulnerabilities in software | 52 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 21 |
attackercan/regexp-security-cheatsheet | A resource for identifying and avoiding common security vulnerabilities in regular expressions used in web application security | 710 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
chalk/ansi-regex | A regular expression library for matching ANSI escape codes | 187 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
rust-leipzig/regex-performance | A tool for comparing the performance of different regular expression engines | 103 |
fent/randexp.js | Generates random strings based on user-provided regular expressions | 1,834 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |