• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Python syntax compile error

JC724

Weaksauce
Joined
Jan 20, 2016
Messages
118
not sure why I keep getting this error

File "./level8Testscript2", line 23
os.system('echo \"' + '\x90'*(buffer/2 - len(shellCode)/2)+shellCode+'\x90'*(buffer/2 - len(shellCode)/2)+eip '\" | nc localhost ' + port)
^
SyntaxError: invalid syntax
 
Due to the way invalid syntax errors work the problem may not actually be on that line, but instead on a line somewhere around it.
 
Back
Top