|
'.ps', '.bat', '.vb', '.vbs' # windows based scripts |
|
'.awk', '.sh', '.cgi', '.pl', '.ada', '.swift', # linux/mac based scripts |
There is a missing colon between '.vbs' and '.awk'. This is not a syntax error, since python will concatenate them to ".vbs.awk", which is not a common file extension.
Ransom0/ransom0.py
Line 60 in 8564793
Ransom0/ransom0.py
Line 61 in 8564793
There is a missing colon between '.vbs' and '.awk'. This is not a syntax error, since python will concatenate them to ".vbs.awk", which is not a common file extension.