Help
RSS
API
Feed
Maltego
Contact
Domain > miplataforma.edupedia.mx
×
Welcome!
Right click nodes and scroll the mouse to navigate the graph.
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-15
66.70.129.4
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Fri, 15 Nov 2024 04:02:09 GMTServer: ApacheLocation: https://miplataforma.edupedia.mx/Content-Length: 241Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://miplataforma.edupedia.mx/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 15 Nov 2024 04:02:09 GMTServer: ApacheLast-Modified: Wed, 18 May 2022 14:49:19 GMTAccept-Ranges: bytesContent-Length: 11623Content-Type: application/x-httpd-ea-php70 ?php/* For licensing terms, see /license.txt *//** * @package chamilo.main */header(Location: https://mi.plataforma.edupedia.mx/);exit;use \ChamiloSession as Session;define(CHAMILO_HOMEPAGE, true);$language_file array(courses, index, userInfo);/* Flag forcing the current course reset, as were not inside a course anymore. */// Maybe we should change this into an api function? an example: CourseManager::unset();$cidReset true;require_once main/inc/global.inc.php;require_once api_get_path(LIBRARY_PATH).userportal.lib.php;require_once main/chat/chat_functions.lib.php;// The section (for the tabs).$this_section SECTION_CAMPUS;$header_title null;if (!api_is_anonymous()) { $header_title ;}if(isset($_GETtutorial_visto)){ $sql UPDATE user SET tutorial_visto 1 where user_id.api_get_user_id(); $result Database::query($sql); if (!$result) { $this->error Could not update the tutorial_visto in user table; }}if (isset($_GETer)) {$nuev$(#olvide).modal(show); $(#close).click(function(){ $(.restablecer).removeAttr(style); $(.error).removeAttr(style); $(.bien).removeAttr(style); $(.error).attr(style,display: none); $(.bien).attr(style,display: none); });; }if (isset($_GETsuc)) {$nuev.$(#completo).modal(show); ; }$htmlHeadXtra api_get_jquery_libraries_js(array(bxslider));$htmlHeadXtra script typetext/javascript> $(document).ready(function(){ $(#slider).bxSlider({ infiniteLoop : true, auto : true, pager : true, autoHover : true, pause : 10000 }); .$nuev. });/script>;$controller new IndexManager($header_title);//Actions$loginFailed isset($_GETloginFailed) ? true : isset($loginFailed);if (!empty($_GETlogout)) { $controller->logout(); exit;}/* Table definitions *//* Constants and CONFIGURATION parameters *//** @todo these configuration settings should move to the Chamilo config settings. *//** Defines wether or not anonymous visitors can see a list of the courses on the Chamilo homepage that are open to the world. */$_settingdisplay_courses_to_anonymous_users true;/* LOGIN *//** * Registers in the track_e_default table (view in important activities in admin * interface) a possible attempted break in, sending auth data through get. * @todo This piece of code should probably move to local.inc.php where the actual login / logout procedure is handled. The real use of this code block should be seriously considered as well. This form should just use a security token and get done with it. */if (isset($_GETsubmitAuth) && $_GETsubmitAuth 1) { $i api_get_anonymous_id(); event_system(LOG_ATTEMPTED_FORCED_LOGIN, tried_hacking_get, $_SERVERREMOTE_ADDR.(empty($_POSTlogin)?:/.$_POSTlogin),null,$i); echo Attempted breakin - sysadmins notified.; session_destroy(); die();}// Delete session neccesary for legal termsif (api_get_setting(allow_terms_conditions) true) { unset($_SESSIONterm_and_condition);}//If we are not logged in and customapages activatedif (!api_get_user_id() && CustomPages::enabled()) { if (Request::get(loggedout)) { CustomPages::display(CustomPages::LOGGED_OUT); } else { CustomPages::display(CustomPages::INDEX_UNLOGGED); }}/** * @todo This piece of code should probably move to local.inc.php where the actual login procedure is handled. * @todo Check if this code is used. I think this code is never executed because after clicking the submit button * the code does the stuff in local.inc.php and then redirects to index.php or user_portal.php depending * on api_get_setting(page_after_login). */if (!empty($_POSTsubmitAuth)) { // The user has been already authenticated, we are now to find the last login of the user. if (isset ($_useruser_id)) { $track_login_table Database :: get_statistic_table(TABLE_STATISTIC_TRACK_E_LOGIN); $sql_last_login SELECT UNIX_TIMESTAMP(login_date) FROM $track_login_table WHERE login_user_id .$_useruser_id. ORDER BY login_date DESC LIMIT 1; $result_last_login Database::query($sql_last_login); if (!$result_last_login) { if (Database::num_rows($result_last_login) > 0) { $user_last_login_datetime Database::fetch_array($result_last_login); $user_last_login_datetime $user_last_login_datetime0; Session::write(user_last_login_datetime,$user_last_login_datetime); } } Database::free_result($result_last_login); //event_login(); if (api_is_platform_admin()) { // decode all open event informations and fill the track_c_* tables include api_get_path(LIBRARY_PATH).stats.lib.inc.php; decodeOpenInfos(); } } // End login -- if ($_POSTsubmitAuth)} else { // Only if login form was not sent because if the form is sent the user was already on the page. event_open();}if (api_get_setting(display_categories_on_homepage) true) { $controller->tpl->assign(course_category_block, $controller->return_courses_in_categories());}// Facebook connexion, if activatedif (api_is_facebook_auth_activated() && !api_get_user_id()) { facebook_connect();}$controller->set_login_form();//@todo move this inside the IndexManagerif (!api_is_anonymous()) { $controller->tpl->assign(profile_block, $controller->return_profile_block()); $controller->tpl->assign(user_image_block, $controller->return_user_image_block()); if (api_is_platform_admin()) { $controller->tpl->assign(course_block, $controller->return_course_block()); } else { $controller->tpl->assign(teacher_block, $controller->return_teacher_link()); }}$hot_courses null;$announcements_block null;// Display the Site Use Cookie Warning Validation$useCookieValidation api_get_configuration_value(cookie_warning);if ($useCookieValidation) { if (isset($_POSTacceptCookies)) { api_set_site_use_cookie_warning_cookie(); } else if (!api_site_use_cookie_warning_cookie_exist()) { if (Template::isToolBarDisplayedForUser()) { $controller->tpl->assign(toolBarDisplayed, true); } else { $controller->tpl->assign(toolBarDisplayed, false); } $controller->tpl->assign(displayCookieUsageWarning, true); }}// When loading a chamilo page do not include the hot courses and newsif (!isset($_REQUESTinclude)) { if (api_get_setting(show_hot_courses) true) { $hot_courses $controller->return_hot_courses(); } $announcements_block $controller->return_announcements();}$classmodal-open;$divdiv classmodal-backdrop fade in>/div>;//$class;//$controller->tpl->assign(div, $div);//$controller->tpl->assign(class, $class);//$class;if (isset($_GETer)) { # code... $dis_formnone; if ($_GETer0) { # code... $dis_bienblock; $dis_errornone; }else{ $dis_errorblock; $dis_biennone; }}else{ $dis_formblock; $dis_biennone; $dis_errornone;}$modaldiv classmodal fade idolvide tabindex-1 roledialog aria-labelledbymyModalLabel>div classmodal-dialog roledocument> div classmodal-content> div classmodal-header> button typebutton classclose idclose data-dismissmodal aria-labelClose>span aria-hiddentrue>×/span>/button> h4 classmodal-title idtituloVideo>Recuperar contraseña/h4> /div> div classmodal-body> div classrestablecer styledisplay: .$dis_form.> h3>Introduce tu Usuario o Email/h3> form action/main/auth/lostPassword.php methodpost namelost_password idlost_password> fieldset> input typetext nameuser required> button classboton typesubmit namesubmit>Enviar/button> /fieldset> input name_qf__lost_password typehidden value> /form> /div> div classmensaje> h3 classbien styledisplay: .$dis_bien.;>Su contraseña le ha sido enviada por correo electrónico./h3> h3 classerror styledisplay: .$dis_error.;>No existe una cuenta con este usuario y/o dirección de correo electrónico/h3> /div> /div> /div>/div>/div>;$modal.div classmodal fade idcompleto tabindex-1 roledialog aria-labelledbymyModalLabel>div classmodal-dialog roledocument> div classmodal-content> div classmodal-header> button typebutton classclose idclose data-dismissmodal aria-labelClose>span aria-hiddentrue>×/span>/button> h4 classmodal-title idtituloVideo>CONFIRMAR REGISTRO/h4> /div> div classmodal-body> div classmensaje> h3 classbien>Hemos enviado una nueva contraseña a su correo electrónico./h3> Si no encuentra el correo le pedimos que verifique no se encuentre en su bandeja de SPAM o correo no deseado.br> Para cualquier aclaración no dude en contactar con nosotros.br>br> Cordialmente,br>br> Falcón Lezama Jorge br> Responsable PIEENSObr> e-mail: contacto@pieenso.fcs.labr> /div> /div> /div>/div>/div>;$controller->tpl->assign(hot_courses, $hot_courses);$controller->tpl->assign(announcements_block, $announcements_block);$controller->tpl->assign(home_page_block, $controller->return_home_page());$controller->tpl->assign(navigation_course_links, $controller->return_navigation_links());$controller->tpl->assign(notice_block, $controller->return_notice());$controller->tpl->assign(main_navigation_block, $controller->return_navigation_links());$controller->tpl->assign(help_block, $controller->return_help());$controller->tpl->assign(modal, $modal);//print_r($controller->tpl->get_template_vars());//$controller->tpl->assign(total,$controller->tpl->get_template_vars());if (api_is_platform_admin() || api_is_drh()) { $controller->tpl->assign(skills_block, $controller->return_skills_links());}if (api_is_anonymous()) { $controller->tpl->setLoginBodyClass();}// direct login to courseif (isset($_GETfirstpage)) { api_set_firstpage_parameter($_GETfirstpage); // if we are already logged, go directly to course if (api_user_is_login()) { echo script typetext/javascript>self.location.hrefindex.php?firstpage.Security::remove_XSS($_GETfirstpage)./script>; }} else { api_delete_firstpage_parameter();}/*$link_registerapi_get_path(WEB_CODE_PATH).auth/inscription.php;$controller->tpl->assign(link_register,$link_register);*//*if(!api_is_anonymous())header(Location: http://fcs.ibox.mx/user_portal.php);*/if(api_get_user_id()!0) header(Location: http://miplataforma.edupedia.mx/user_portal.php);//$controller->tpl->display_two_col_template();$controller->tpl->display_login_template();
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]