Skip to content

Commit 54a5dd6

Browse files
committed
Land rapid7#4698, WP GHOST scanner dead code removal
2 parents 8934854 + c8864c9 commit 54a5dd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/auxiliary/scanner/http/wordpress_ghost_scanner.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ def length
4747
datastore['LENGTH']
4848
end
4949

50-
def generate_pingback_xml(target, valid_blog_post)
51-
wordpress_generate_xml_rpc_body('pingback.ping', target, valid_blog_post)
52-
end
53-
5450
def run_host(ip)
5551
unless wordpress_and_online?
5652
print_error("#{peer} - Looks like this site is no WordPress blog")

0 commit comments

Comments
 (0)