Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

regexploit-1.0.0-2.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: regexploit Distribution: openSUSE Tumbleweed
Version: 1.0.0 Vendor: openSUSE
Release: 2.2 Build date: Thu Feb 1 11:26:41 2024
Group: Unspecified Build host: reproducible
Size: 385579 Source RPM: regexploit-1.0.0-2.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/doyensec/regexploit
Summary: Find regular expressions vulnerable to ReDoS
Many default regular expression parsers have unbounded worst-case complexity.
Regex matching may be quick when presented with a matching input string.
However, certain non-matching input strings can make the regular expression
matcher go into crazy backtracking loops and take ages to process. This can
cause denial of service, as the CPU will be stuck trying to match the regex.

This tool is designed to:
* find regular expressions which are vulnerable to ReDoS
* give an example malicious string which will cause catastrophic backtracking

Supports:
- C#
- JavaScript/TypeScript (requires node to be installed)
- JSON
- Python
- YAML

Provides

Requires

License

Apache-2.0

Changelog

* Thu Feb 01 2024 Sebastian Wagner <sebix@sebix.at>
  - fix shebang of regexploit-python-env
    fixes boo#1219313
* Sun Nov 21 2021 Sebastian Wagner <sebix+novell.com@sebix.at>
  - initial package for version 1.0.0.

Files

/usr/bin/regexploit
/usr/bin/regexploit-csharp
/usr/bin/regexploit-js
/usr/bin/regexploit-json
/usr/bin/regexploit-py
/usr/bin/regexploit-python-env
/usr/bin/regexploit-yaml
/usr/lib/python3.11/site-packages/regexploit
/usr/lib/python3.11/site-packages/regexploit-1.0.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/regexploit-1.0.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/regexploit-1.0.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/regexploit-1.0.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/regexploit-1.0.0-py3.11.egg-info/entry_points.txt
/usr/lib/python3.11/site-packages/regexploit-1.0.0-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/regexploit-1.0.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/regexploit/__init__.py
/usr/lib/python3.11/site-packages/regexploit/__pycache__
/usr/lib/python3.11/site-packages/regexploit/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/__pycache__/found_regex.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/__pycache__/found_regex.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/__pycache__/hook.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/__pycache__/hook.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/__pycache__/redos.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/__pycache__/redos.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast
/usr/lib/python3.11/site-packages/regexploit/ast/__init__.py
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/at.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/at.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/branch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/branch.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/categories.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/categories.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/char.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/char.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/groupref.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/groupref.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/ranges.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/ranges.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/repeat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/repeat.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/sequence.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/sequence.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/sre.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/__pycache__/sre.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/ast/at.py
/usr/lib/python3.11/site-packages/regexploit/ast/branch.py
/usr/lib/python3.11/site-packages/regexploit/ast/categories.py
/usr/lib/python3.11/site-packages/regexploit/ast/char.py
/usr/lib/python3.11/site-packages/regexploit/ast/groupref.py
/usr/lib/python3.11/site-packages/regexploit/ast/ranges.py
/usr/lib/python3.11/site-packages/regexploit/ast/repeat.py
/usr/lib/python3.11/site-packages/regexploit/ast/sequence.py
/usr/lib/python3.11/site-packages/regexploit/ast/sre.py
/usr/lib/python3.11/site-packages/regexploit/bin
/usr/lib/python3.11/site-packages/regexploit/bin/__init__.py
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/files.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/files.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit_csharp.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit_csharp.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit_js.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit_js.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit_python_ast.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit_python_ast.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit_yaml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/__pycache__/regexploit_yaml.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/bin/files.py
/usr/lib/python3.11/site-packages/regexploit/bin/javascript
/usr/lib/python3.11/site-packages/regexploit/bin/javascript/cli.js
/usr/lib/python3.11/site-packages/regexploit/bin/javascript/find.js
/usr/lib/python3.11/site-packages/regexploit/bin/javascript/index.js
/usr/lib/python3.11/site-packages/regexploit/bin/javascript/package-lock.json
/usr/lib/python3.11/site-packages/regexploit/bin/javascript/package.json
/usr/lib/python3.11/site-packages/regexploit/bin/regexploit-python-env
/usr/lib/python3.11/site-packages/regexploit/bin/regexploit.py
/usr/lib/python3.11/site-packages/regexploit/bin/regexploit_csharp.py
/usr/lib/python3.11/site-packages/regexploit/bin/regexploit_js.py
/usr/lib/python3.11/site-packages/regexploit/bin/regexploit_python_ast.py
/usr/lib/python3.11/site-packages/regexploit/bin/regexploit_yaml.py
/usr/lib/python3.11/site-packages/regexploit/found_regex.py
/usr/lib/python3.11/site-packages/regexploit/hook.py
/usr/lib/python3.11/site-packages/regexploit/languages
/usr/lib/python3.11/site-packages/regexploit/languages/__init__.py
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__/csharp_string_extractor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__/csharp_string_extractor.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__/javascript.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__/javascript.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__/python_node_visitor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/languages/__pycache__/python_node_visitor.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/languages/csharp_string_extractor.py
/usr/lib/python3.11/site-packages/regexploit/languages/javascript.py
/usr/lib/python3.11/site-packages/regexploit/languages/python_node_visitor.py
/usr/lib/python3.11/site-packages/regexploit/output
/usr/lib/python3.11/site-packages/regexploit/output/__init__.py
/usr/lib/python3.11/site-packages/regexploit/output/__pycache__
/usr/lib/python3.11/site-packages/regexploit/output/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/output/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/output/__pycache__/text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/regexploit/output/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/regexploit/output/text.py
/usr/lib/python3.11/site-packages/regexploit/redos.py
/usr/share/doc/packages/regexploit
/usr/share/doc/packages/regexploit/README.md
/usr/share/licenses/regexploit
/usr/share/licenses/regexploit/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024