Atlas icon indicating copy to clipboard operation
Atlas copied to clipboard

IndexError: list index out of range

Open kronoscrasher opened this issue 7 years ago • 1 comments

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

kronoscrasher avatar Oct 07 '18 21:10 kronoscrasher

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.

cclauss avatar Oct 08 '18 15:10 cclauss