Skip to content

Commit

Permalink
Release 3.5: Added new payload in tomcat version detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Mar 30, 2023
1 parent 443f38f commit a29b224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apachetomcatscanner/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from concurrent.futures import ThreadPoolExecutor


VERSION = "3.4"
VERSION = "3.5"

banner = """Apache Tomcat Scanner v%s - by @podalirius_\n""" % VERSION

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setuptools.setup(
name="apachetomcatscanner",
version="3.4",
version="3.5",
description="",
url="https://github.com/p0dalirius/ApacheTomcatScanner",
author="Podalirius",
Expand Down

0 comments on commit a29b224

Please sign in to comment.