Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 702 Bytes

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 702 Bytes

CVE-2019-15641

About

PoC / Exploit

Environment used

  • Ubuntu 18.04.3 LTS
  • Webmin 1.90

Reproduction

  • Server
    • Docker version:
      docker run --rm -p 10000:10000 -it simaofsilva/cve-2019-15641
    • Script version:
      sudo bash installation.sh
  • Client:
    python3 exploit.py --ip SERVER_IP --port 10000 --user test --password qwerty --file FILE 

The output will be the content of FILE if system permissions allow.