Skip to content

Commit

Permalink
Release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jul 30, 2022
1 parent 3213264 commit 792835a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
Binary file modified .github/example_list_cves.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,30 +25,34 @@
## Usage

```
$ ./ApacheTomcatScanner.py -h
Apache Tomcat Scanner v1.2 - by @podalirius_
$ ./ApacheTomcatScanner.py -h
Apache Tomcat Scanner v1.3 - by @podalirius_
usage: ApacheTomcatScanner.py [-h] [-v] [-T THREADS] [-PI PROXY_IP] [-PP PROXY_PORT] [-tf TARGETS_FILE] [-tt TARGET]
[-tp TARGET_PORTS] [-ad AUTH_DOMAIN] [-au AUTH_USER] [-ap AUTH_PASSWORD]
usage: ApacheTomcatScanner.py [-h] [-v] [-C] [-T THREADS] [-PI PROXY_IP] [-PP PROXY_PORT] [-rt REQUEST_TIMEOUT] [-tf TARGETS_FILE] [-tt TARGET] [-tp TARGET_PORTS] [-ad AUTH_DOMAIN] [-ai AUTH_DC_IP] [-au AUTH_USER] [-ap AUTH_PASSWORD]
[-ah AUTH_HASH]
A python script to scan for Apache Tomcat server vulnerabilities.
optional arguments:
-h, --help show this help message and exit
-v, --verbose Verbose mode. (default: False)
-C, --list-cves List CVE ids affecting each version found. (default: False)
-T THREADS, --threads THREADS
Number of threads (default: 5)
-PI PROXY_IP, --proxy-ip PROXY_IP
Proxy IP.
-PP PROXY_PORT, --proxy-port PROXY_PORT
Proxy port
-rt REQUEST_TIMEOUT, --request-timeout REQUEST_TIMEOUT
-tf TARGETS_FILE, --targets-file TARGETS_FILE
-tt TARGET, --target TARGET
Target IP, FQDN or CIDR
-tp TARGET_PORTS, --target-ports TARGET_PORTS
Target ports to scan top search for Apache Tomcat servers.
-ad AUTH_DOMAIN, --auth-domain AUTH_DOMAIN
-ai AUTH_DC_IP, --auth-dc-ip AUTH_DC_IP
-au AUTH_USER, --auth-user AUTH_USER
-ap AUTH_PASSWORD, --auth-password AUTH_PASSWORD
-ah AUTH_HASH, --auth-hash AUTH_HASH
Expand Down
2 changes: 1 addition & 1 deletion apachetomcatscanner/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from concurrent.futures import ThreadPoolExecutor


VERSION = "1.2"
VERSION = "1.3"

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

Expand Down

0 comments on commit 792835a

Please sign in to comment.