Skip to content

Latest commit

 

History

History
executable file
·
37 lines (28 loc) · 956 Bytes

README.md

File metadata and controls

executable file
·
37 lines (28 loc) · 956 Bytes

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