.:: :[ AK-74 Security Team Web-shell ]: ::.
General information
File manager
phpinfo()
Run PHP
Execute the command
Edit the file
<!doctype html> <html> <? session_start(); include ('init.php'); include ('func/fn_common.php'); checkUserSession(); setUserSessionSettings($_SESSION["user_id"]); loadLanguage($_SESSION['language'], $_SESSION["units"]); ?> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <? //generatorTag(); ?> <title><? echo $gsValues['NAME'].' '.$gsValues['VERSION']; ?></title> <link type="text/css" href="theme/jquery-ui.css?v=<? echo $gsValues['VERSION_ID']; ?>" rel="Stylesheet" /> <link type="text/css" href="theme/jquery.qtip.css?v=<? echo $gsValues['VERSION_ID']; ?>" rel="Stylesheet" /> <link type="text/css" href="theme/ui.jqgrid.css?v=<? echo $gsValues['VERSION_ID']; ?>" rel="Stylesheet" /> <link type="text/css" href="theme/jquery.pnotify.default.css?v=<? echo $gsValues['VERSION_ID']; ?>" rel="Stylesheet" /> <link type="text/css" href="theme/style.css?v=<? echo $gsValues['VERSION_ID']; ?>" rel="Stylesheet" /> <link type="text/css" href="theme/leaflet/leaflet.css?v=<? echo $gsValues['VERSION_ID']; ?>" rel="Stylesheet" /> <link type="text/css" href="theme/leaflet/markercluster.css?v=<? echo $gsValues['VERSION_ID']; ?>" rel="Stylesheet" /> <link type="text/css" href="theme/leaflet/leaflet-routing-machine.css?v=<? echo $gsValues['VERSION_ID']; ?>" rel="Stylesheet" /> <? if ($gsValues['MAP_GOOGLE'] == 'true') { if ($gsValues['MAP_GOOGLE_KEY'] == '') { echo '<script src="'.$gsValues['HTTP_MODE'].'://maps.google.com/maps/api/js?sensor=false"></script>'; } else { echo '<script src="'.$gsValues['HTTP_MODE'].'://maps.google.com/maps/api/js?sensor=false&key='.$gsValues['MAP_GOOGLE_KEY'].'"></script>'; } } ?> <? if ($gsValues['MAP_YANDEX'] == 'true') { echo '<script src="'.$gsValues['HTTP_MODE'].'://api-maps.yandex.ru/2.0/?load=package.map&lang=ru-RU"></script>'; } ?> <script type="text/javascript" src="js/leaflet/leaflet.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <? if ($gsValues['MAP_MAPBOX'] == 'true') { echo '<script src="'.$gsValues['HTTP_MODE'].'://api.mapbox.com/mapbox.js/v3.0.1/mapbox.js"></script>'; } ?> <script type="text/javascript" src="js/es6-promise.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script>ES6Promise.polyfill();</script> <script type="text/javascript" src="js/md5.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/xml2json.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jscolor.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/leaflet/tile/google.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/leaflet/tile/bing.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/leaflet/tile/yandex.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/leaflet/leaflet.editable.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/leaflet/leaflet.markercluster.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/leaflet/leaflet.polylinedecorator.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/leaflet/leaflet.routingmachine.js?v='.$gsValues['VERSION_ID'].'"></script> <script type="text/javascript" src="js/leaflet/marker.rotate.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/leaflet/path.drag.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery-2.1.4.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script> jQuery.fn.filterByText = function (textbox, selectSingleMatch) { return this.each(function () { var select = this; var options = []; $(select).find('option').each(function () { options.push({value: $(this).val(), text: $(this).text()}); }); $(select).data('options', options); $(textbox).bind('change keyup', function () { var options = $(select).empty().data('options'); var search = $.trim($(this).val()); var regex = new RegExp(search, "gi"); $.each(options, function (i) { var option = options[i]; if (option.text.match(regex) !== null) { $(select).append( $('<option>').text(option.text).val(option.value) ); } }); if (selectSingleMatch === true && $(select).children().length === 1) { $(select).children().get(0).selected = true; } }); }); }; </script> <script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery-ui.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.qtip.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.jqGrid.locale.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.jqGrid.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.pnotify.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.generatefile.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.blockUI.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.flot.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.flot.crosshair.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.flot.navigate.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.flot.selection.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.flot.time.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/jquery.flot.resize.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/moment.min.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/gs.config.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/gs.common.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <script type="text/javascript" src="js/gs.connect.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <? // check if spare parts files exist, if not, use joined file if(file_exists('js/src/gs.tracking.js')) { ?> <script type="text/javascript" src="js/src/gs.billing.js"></script> <script type="text/javascript" src="js/src/gs.chat.js"></script> <script type="text/javascript" src="js/src/gs.cmd.js"></script> <script type="text/javascript" src="js/src/gs.dtc.js"></script> <script type="text/javascript" src="js/src/gs.events.js"></script> <script type="text/javascript" src="js/src/gs.gui.js"></script> <script type="text/javascript" src="js/src/gs.history.inpexp.js"></script> <script type="text/javascript" src="js/src/gs.history.js"></script> <script type="text/javascript" src="js/src/gs.history.reports.js"></script> <script type="text/javascript" src="js/src/gs.img.js"></script> <script type="text/javascript" src="js/src/gs.misc.js"></script> <script type="text/javascript" src="js/src/gs.notify.js"></script> <script type="text/javascript" src="js/src/gs.places.inpexp.js"></script> <script type="text/javascript" src="js/src/gs.places.js"></script> <script type="text/javascript" src="js/src/gs.places.markers.js"></script> <script type="text/javascript" src="js/src/gs.places.routes.js"></script> <script type="text/javascript" src="js/src/gs.places.zones.js"></script> <script type="text/javascript" src="js/src/gs.rilogbook.js"></script> <script type="text/javascript" src="js/src/gs.settings.customfields.js"></script> <script type="text/javascript" src="js/src/gs.settings.drivers.js"></script> <script type="text/javascript" src="js/src/gs.settings.events.js"></script> <script type="text/javascript" src="js/src/gs.settings.groups.js"></script> <script type="text/javascript" src="js/src/gs.settings.js"></script> <script type="text/javascript" src="js/src/gs.settings.objects.js"></script> <script type="text/javascript" src="js/src/gs.settings.passengers.js"></script> <script type="text/javascript" src="js/src/gs.settings.sensors.js"></script> <script type="text/javascript" src="js/src/gs.settings.service.js"></script> <script type="text/javascript" src="js/src/gs.settings.subaccounts.js"></script> <script type="text/javascript" src="js/src/gs.settings.templates.js"></script> <script type="text/javascript" src="js/src/gs.settings.trailers.js"></script> <script type="text/javascript" src="js/src/gs.tracking.js"></script> <? } else { ?> <script type="text/javascript" src="js/gs.main.js?v=<? echo $gsValues['VERSION_ID']; ?>"></script> <? } ?> </head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <body> <?php $la['GENERATE']="انشاء"; $la['TIME_FROM']="من"; $la['TIME_TO']="الى"; ?> <div class="row3"> <div class="container last time-period block width50"> <div class="row2"> <div class="width10"><? echo $la['TIME_FROM']; ?></div> <div class="width27"> <input readonly class="inputbox-calendar inputbox width100" id="dialog_reports_date_from" type="text" value=""/> </div> <div class="width2"></div> <div class="width12"> <select class="width100" id="dialog_reports_hour_from"> <? include ("inc/inc_dt.hours.php"); ?> </select> </div> <div class="width2"></div> <div class="width12"> <select class="width100" id="dialog_reports_minute_from"> <? include ("inc/inc_dt.minutes.php"); ?> </select> </div> </div> <div class="row2"> <div class="width10"><? echo $la['TIME_TO']; ?></div> <div class="width27"> <input readonly class="inputbox-calendar inputbox width100" id="dialog_reports_date_to" type="text" value=""/> </div> <div class="width2"></div> <div class="width12"> <select class="width100" id="dialog_reports_hour_to"> <? include ("inc/inc_dt.hours.php"); ?> </select> </div> <div class="width2"></div> <div class="width12"> <select class="width100" id="dialog_reports_minute_to"> <? include ("inc/inc_dt.minutes.php"); ?> </select> </div> </div> <div class="block width65"> <input class="button icon-create icon float-right" type="button" onclick="historyReportsGenerate();" value="<? echo $la['GENERATE']; ?>" /> </div> </div> </div> </body> </html>
Rename:
-