Here is the code you get a form with, you can submit php code, it gets evaluated on the server. SECURITY WARNING: command(s) below will be all executed in PHP’s server context! Deny public acces. <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>PHP evaluator</title> </head> <body> <div> <?php $function = "eval"; $arguments = "return true"; [...]
Categories
Tags
Archives
RSS Feeds
