mache102/puso

Word wrap exploit can be used with tabs

Closed this issue · 0 comments

You can use word wrap with tabs.
An image showing the word wrap with tabs exploit to avoid the single line feature.

from puso import run as function_thing;																																								function_thing();																																																																									print("Hello, world!"); 																																																															print("Multiple lines! :)");

I set the tab size to one. The fix is pretty simple, I'll PR it