Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Wordpress-DOS — Exploit for vulnerability CVE-2018-6389 on wordpress sites | Kitploit
Tools/GitHubGitHub/zazzzles/wordpress-dos
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubzazzzles/wordpress-dos

Wordpress-DOS

Exploit for vulnerability CVE-2018-6389 on wordpress sites

View Repository
437 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2018-6389 exploit for Wordpress sites

A small DOS script targeting an unpatched vulnerability in wordpress sites. Uses /wp-admin/load-scripts.php to request additional scripts from hosting server. Includes large list of scripts as request payload

This implementation is for testing purposes only

Usage

python wpdos.py -t 5000 -g 'https://www.wordpresswebsite.co.za'

-t specifies how many threads requests should run on

-g Specifies GET request type

Dependancies

This script requires the requests package. Reccommend installation with pip

Acknowledgements

This script was put together with snippets from @m3ssap0 @WazeHell and @Palvinder-Singh

Download Tool