Skip to content

Commit

Permalink
Fixed program not printing HTTP sites that return "Unauthorized" resp…
Browse files Browse the repository at this point in the history
…onse (#76)
  • Loading branch information
bryanmcnulty authored Oct 10, 2024
1 parent 3184e03 commit d3c292c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enum_tools/azure_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def print_account_response(reply):
data['msg'] = 'Unathorized Account'
data['target'] = reply.url
data['access'] = 'public'
utils.fmt_output(data)
else:
print(" Unknown status codes being received from " + reply.url +":\n"
" "+ str(reply.status_code)+" : "+ reply.reason)
Expand Down

0 comments on commit d3c292c

Please sign in to comment.