This website requires JavaScript.
Explore
Help
Register
Sign In
Johnny
/
wp-ps
Watch
1
Star
0
Fork
You've already forked wp-ps
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47be5354e1
wp-ps
/
webtools.php
4 lines
75 B
PHP
Raw
Blame
History
<
?
php
$output
=
shell_exec
(
'cat /etc/hosts'
);
echo
"
<pre>
$output
</pre>
"
;
?>
Reference in New Issue
View Git Blame
Copy Permalink