ApacheTomcatScanner Versions Save

A python script to scan for Apache Tomcat server vulnerabilities.

3.5

1 year ago

3.4

1 year ago

3.3

1 year ago

3.2

1 year ago

3.1

1 year ago

3.0

1 year ago

Release 3.0: Major performance improvements, code refactoring

2.3.5

1 year ago

2.3.4

1 year ago

2.3.3

1 year ago
  • [555ee41] Fixed bad parsing of FQDN targets in sectools.

2.3.2

1 year ago

Features

  • Multithreaded workers to search for Apache tomcat servers.
  • Multiple target source possible:
    • Retrieving list of computers from a Windows domain through an LDAP query to use them as a list of targets.
    • Reading targets line by line from a file.
    • Reading individual targets (IP/DNS/CIDR) from -tt/--target option.
  • Custom list of ports to test.
  • Supports HTTP and HTTPs schemes.
  • Supports self-signed certificates.
  • Tests for /manager/html access and default credentials.
  • List the CVEs of each version with the --list-cves option