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
WordpressPingbackPortScanner — WordpressPingbackPortScanner | Kitploit
Tools/GitHubGitHub/firefart/wordpresspingbackportscanner
Vulnerability ScannersNetwork MappingPort ScanningWeb Application ExploitationInformation GatheringPenetration TestingArchived
GitHubfirefart/wordpresspingbackportscanner

WordpressPingbackPortScanner

WordpressPingbackPortScanner

View Repository
165517 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

WordpressPingbackPortScanner

Wordpress exposes a so called Pingback API to link to other blogposts. Using this feature you can scan other hosts on the intra- or internet via this server. You can also use this feature for some kind of distributed port scanning: You can scan a single host using multiple Wordpress Blogs exposing this API. This issue was fixed in Wordpress 3.5.1. Older versions are vulnerable, if the XML-RPC Interface is active.

http://www.acunetix.com/blog/web-security-zone/wordpress-pingback-vulnerability/

Examples

Before you start you need to install all dependencies with

root@kitploit:~
gem install bundler
bundle install

Quick-scan a target via a blog:

root@kitploit:~
ruby wppps.rb -t http://www.target.com http://www.myblog.com/

Use multiple blogs to scan a single target:

root@kitploit:~
ruby wppps.rb -t http://www.target.com http://www.myblog1.com/ http://www.myblog2.com/ http://www.myblog3.com/

Scan a free wordpress.com blog (all ports) from the internal network:

root@kitploit:~
ruby wppps.rb -a -t http://localhost http://myblog.wordpress.com/
Download Tool