Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zsmahi/ws-amplification
Tool to explore the WS-Amplification DoS threat. Part of the OWASP WS-Amplification DoS Project.
https://github.com/zsmahi/ws-amplification
Last synced: 2 days ago
JSON representation
Tool to explore the WS-Amplification DoS threat. Part of the OWASP WS-Amplification DoS Project.
- Host: GitHub
- URL: https://github.com/zsmahi/ws-amplification
- Owner: zsmahi
- Created: 2014-03-22T18:44:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-02T17:48:50.000Z (over 11 years ago)
- Last Synced: 2024-12-20T04:18:05.334Z (20 days ago)
- Language: Python
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WS-Amplification
================Tool to explore the WS-Amplification DoS threat. Part of the OWASP WS-Amplification DoS Project (https://www.owasp.org/index.php/OWASP_WS_Amplification_DoS_Project).
This tool contains 3 parts:
- Webservice crawler (WSA_spoof.py)
- Finds webservices and their corresponding WSDLs
- Webservice client generator (WSA_spoof.py)
- Generates a client from the WSDl and sends an empty request with a WS-Addressing header, with a ReplyTo that points to the Google App
- Public reply logger (GoogleApp_code.py - Google App)
- Public reachable web application that listens to incoming requests and logs them.