Skip to content

Commit

Permalink
Fixes #41
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Mar 19, 2024
1 parent 1a863aa commit ae2d496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apachetomcatscanner/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def load_targets(options, config):
auth_username=options.auth_user,
auth_password=options.auth_password,
auth_hashes=options.auth_hashes,
auth_key=None,
use_ldaps=options.ldaps,
__print=True
)
Expand All @@ -51,6 +52,7 @@ def load_targets(options, config):
auth_username=options.auth_user,
auth_password=options.auth_password,
auth_hashes=options.auth_hashes,
auth_key=None,
use_ldaps=options.ldaps,
__print=True
)
Expand All @@ -65,6 +67,7 @@ def load_targets(options, config):
auth_username=options.auth_user,
auth_password=options.auth_password,
auth_hashes=options.auth_hashes,
auth_key=None,
use_ldaps=options.ldaps,
__print=True
)
Expand Down

0 comments on commit ae2d496

Please sign in to comment.