A small DOS script targeting an unpatched vulnerability in wordpress sites. Uses
/wp-admin/load-scripts.phpto request additional scripts from hosting server. Includes large list of scripts as request payload
This implementation is for testing purposes only
python wpdos.py -t 5000 -g 'https://www.wordpresswebsite.co.za'
-tspecifies how many threads requests should run on
-gSpecifies GET request type
This script requires the
requestspackage. Reccommend installation with pip
This script was put together with snippets from @m3ssap0 @WazeHell and @Palvinder-Singh