Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Feb 2, 2015
1 parent 2c7777f commit c8864c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/auxiliary/scanner/http/wordpress_ghost_scanner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ def length
datastore['LENGTH']
end

def generate_pingback_xml(target, valid_blog_post)
wordpress_generate_xml_rpc_body('pingback.ping', target, valid_blog_post)
end

def run_host(ip)
unless wordpress_and_online?
print_error("#{peer} - Looks like this site is no WordPress blog")
Expand Down

0 comments on commit c8864c9

Please sign in to comment.