Skip to content

Commit

Permalink
Fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
p0dalirius committed Jan 17, 2023
2 parents 2803e02 + 7a63ddf commit d5b90d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apachetomcatscanner/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def load_targets(options, config):
# Sort uniq on targets list
targets = sorted(list(set(targets)))

print(targets)

final_targets = []
# Parsing target to filter IP/DNS/CIDR
for target in targets:
Expand Down

0 comments on commit d5b90d6

Please sign in to comment.