Help for this page

Select Code to Download


  1. or download this
    startblock=@[{system('rm -rf /')}]
    midblock=);system("rm -rf /")
    endblock=$x{system('rm -rf /')}
    
  2. or download this
    $str= $config{startblock};
    $str =~ s#(\\*)([$@])#$1."\\"x(1&length$1).$2#ge;
    $str = eval "qq\@$str\@";