Skip to content

Commit

Permalink
Added common port 8180
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius authored Dec 13, 2023
1 parent 7ca03fa commit 05578de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apachetomcatscanner/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def parseArgs():
group_targets_source.add_argument("-tt", "--target", default=[], type=str, action='append', help="Target IP, FQDN or CIDR.")
group_targets_source.add_argument("-tu", "--target-url", default=[], type=str, action='append', help="Target URL to the tomcat manager.")
group_targets_source.add_argument("-tU", "--targets-urls-file", default=None, type=str, help="Path to file containing a line by line list of target URLs.")
group_targets_source.add_argument("-tp", "--target-ports", default="80,443,8080,8081,9080,9081,10080", type=str, help="Target ports to scan top search for Apache Tomcat servers.")
group_targets_source.add_argument("-tp", "--target-ports", default="80,443,8080,8081,8180,9080,9081,10080", type=str, help="Target ports to scan top search for Apache Tomcat servers.")
group_targets_source.add_argument("-ad", "--auth-domain", default="", type=str, help="Windows domain to authenticate to.")
group_targets_source.add_argument("-ai", "--auth-dc-ip", default=None, type=str, help="IP of the domain controller.")
group_targets_source.add_argument("-au", "--auth-user", default=None, type=str, help="Username of the domain account.")
Expand Down

0 comments on commit 05578de

Please sign in to comment.