Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mazen160/struts-pwn
An exploit for Apache Struts CVE-2017-5638
https://github.com/mazen160/struts-pwn
apache cve-2017-5638 exploit struts struts-pwn
Last synced: 6 days ago
JSON representation
An exploit for Apache Struts CVE-2017-5638
- Host: GitHub
- URL: https://github.com/mazen160/struts-pwn
- Owner: mazen160
- License: mit
- Created: 2017-03-12T02:02:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T18:33:26.000Z (over 6 years ago)
- Last Synced: 2025-01-13T06:06:08.880Z (13 days ago)
- Topics: apache, cve-2017-5638, exploit, struts, struts-pwn
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 429
- Watchers: 22
- Forks: 135
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
*struts-pwn*
============### An exploit for Apache Struts CVE-2017-5638 ###
# **Usage** #
## Testing a single URL. ##
`python struts-pwn.py --url 'http://example.com/struts2-showcase/index.action' -c 'id'`## Testing a list of URLs. ##
`python struts-pwn.py --list 'urls.txt' -c 'id'`## Checking if the vulnerability exists against a single URL. ##
`python struts-pwn.py --check --url 'http://example.com/struts2-showcase/index.action'`## Checking if the vulnerability exists against a list of URLs. ##
`python struts-pwn.py --check --list 'urls.txt'`# **Requirements** #
* Python2 or Python3
* requests# **Legal Disclaimer** #
This project is made for educational and ethical testing purposes only. Usage of struts-pwn for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.# **License** #
The project is licensed under MIT License.# **Author** #
*Mazin Ahmed*
* Website: [https://mazinahmed.net](https://mazinahmed.net)
* Email: *mazin AT mazinahmed DOT net*
* Twitter: [https://twitter.com/mazen160](https://twitter.com/mazen160)
* Linkedin: [http://linkedin.com/in/infosecmazinahmed](http://linkedin.com/in/infosecmazinahmed)