We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3184e03 commit d3c292cCopy full SHA for d3c292c
enum_tools/azure_checks.py
@@ -64,6 +64,7 @@ def print_account_response(reply):
64
data['msg'] = 'Unathorized Account'
65
data['target'] = reply.url
66
data['access'] = 'public'
67
+ utils.fmt_output(data)
68
else:
69
print(" Unknown status codes being received from " + reply.url +":\n"
70
" "+ str(reply.status_code)+" : "+ reply.reason)
0 commit comments