Skip to content

Commit 9e3f4e1

Browse files
committed
Updated banner
1 parent ef01316 commit 9e3f4e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sudo python3 -m pip install apachetomcatscanner
3737

3838
```
3939
$ ./ApacheTomcatScanner.py -h
40-
Apache Tomcat Scanner v3.4 - by @podalirius_
40+
Apache Tomcat Scanner v3.4 - by Remi GASCOU (Podalirius)
4141
4242
usage: ApacheTomcatScanner.py [-h] [-v] [--debug] [-C] [--show-cves-descriptions] [-T THREADS] [-s] [--no-colors] [--only-http] [--only-https] [--export-xlsx EXPORT_XLSX] [--export-json EXPORT_JSON] [--export-sqlite EXPORT_SQLITE]
4343
[-PI PROXY_IP] [-PP PROXY_PORT] [-rt REQUEST_TIMEOUT] [--tomcat-username TOMCAT_USERNAME] [--tomcat-usernames-file TOMCAT_USERNAMES_FILE] [--tomcat-password TOMCAT_PASSWORD]

apachetomcatscanner/__main__.py

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

2222
VERSION = "3.7"
2323

24-
banner = """Apache Tomcat Scanner v%s - by @podalirius_\n""" % VERSION
24+
banner = """Apache Tomcat Scanner v%s - by Remi GASCOU (Podalirius)\n""" % VERSION
2525

2626

2727
def load_targets(options, config):

0 commit comments

Comments
 (0)