Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.