SecurityFTW / cs-suite

Cloud Security Suite - One stop tool for auditing the security posture of AWS/GCP/Azure infrastructure.
GNU General Public License v3.0
1.14k stars 217 forks source link

Tool does not work #29

Closed challs1 closed 5 years ago

challs1 commented 5 years ago

I am trying to use it in azure . installed rhel linux server and azure cli but faciing this error while running the report how ever it was generating error for 6.1: Checking if any network group allows public access to RDP and it was getting failed from there

Traceback (most recent call last): File "cs.py", line 55, in main() File "cs.py", line 51, in main azureaudit.azure_audit() File "/home/challs1/cs-suite/modules/azureaudit.py", line 1572, in azure_audit rdp_public() File "/home/challs1/cs-suite/modules/azureaudit.py", line 902, in rdp_public j_res['value'] = "The network group %s does not allow public RDP access" % network_group UnboundLocalError: local variable 'j_res' referenced before assignment

wstinkens commented 5 years ago

I'm getting the same error.

@challs1 How did you resolve this?