Atlas
Atlas copied to clipboard
IndexError: list index out of range
got an error while running on Ubuntu 16.04 and Python 2.7.2
ppayload = param.replace(param.split('=')[1],self.payload) IndexError: list index out of range
At least one of your param lines is missing an required equal sign (=)...
A=Al
B=Bob
C=Carl
DDavid # This line is missing an equal sign (=)
Also, Python 2.7.2 is not a secure platform. The current legacy Python is 2.7.15.