You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next err occurs, during script run because of "wildcard" in source definition:
Traceback (most recent call last):
File "cs.py", line 89, in <module>
main()
File "cs.py", line 83, in main
azureaudit.azure_audit()
File "/Users/user/cs-suite/modules/azureaudit.py", line 1885, in azure_audit
rdp_public()
File "/Users/user/cs-suite/modules/azureaudit.py", line 1056, in rdp_public
access_type, port, direction, protocol, source = line.split()
ValueError: need more than 4 values to unpack
Actual line contains next string Allow 443 Inbound Tcp which can be actually spited od ['Allow', '443', 'Inbound', 'Tcp']
Next err occurs, during script run because of "wildcard" in source definition:
Actual
line
contains next stringAllow 443 Inbound Tcp
which can be actually spited od['Allow', '443', 'Inbound', 'Tcp']
rule set (
lines
) looks like this:The text was updated successfully, but these errors were encountered: