Skip to content

Commit 5ee1d8d

Browse files
b-c-dsbcaller
authored andcommitted
Welcome to v1.0.0
1 parent 044ad83 commit 5ee1d8d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

regexploit/bin/regexploit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ def main():
7575
logging.basicConfig(level=logging.DEBUG)
7676

7777
isatty = sys.stdin.isatty()
78+
if isatty:
79+
print("Welcome to Regexploit. Enter your regexes:")
7880
output = TextOutput()
7981
try:
8082
for line in fileinput.input():

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="regexploit",
8-
version="1.0.0rc1",
8+
version="1.0.0",
99
author="Ben Caller :: Doyensec",
1010
author_email="[email protected]",
1111
description="Find regular expressions vulnerable to ReDoS",

0 commit comments

Comments
 (0)