We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044ad83 commit 5ee1d8dCopy full SHA for 5ee1d8d
regexploit/bin/regexploit.py
@@ -75,6 +75,8 @@ def main():
75
logging.basicConfig(level=logging.DEBUG)
76
77
isatty = sys.stdin.isatty()
78
+ if isatty:
79
+ print("Welcome to Regexploit. Enter your regexes:")
80
output = TextOutput()
81
try:
82
for line in fileinput.input():
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="regexploit",
8
- version="1.0.0rc1",
+ version="1.0.0",
9
author="Ben Caller :: Doyensec",
10
author_email="[email protected]",
11
description="Find regular expressions vulnerable to ReDoS",
0 commit comments