bugfixing
This commit is contained in:
@@ -31,8 +31,6 @@ module WpPlugins
|
|||||||
result.sort_by { |p| p.name }
|
result.sort_by { |p| p.name }
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
# http://code.google.com/p/wpscan/issues/detail?id=42
|
# http://code.google.com/p/wpscan/issues/detail?id=42
|
||||||
# plugins can be found in the source code :
|
# plugins can be found in the source code :
|
||||||
# <script src='http://example.com/wp-content/plugins/s2member/...' />
|
# <script src='http://example.com/wp-content/plugins/s2member/...' />
|
||||||
|
|||||||
@@ -28,8 +28,6 @@ module WpThemes
|
|||||||
result.sort_by { |t| t.name }
|
result.sort_by { |t| t.name }
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def themes_from_passive_detection(wp_content_dir)
|
def themes_from_passive_detection(wp_content_dir)
|
||||||
themes = []
|
themes = []
|
||||||
temp = WpDetector.passive_detection(url(), "themes", wp_content_dir)
|
temp = WpDetector.passive_detection(url(), "themes", wp_content_dir)
|
||||||
|
|||||||
Reference in New Issue
Block a user