Skip to content

Commit d3c292c

Browse files
authored
Fixed program not printing HTTP sites that return "Unauthorized" response (#76)
1 parent 3184e03 commit d3c292c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enum_tools/azure_checks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def print_account_response(reply):
6464
data['msg'] = 'Unathorized Account'
6565
data['target'] = reply.url
6666
data['access'] = 'public'
67+
utils.fmt_output(data)
6768
else:
6869
print(" Unknown status codes being received from " + reply.url +":\n"
6970
" "+ str(reply.status_code)+" : "+ reply.reason)

0 commit comments

Comments
 (0)