File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
4242usage: 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]
Original file line number Diff line number Diff line change 2121
2222VERSION = "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
2727def load_targets (options , config ):
You can’t perform that action at this time.
0 commit comments