Skip to content

Latest commit

 

History

History

CVE-2019-7731

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

CVE-2019-7731

About

PoC / Exploit

Environment used

  • Ubuntu 18.04 LTS
  • MyWebSQL 3.7

Requirements

  • docker
  • docker-compose

Reproduction

  • Docker version:

    • Run cd Docker\ version/ && docker-compose up
    • Access http://SERVER_IP:8000/mywebsql
    • Fill the form with the following data:
      • User ID: root
      • Password: root
      • Server: Custom Server
      • Server Address: db (MySQL)
  • Script version:

    • Run cd Script\ version/ && docker-compose up -d && sudo bash installation.sh
    • Access http://SERVER_IP:80/mywebsql
    • Fill the form with the following data:
      • User ID: root
      • Password: root
      • Server: Localhost MySQL
  • Follow the guide here