Skip to content

Commit

Permalink
Welcome to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
b-c-ds authored and bcaller committed Mar 11, 2021
1 parent 044ad83 commit 5ee1d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions regexploit/bin/regexploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ def main():
logging.basicConfig(level=logging.DEBUG)

isatty = sys.stdin.isatty()
if isatty:
print("Welcome to Regexploit. Enter your regexes:")
output = TextOutput()
try:
for line in fileinput.input():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="regexploit",
version="1.0.0rc1",
version="1.0.0",
author="Ben Caller :: Doyensec",
author_email="[email protected]",
description="Find regular expressions vulnerable to ReDoS",
Expand Down

0 comments on commit 5ee1d8d

Please sign in to comment.