bugfixing

This commit is contained in:
Christian Mehlmauer
2012-09-16 10:22:01 +02:00
parent 4e13b81f65
commit f5711344f9
2 changed files with 0 additions and 4 deletions

View File

@@ -31,8 +31,6 @@ module WpPlugins
result.sort_by { |p| p.name }
end
private
# http://code.google.com/p/wpscan/issues/detail?id=42
# plugins can be found in the source code :
# <script src='http://example.com/wp-content/plugins/s2member/...' />

View File

@@ -28,8 +28,6 @@ module WpThemes
result.sort_by { |t| t.name }
end
private
def themes_from_passive_detection(wp_content_dir)
themes = []
temp = WpDetector.passive_detection(url(), "themes", wp_content_dir)