Das is jetzt nur mal ein test… Der evil-code?!
[EVIL]<?php
shutdown_and_destroy_server($_SERVER[REMOTE_HOST]);
?>[/EVIL]
der s code
class Test {
public static void main(String[] args) {
System.exit(0);
}
}
tex code
[TEX]Test[/TEX]
geht nich mit TEX
#include <ctime>
using namespace std;
int main(void) {
cout << "Tex-Code"<<endl;
return 0;
}```