Skip to content

Commit

Permalink
Changed output information
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTruncer committed Jan 2, 2016
1 parent 9f4ed79 commit 2ed4003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/analytics/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ def analyze(self, all_ip_objects):
list_counter += 1
print

# Iterate over shared https public keys
# Iterate over shared https certificates
sorted_https_keys = self.dict_sorter(https_keys)
list_counter = 1
print "*" * 70
print helpers.color(" " * 20 + "Shared HTTPS Public Keys" + " " * 20)
print helpers.color(" " * 20 + "Shared HTTPS Certificates" + " " * 20)
print "*" * 70
while ((list_counter <= self.top_number) and ((list_counter -1) != len(sorted_https_keys))):
sorted_https_tuple = sorted_https_keys[-list_counter]
Expand Down

0 comments on commit 2ed4003

Please sign in to comment.