-
+
-
+
Methods
+
+
+
-
-
-
This is the API documentation for RDoc Documentation.
-
-
-
-
+
+
diff --git a/doc/js/darkfish.js b/doc/js/darkfish.js
index 4be722fa..84565c1e 100644
--- a/doc/js/darkfish.js
+++ b/doc/js/darkfish.js
@@ -9,12 +9,12 @@
/* Provide console simulation for firebug-less environments */
if (!("console" in window) || !("firebug" in console)) {
- var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
+ var names = ["log", "debug", "info", "warn", "error", "assert", "dir", "dirxml",
"group", "groupEnd", "time", "timeEnd", "count", "trace", "profile", "profileEnd"];
- window.console = {};
- for (var i = 0; i < names.length; ++i)
- window.console[names[i]] = function() {};
+ window.console = {};
+ for (var i = 0; i < names.length; ++i)
+ window.console[names[i]] = function() {};
};
@@ -23,131 +23,94 @@ if (!("console" in window) || !("firebug" in console)) {
*/
$.fn.unwrap = function( expr ) {
return this.each( function() {
- $(this).parents( expr ).eq( 0 ).after( this ).remove();
+ $(this).parents( expr ).eq( 0 ).after( this ).remove();
});
};
function showSource( e ) {
- var target = e.target;
- var codeSections = $(target).
- parents('.method-detail').
- find('.method-source-code');
+ var target = e.target;
+ var codeSections = $(target).
+ parents('.method-detail').
+ find('.method-source-code');
- $(target).
- parents('.method-detail').
- find('.method-source-code').
- slideToggle();
+ $(target).
+ parents('.method-detail').
+ find('.method-source-code').
+ slideToggle();
};
function hookSourceViews() {
- $('.method-heading').click( showSource );
+ $('.method-description,.method-heading').click( showSource );
};
function toggleDebuggingSection() {
- $('.debugging-section').slideToggle();
+ $('.debugging-section').slideToggle();
};
function hookDebuggingToggle() {
- $('#debugging-toggle img').click( toggleDebuggingSection );
+ $('#debugging-toggle img').click( toggleDebuggingSection );
};
-function hookTableOfContentsToggle() {
- $('.indexpage li .toc-toggle').each( function() {
- $(this).click( function() {
- $(this).toggleClass('open');
- });
+function hookQuickSearch() {
+ $('.quicksearch-field').each( function() {
+ var searchElems = $(this).parents('.section').find( 'li' );
+ var toggle = $(this).parents('.section').find('h3 .search-toggle');
+ // console.debug( "Toggle is: %o", toggle );
+ var qsbox = $(this).parents('form').get( 0 );
- var section = $(this).next();
-
- $(this).click( function() {
- section.slideToggle();
- });
- });
-}
-
-function hookSearch() {
- var input = $('#search-field').eq(0);
- var result = $('#search-results').eq(0);
- $(result).show();
-
- var search_section = $('#search-section').get(0);
- $(search_section).show();
-
- var search = new Search(search_data, input, result);
-
- search.renderItem = function(result) {
- var li = document.createElement('li');
- var html = '';
-
- // TODO add relative path to
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/cache_file_store_rb.html b/doc/lib/common/cache_file_store_rb.html
new file mode 100644
index 00000000..5c13ce08
--- /dev/null
+++ b/doc/lib/common/cache_file_store_rb.html
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
File: cache_file_store.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
> @todo take consideration of the cache_timeout :
+
+
-> create 2 files per key : one for the data storage (key.store ?)
+ and the other for the cache timeout (key.expiration, key.timeout ?)
+or 1 file for all timeouts ?
+-> 2 dirs : 1 for storage, the other for cache_timeout ?
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/vulnerabilities/output_rb.html b/doc/lib/common/collections/vulnerabilities/output_rb.html
new file mode 100644
index 00000000..1420343a
--- /dev/null
+++ b/doc/lib/common/collections/vulnerabilities/output_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: output.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/vulnerabilities_rb.html b/doc/lib/common/collections/vulnerabilities_rb.html
new file mode 100644
index 00000000..415c5fc7
--- /dev/null
+++ b/doc/lib/common/collections/vulnerabilities_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: vulnerabilities.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_items/detectable_rb.html b/doc/lib/common/collections/wp_items/detectable_rb.html
new file mode 100644
index 00000000..733650c9
--- /dev/null
+++ b/doc/lib/common/collections/wp_items/detectable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: detectable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_items/output_rb.html b/doc/lib/common/collections/wp_items/output_rb.html
new file mode 100644
index 00000000..1420343a
--- /dev/null
+++ b/doc/lib/common/collections/wp_items/output_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: output.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_items_rb.html b/doc/lib/common/collections/wp_items_rb.html
new file mode 100644
index 00000000..00d9f48c
--- /dev/null
+++ b/doc/lib/common/collections/wp_items_rb.html
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
File: wp_items.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_plugins/detectable_rb.html b/doc/lib/common/collections/wp_plugins/detectable_rb.html
new file mode 100644
index 00000000..733650c9
--- /dev/null
+++ b/doc/lib/common/collections/wp_plugins/detectable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: detectable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_plugins_rb.html b/doc/lib/common/collections/wp_plugins_rb.html
new file mode 100644
index 00000000..52295cbd
--- /dev/null
+++ b/doc/lib/common/collections/wp_plugins_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: wp_plugins.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_themes/detectable_rb.html b/doc/lib/common/collections/wp_themes/detectable_rb.html
new file mode 100644
index 00000000..733650c9
--- /dev/null
+++ b/doc/lib/common/collections/wp_themes/detectable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: detectable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_themes_rb.html b/doc/lib/common/collections/wp_themes_rb.html
new file mode 100644
index 00000000..31e907b4
--- /dev/null
+++ b/doc/lib/common/collections/wp_themes_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: wp_themes.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_timthumbs/detectable_rb.html b/doc/lib/common/collections/wp_timthumbs/detectable_rb.html
new file mode 100644
index 00000000..733650c9
--- /dev/null
+++ b/doc/lib/common/collections/wp_timthumbs/detectable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: detectable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_timthumbs_rb.html b/doc/lib/common/collections/wp_timthumbs_rb.html
new file mode 100644
index 00000000..efb66d4a
--- /dev/null
+++ b/doc/lib/common/collections/wp_timthumbs_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: wp_timthumbs.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_users/detectable_rb.html b/doc/lib/common/collections/wp_users/detectable_rb.html
new file mode 100644
index 00000000..733650c9
--- /dev/null
+++ b/doc/lib/common/collections/wp_users/detectable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: detectable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_users/output_rb.html b/doc/lib/common/collections/wp_users/output_rb.html
new file mode 100644
index 00000000..1420343a
--- /dev/null
+++ b/doc/lib/common/collections/wp_users/output_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: output.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/collections/wp_users_rb.html b/doc/lib/common/collections/wp_users_rb.html
new file mode 100644
index 00000000..4933389d
--- /dev/null
+++ b/doc/lib/common/collections/wp_users_rb.html
@@ -0,0 +1,56 @@
+
+
+
+
+
+
+
+
File: wp_users.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/common_helper_rb.html b/doc/lib/common/common_helper_rb.html
new file mode 100644
index 00000000..ba0998ee
--- /dev/null
+++ b/doc/lib/common/common_helper_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: common_helper.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/custom_option_parser_rb.html b/doc/lib/common/custom_option_parser_rb.html
new file mode 100644
index 00000000..ee06e11d
--- /dev/null
+++ b/doc/lib/common/custom_option_parser_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: custom_option_parser.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/hacks_rb.html b/doc/lib/common/hacks_rb.html
new file mode 100644
index 00000000..0ada9ebf
--- /dev/null
+++ b/doc/lib/common/hacks_rb.html
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+
+
File: hacks.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/vulnerability/output_rb.html b/doc/lib/common/models/vulnerability/output_rb.html
new file mode 100644
index 00000000..1420343a
--- /dev/null
+++ b/doc/lib/common/models/vulnerability/output_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: output.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/vulnerability_rb.html b/doc/lib/common/models/vulnerability_rb.html
new file mode 100644
index 00000000..c33a9a64
--- /dev/null
+++ b/doc/lib/common/models/vulnerability_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: vulnerability.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_item/existable_rb.html b/doc/lib/common/models/wp_item/existable_rb.html
new file mode 100644
index 00000000..c4ef7522
--- /dev/null
+++ b/doc/lib/common/models/wp_item/existable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: existable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_item/findable_rb.html b/doc/lib/common/models/wp_item/findable_rb.html
new file mode 100644
index 00000000..16e0ff9a
--- /dev/null
+++ b/doc/lib/common/models/wp_item/findable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: findable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_item/infos_rb.html b/doc/lib/common/models/wp_item/infos_rb.html
new file mode 100644
index 00000000..9c3e483c
--- /dev/null
+++ b/doc/lib/common/models/wp_item/infos_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: infos.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_item/output_rb.html b/doc/lib/common/models/wp_item/output_rb.html
new file mode 100644
index 00000000..1420343a
--- /dev/null
+++ b/doc/lib/common/models/wp_item/output_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: output.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_item/versionable_rb.html b/doc/lib/common/models/wp_item/versionable_rb.html
new file mode 100644
index 00000000..e7a007b5
--- /dev/null
+++ b/doc/lib/common/models/wp_item/versionable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: versionable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_item/vulnerable_rb.html b/doc/lib/common/models/wp_item/vulnerable_rb.html
new file mode 100644
index 00000000..070bd0a0
--- /dev/null
+++ b/doc/lib/common/models/wp_item/vulnerable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: vulnerable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_item_rb.html b/doc/lib/common/models/wp_item_rb.html
new file mode 100644
index 00000000..d364a005
--- /dev/null
+++ b/doc/lib/common/models/wp_item_rb.html
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
File: wp_item.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_plugin/vulnerable_rb.html b/doc/lib/common/models/wp_plugin/vulnerable_rb.html
new file mode 100644
index 00000000..070bd0a0
--- /dev/null
+++ b/doc/lib/common/models/wp_plugin/vulnerable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: vulnerable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_plugin_rb.html b/doc/lib/common/models/wp_plugin_rb.html
new file mode 100644
index 00000000..93faee8a
--- /dev/null
+++ b/doc/lib/common/models/wp_plugin_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: wp_plugin.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_theme/findable_rb.html b/doc/lib/common/models/wp_theme/findable_rb.html
new file mode 100644
index 00000000..9b430615
--- /dev/null
+++ b/doc/lib/common/models/wp_theme/findable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: findable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_theme/versionable_rb.html b/doc/lib/common/models/wp_theme/versionable_rb.html
new file mode 100644
index 00000000..07786356
--- /dev/null
+++ b/doc/lib/common/models/wp_theme/versionable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: versionable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_theme/vulnerable_rb.html b/doc/lib/common/models/wp_theme/vulnerable_rb.html
new file mode 100644
index 00000000..070bd0a0
--- /dev/null
+++ b/doc/lib/common/models/wp_theme/vulnerable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: vulnerable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_theme_rb.html b/doc/lib/common/models/wp_theme_rb.html
new file mode 100644
index 00000000..b5eb7093
--- /dev/null
+++ b/doc/lib/common/models/wp_theme_rb.html
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
File: wp_theme.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_timthumb/existable_rb.html b/doc/lib/common/models/wp_timthumb/existable_rb.html
new file mode 100644
index 00000000..e16e9c50
--- /dev/null
+++ b/doc/lib/common/models/wp_timthumb/existable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: existable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_timthumb/output_rb.html b/doc/lib/common/models/wp_timthumb/output_rb.html
new file mode 100644
index 00000000..2d81b0f1
--- /dev/null
+++ b/doc/lib/common/models/wp_timthumb/output_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: output.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_timthumb/versionable_rb.html b/doc/lib/common/models/wp_timthumb/versionable_rb.html
new file mode 100644
index 00000000..07786356
--- /dev/null
+++ b/doc/lib/common/models/wp_timthumb/versionable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: versionable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_timthumb_rb.html b/doc/lib/common/models/wp_timthumb_rb.html
new file mode 100644
index 00000000..f3ded0a1
--- /dev/null
+++ b/doc/lib/common/models/wp_timthumb_rb.html
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
File: wp_timthumb.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_user/existable_rb.html b/doc/lib/common/models/wp_user/existable_rb.html
new file mode 100644
index 00000000..e16e9c50
--- /dev/null
+++ b/doc/lib/common/models/wp_user/existable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: existable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_user_rb.html b/doc/lib/common/models/wp_user_rb.html
new file mode 100644
index 00000000..b1b034b3
--- /dev/null
+++ b/doc/lib/common/models/wp_user_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: wp_user.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_version/findable_rb.html b/doc/lib/common/models/wp_version/findable_rb.html
new file mode 100644
index 00000000..9b430615
--- /dev/null
+++ b/doc/lib/common/models/wp_version/findable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: findable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_version/output_rb.html b/doc/lib/common/models/wp_version/output_rb.html
new file mode 100644
index 00000000..2d81b0f1
--- /dev/null
+++ b/doc/lib/common/models/wp_version/output_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: output.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_version/vulnerable_rb.html b/doc/lib/common/models/wp_version/vulnerable_rb.html
new file mode 100644
index 00000000..070bd0a0
--- /dev/null
+++ b/doc/lib/common/models/wp_version/vulnerable_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: vulnerable.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/models/wp_version_rb.html b/doc/lib/common/models/wp_version_rb.html
new file mode 100644
index 00000000..d3d661f9
--- /dev/null
+++ b/doc/lib/common/models/wp_version_rb.html
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
File: wp_version.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/plugins/plugin_rb.html b/doc/lib/common/plugins/plugin_rb.html
new file mode 100644
index 00000000..d9983c0a
--- /dev/null
+++ b/doc/lib/common/plugins/plugin_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: plugin.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/plugins/plugins_rb.html b/doc/lib/common/plugins/plugins_rb.html
new file mode 100644
index 00000000..7024699a
--- /dev/null
+++ b/doc/lib/common/plugins/plugins_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: plugins.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/typhoeus_cache_rb.html b/doc/lib/common/typhoeus_cache_rb.html
new file mode 100644
index 00000000..6c033c11
--- /dev/null
+++ b/doc/lib/common/typhoeus_cache_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: typhoeus_cache.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/updater/git_updater_rb.html b/doc/lib/common/updater/git_updater_rb.html
new file mode 100644
index 00000000..50da581c
--- /dev/null
+++ b/doc/lib/common/updater/git_updater_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: git_updater.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/updater/svn_updater_rb.html b/doc/lib/common/updater/svn_updater_rb.html
new file mode 100644
index 00000000..7d071b3f
--- /dev/null
+++ b/doc/lib/common/updater/svn_updater_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: svn_updater.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/updater/updater_factory_rb.html b/doc/lib/common/updater/updater_factory_rb.html
new file mode 100644
index 00000000..629c8120
--- /dev/null
+++ b/doc/lib/common/updater/updater_factory_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: updater_factory.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/common/updater/updater_rb.html b/doc/lib/common/updater/updater_rb.html
new file mode 100644
index 00000000..0d9175a5
--- /dev/null
+++ b/doc/lib/common/updater/updater_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: updater.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
This class act as an absract one
+
+
+
+
+
+
+
diff --git a/doc/lib/environment_rb.html b/doc/lib/environment_rb.html
new file mode 100644
index 00000000..9591a23b
--- /dev/null
+++ b/doc/lib/environment_rb.html
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
File: environment.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/modules/brute_force_rb.html b/doc/lib/wpscan/modules/brute_force_rb.html
new file mode 100644
index 00000000..004404c8
--- /dev/null
+++ b/doc/lib/wpscan/modules/brute_force_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: brute_force.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/modules/malwares_rb.html b/doc/lib/wpscan/modules/malwares_rb.html
new file mode 100644
index 00000000..153a9346
--- /dev/null
+++ b/doc/lib/wpscan/modules/malwares_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: malwares.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/modules/wp_config_backup_rb.html b/doc/lib/wpscan/modules/wp_config_backup_rb.html
new file mode 100644
index 00000000..428e1810
--- /dev/null
+++ b/doc/lib/wpscan/modules/wp_config_backup_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wp_config_backup.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/modules/wp_full_path_disclosure_rb.html b/doc/lib/wpscan/modules/wp_full_path_disclosure_rb.html
new file mode 100644
index 00000000..9e7b6bb5
--- /dev/null
+++ b/doc/lib/wpscan/modules/wp_full_path_disclosure_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wp_full_path_disclosure.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/modules/wp_login_protection_rb.html b/doc/lib/wpscan/modules/wp_login_protection_rb.html
new file mode 100644
index 00000000..d5de8ad1
--- /dev/null
+++ b/doc/lib/wpscan/modules/wp_login_protection_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wp_login_protection.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/modules/wp_readme_rb.html b/doc/lib/wpscan/modules/wp_readme_rb.html
new file mode 100644
index 00000000..4d08c9ab
--- /dev/null
+++ b/doc/lib/wpscan/modules/wp_readme_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wp_readme.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/web_site_rb.html b/doc/lib/wpscan/web_site_rb.html
new file mode 100644
index 00000000..db606991
--- /dev/null
+++ b/doc/lib/wpscan/web_site_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: web_site.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/wp_target_rb.html b/doc/lib/wpscan/wp_target_rb.html
new file mode 100644
index 00000000..f7c41db9
--- /dev/null
+++ b/doc/lib/wpscan/wp_target_rb.html
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
File: wp_target.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/wpscan_helper_rb.html b/doc/lib/wpscan/wpscan_helper_rb.html
new file mode 100644
index 00000000..2d80fd53
--- /dev/null
+++ b/doc/lib/wpscan/wpscan_helper_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wpscan_helper.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpscan/wpscan_options_rb.html b/doc/lib/wpscan/wpscan_options_rb.html
new file mode 100644
index 00000000..714416ce
--- /dev/null
+++ b/doc/lib/wpscan/wpscan_options_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wpscan_options.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpstools/plugins/checker/checker_plugin_rb.html b/doc/lib/wpstools/plugins/checker/checker_plugin_rb.html
new file mode 100644
index 00000000..8e9b08cf
--- /dev/null
+++ b/doc/lib/wpstools/plugins/checker/checker_plugin_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: checker_plugin.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpstools/plugins/list_generator/generate_list_rb.html b/doc/lib/wpstools/plugins/list_generator/generate_list_rb.html
new file mode 100644
index 00000000..546c44ad
--- /dev/null
+++ b/doc/lib/wpstools/plugins/list_generator/generate_list_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: generate_list.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
This tool generates a list to use for plugin and theme enumeration
+
+
+
+
+
+
+
diff --git a/doc/lib/wpstools/plugins/list_generator/list_generator_plugin_rb.html b/doc/lib/wpstools/plugins/list_generator/list_generator_plugin_rb.html
new file mode 100644
index 00000000..7764cdf3
--- /dev/null
+++ b/doc/lib/wpstools/plugins/list_generator/list_generator_plugin_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: list_generator_plugin.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpstools/plugins/list_generator/svn_parser_rb.html b/doc/lib/wpstools/plugins/list_generator/svn_parser_rb.html
new file mode 100644
index 00000000..fdcc1460
--- /dev/null
+++ b/doc/lib/wpstools/plugins/list_generator/svn_parser_rb.html
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
+
File: svn_parser.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
This Class Parses SVN Repositories via HTTP
+
+
+
+
+
+
+
diff --git a/doc/lib/wpstools/plugins/stats/stats_plugin_rb.html b/doc/lib/wpstools/plugins/stats/stats_plugin_rb.html
new file mode 100644
index 00000000..642aa208
--- /dev/null
+++ b/doc/lib/wpstools/plugins/stats/stats_plugin_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: stats_plugin.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/lib/wpstools/wpstools_helper_rb.html b/doc/lib/wpstools/wpstools_helper_rb.html
new file mode 100644
index 00000000..5ff73d6a
--- /dev/null
+++ b/doc/lib/wpstools/wpstools_helper_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wpstools_helper.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/log_txt.html b/doc/log_txt.html
deleted file mode 100644
index b57d25a1..00000000
--- a/doc/log_txt.html
+++ /dev/null
@@ -1,239 +0,0 @@
-
-
-
-
-
-
-
log - RDoc Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
__
-
-
__ _______ _____
-\ \ / / __ \ / ____|
- \ \ /\ / /| |__) | (___ ___ __ _ _ __
- \ \/ \/ / | ___/ \___ \ / __|/ _` | '_ \
- \ /\ / | | ____) | (__| (_| | | | |
- \/ \/ |_| |_____/ \___|\__,_|_| |_| v2.0r60a6f16
-
- WordPress Security Scanner by the WPScan Team
-Sponsored by the RandomStorm Open Source Initiative
-
-
_
-
-
Examples :
-
-
-Further help … ruby /Users/firefart/Coding/wpscan_master/wpscan.rb –help
-
-
-Do ‘non-intrusive’ checks … ruby
-/Users/firefart/Coding/wpscan_master/wpscan.rb –url www.example.com
-
-
-Do wordlist password brute force on enumerated users using 50 threads …
-ruby /Users/firefart/Coding/wpscan_master/wpscan.rb –url www.example.com –wordlist darkc0de.lst
-–threads 50
-
-
-Do wordlist password brute force on the ‘admin’ username only … ruby
-/Users/firefart/Coding/wpscan_master/wpscan.rb –url www.example.com –wordlist darkc0de.lst
-–username admin
-
-
-Enumerate installed plugins … ruby
-/Users/firefart/Coding/wpscan_master/wpscan.rb –url www.example.com –enumerate p
-
-
-Enumerate installed themes … ruby
-/Users/firefart/Coding/wpscan_master/wpscan.rb –url www.example.com –enumerate t
-
-
-Enumerate users … ruby /Users/firefart/Coding/wpscan_master/wpscan.rb –url
-www.example.com –enumerate u
-
-
-Enumerate installed timthumbs … ruby
-/Users/firefart/Coding/wpscan_master/wpscan.rb –url www.example.com –enumerate tt
-
-
-Use a HTTP proxy … ruby /Users/firefart/Coding/wpscan_master/wpscan.rb
-–url www.example.com –proxy
-127.0.0.1:8118
-
-
-Use a SOCKS5 proxy … (cURL >= v7.21.7 needed) ruby
-/Users/firefart/Coding/wpscan_master/wpscan.rb –url www.example.com –proxy
-socks5://127.0.0.1:9000
-
-
-Use custom content directory … ruby
-/Users/firefart/Coding/wpscan_master/wpscan.rb -u www.example.com –wp-content-dir
-custom-content
-
-
-Use custom plugins directory … ruby
-/Users/firefart/Coding/wpscan_master/wpscan.rb -u www.example.com –wp-plugins-dir
-wp-content/custom-plugins
-
-
-Update … ruby /Users/firefart/Coding/wpscan_master/wpscan.rb –update
-
-
See README for further information.
-
-
[31m No argument supplied [0m Trace :
-/Users/firefart/Coding/wpscan_master/wpscan.rb:46:in `<main>‘
-Coverage report generated for RSpec to
-/Users/firefart/Coding/wpscan_master/coverage. 1040 / 1113 LOC (93.44%)
-covered.
-
-
-
-
-
-
-
diff --git a/doc/rdoc.css b/doc/rdoc.css
index 755b5464..ea914218 100644
--- a/doc/rdoc.css
+++ b/doc/rdoc.css
@@ -8,11 +8,13 @@
/* Base Green is: #6C8C22 */
-* { padding: 0; margin: 0; }
+*{ padding: 0; margin: 0; }
body {
background: #efefef;
font: 14px "Helvetica Neue", Helvetica, Tahoma, sans-serif;
+}
+body.class, body.module, body.file {
margin-left: 40px;
}
body.file-popup {
@@ -42,27 +44,23 @@ pre {
padding: 0.5em 0;
}
+
/* @group Generic Classes */
.initially-hidden {
display: none;
}
-#search-field {
+.quicksearch-field {
width: 98%;
- background: #eee;
- border: none;
+ background: #ddd;
+ border: 1px solid #aaa;
height: 1.5em;
-webkit-border-radius: 4px;
}
-#search-field:focus {
+.quicksearch-field:focus {
background: #f1edba;
}
-#search-field:-moz-placeholder,
-#search-field::-webkit-input-placeholder {
- font-weight: bold;
- color: #666;
-}
.missing-docs {
font-size: 120%;
@@ -88,8 +86,28 @@ pre {
/* @end */
+
/* @group Index Page, Standalone file pages */
-.indexpage ul {
+body.indexpage {
+ margin: 1em 3em;
+}
+body.indexpage p,
+body.indexpage div,
+body.file p {
+ margin: 1em 0;
+}
+
+.indexpage .rdoc-list p, .file .rdoc-list p {
+ margin: 0em 0;
+}
+
+.indexpage ol,
+.file #documentation ol {
+ line-height: 160%;
+}
+
+.indexpage ul,
+.file #documentation ul {
line-height: 160%;
list-style: none;
}
@@ -98,15 +116,24 @@ pre {
font-size: 16px;
}
-.indexpage li {
+.indexpage li,
+.file #documentation li {
padding-left: 20px;
}
-.indexpage ul > li {
- background: url(images/bullet_black.png) no-repeat left 4px;
+.indexpage ol,
+.file #documentation ol {
+ margin-left: 20px;
}
-.indexpage li.method {
- background: url(images/plugin.png) no-repeat left 4px;
+
+.indexpage ol > li,
+.file #documentation ol > li {
+ padding-left: 0;
+}
+
+.indexpage ul > li,
+.file #documentation ul > li {
+ background: url(images/bullet_black.png) no-repeat left 4px;
}
.indexpage li.module {
background: url(images/package.png) no-repeat left 4px;
@@ -117,37 +144,36 @@ pre {
.indexpage li.file {
background: url(images/page_white_text.png) no-repeat left 4px;
}
-.indexpage li li {
- background: url(images/tag_blue.png) no-repeat left 4px;
-}
-.indexpage li .toc-toggle {
- width: 16px;
- height: 16px;
- background: url(images/add.png) no-repeat;
-}
-
-.indexpage li .toc-toggle.open {
- background: url(images/delete.png) no-repeat;
+.file li p,
+.indexpage li p {
+ margin: 0 0;
}
/* @end */
/* @group Top-Level Structure */
-#metadata {
+.class #metadata,
+.file #metadata,
+.module #metadata {
float: left;
width: 260px;
}
-#documentation {
+.class #documentation,
+.file #documentation,
+.module #documentation {
margin: 2em 1em 5em 300px;
min-width: 340px;
}
+.file #metadata {
+ margin: 0.8em;
+}
+
#validator-badges {
clear: both;
margin: 1em 1em 2em;
- font-size: smaller;
}
/* @end */
@@ -158,7 +184,7 @@ pre {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #aaa;
- margin: 0 8px 8px;
+ margin: 0 8px 16px;
font-size: 90%;
overflow: hidden;
}
@@ -184,10 +210,6 @@ pre {
list-style: none;
}
-#file-metadata {
- margin-top: 2em;
-}
-
#file-metadata ul {
padding-left: 28px;
list-style-image: url(images/page_green.png);
@@ -215,15 +237,14 @@ ul.link-list .type {
/* @end */
-/* @group Class Metadata Section */
-#class-metadata {
- margin-top: 2em;
-}
-/* @end */
/* @group Project Metadata Section */
#project-metadata {
- margin-top: 2em;
+ margin-top: 3em;
+}
+
+.file #project-metadata {
+ margin-top: 0em;
}
#project-metadata .section {
@@ -233,14 +254,33 @@ ul.link-list .type {
border-bottom: 1px solid #aaa;
position: relative;
}
+#project-metadata h3.section-header .search-toggle {
+ position: absolute;
+ right: 5px;
+}
+
#project-metadata form {
color: #777;
background: #ccc;
+ padding: 8px 8px 16px;
+ border-bottom: 1px solid #bbb;
+}
+#project-metadata fieldset {
+ border: 0;
+}
+
+#no-class-search-results {
+ margin: 0 auto 1em;
+ text-align: center;
+ font-size: 14px;
+ font-weight: bold;
+ color: #aaa;
}
/* @end */
+
/* @group Documentation Section */
.description {
font-size: 100%;
@@ -255,44 +295,34 @@ ul.link-list .type {
margin: 0;
}
-.description ol,
.description ul {
margin-left: 1.5em;
}
-.description ol li,
.description ul li {
line-height: 1.4em;
}
-.note-list {
- margin: 8px 0;
-}
-
-.label-list {
+.description dl,
+#documentation dl {
margin: 8px 1.5em;
border: 1px solid #ccc;
}
-.description .label-list {
+.description dl {
font-size: 14px;
}
-.note-list dt {
- font-weight: bold;
-}
-.note-list dd {
- padding: 0 12px;
-}
-
-.label-list dt {
+.description dt,
+#documentation dt {
padding: 2px 4px;
font-weight: bold;
background: #ddd;
}
-.label-list dd {
+.description dd,
+#documentation dd {
padding: 2px 12px;
}
-.label-list dd + dt,
-.note-list dd + dt {
+.description dd + dt,
+#documentation dd + dt {
margin-top: 0.7em;
}
@@ -301,8 +331,8 @@ ul.link-list .type {
}
#documentation h2.section-header {
- margin-top: 1em;
- padding: 0.25em 0.5em;
+ margin-top: 2em;
+ padding: 0.75em 0.5em;
background: #ccc;
color: #333;
font-size: 175%;
@@ -311,25 +341,8 @@ ul.link-list .type {
-webkit-border-radius: 3px;
}
-.documentation-section-title {
- position: relative;
-}
-.documentation-section-title .section-click-top {
- position: absolute;
- top: 6px;
- right: 12px;
- font-size: 10px;
- color: #9b9877;
- visibility: hidden;
- padding-right: 0.5px;
-}
-
-.documentation-section-title:hover .section-click-top {
- visibility: visible;
-}
-
#documentation h3.section-header {
- margin-top: 1em;
+ margin-top: 2em;
padding: 0.25em 0.5em;
background-color: #dedede;
color: #333;
@@ -416,7 +429,7 @@ ul.link-list .type {
line-height: 20px;
background: url(images/zoom.png) no-repeat right top;
}
-#documentation .method-heading:hover .method-click-advice {
+#documentation .method-detail:hover .method-click-advice {
visibility: visible;
}
@@ -442,14 +455,14 @@ ul.link-list .type {
cursor: default;
}
#documentation .method-description p {
+ padding: 0;
+}
+#documentation .method-description p + p {
margin-bottom: 0.5em;
}
#documentation .method-description ul {
margin-left: 1.5em;
}
-pre {
- margin: 0.5em 0;
-}
#documentation .attribute-method-heading {
background: url(images/tag_green.png) no-repeat left bottom;
@@ -468,76 +481,283 @@ pre {
/* @end */
+
+
/* @group Source Code */
-pre {
- overflow: auto;
+div.method-source-code {
background: #262626;
- color: white;
- border: 1px dashed #999;
+ color: #efefef;
+ margin: 1em;
padding: 0.5em;
+ border: 1px dashed #999;
+ overflow: hidden;
}
-.description pre {
- margin: 0 0.4em;
+div.method-source-code pre {
+ background: inherit;
+ padding: 0;
+ color: white;
+ overflow: auto;
}
+/* @group Ruby keyword styles */
+
.ruby-constant { color: #7fffd4; background: transparent; }
.ruby-keyword { color: #00ffff; background: transparent; }
.ruby-ivar { color: #eedd82; background: transparent; }
.ruby-operator { color: #00ffee; background: transparent; }
.ruby-identifier { color: #ffdead; background: transparent; }
.ruby-node { color: #ffa07a; background: transparent; }
-.ruby-comment { color: #dc0000; font-weight: bold; background: transparent; }
+.ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
.ruby-regexp { color: #ffa07a; background: transparent; }
.ruby-value { color: #7fffd4; background: transparent; }
/* @end */
+/* @end */
-/* @group search results */
-#search-results h1 {
- font-size: 1em;
- font-weight: normal;
- text-shadow: none;
+/* @group File Popup Contents */
+
+.file #metadata,
+.file-popup #metadata {
}
-#search-results .current {
- background: #ccc;
- border-bottom: 1px solid transparent;
+.file-popup dl {
+ font-size: 80%;
+ padding: 0.75em;
+ background-color: #dedede;
+ color: #333;
+ border: 1px solid #bbb;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
}
-
-#search-results li {
- list-style: none;
- border-bottom: 1px solid #aaa;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- margin-bottom: 0.5em;
-}
-
-#search-results li:last-child {
- border-bottom: none;
- margin-bottom: 0;
-}
-
-#search-results li p {
- padding: 0;
- margin: 0.5em;
-}
-
-#search-results .search-namespace {
+.file dt {
font-weight: bold;
+ padding-left: 22px;
+ line-height: 20px;
+ background: url(images/page_white_width.png) no-repeat left top;
+}
+.file dt.modified-date {
+ background: url(images/date.png) no-repeat left top;
+}
+.file dt.requires {
+ background: url(images/plugin.png) no-repeat left top;
+}
+.file dt.scs-url {
+ background: url(images/wrench.png) no-repeat left top;
}
-#search-results li em {
- background: yellow;
- font-style: normal;
+.file dl dd {
+ margin: 0 0 1em 0;
+}
+.file #metadata dl dd ul {
+ list-style: circle;
+ margin-left: 20px;
+ padding-top: 0;
+}
+.file #metadata dl dd ul li {
}
-#search-results pre {
- margin: 0.5em;
+
+.file h2 {
+ margin-top: 2em;
+ padding: 0.75em 0.5em;
+ background-color: #dedede;
+ color: #333;
+ font-size: 120%;
+ border: 1px solid #bbb;
+ -moz-border-radius: 3px;
+ -webkit-border-radius: 3px;
}
/* @end */
+
+
+
+/* @group ThickBox Styles */
+#TB_window {
+ font: 12px Arial, Helvetica, sans-serif;
+ color: #333333;
+}
+
+#TB_secondLine {
+ font: 10px Arial, Helvetica, sans-serif;
+ color:#666666;
+}
+
+#TB_window :link,
+#TB_window :visited { color: #666666; }
+#TB_window :link:hover,
+#TB_window :visited:hover { color: #000; }
+#TB_window :link:active,
+#TB_window :visited:active { color: #666666; }
+#TB_window :link:focus,
+#TB_window :visited:focus { color: #666666; }
+
+#TB_overlay {
+ position: fixed;
+ z-index:100;
+ top: 0px;
+ left: 0px;
+ height:100%;
+ width:100%;
+}
+
+.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
+.TB_overlayBG {
+ background-color:#000;
+ filter:alpha(opacity=75);
+ -moz-opacity: 0.75;
+ opacity: 0.75;
+}
+
+* html #TB_overlay { /* ie6 hack */
+ position: absolute;
+ height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
+}
+
+#TB_window {
+ position: fixed;
+ background: #ffffff;
+ z-index: 102;
+ color:#000000;
+ display:none;
+ border: 4px solid #525252;
+ text-align:left;
+ top:50%;
+ left:50%;
+}
+
+* html #TB_window { /* ie6 hack */
+ position: absolute;
+ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
+}
+
+#TB_window img#TB_Image {
+ display:block;
+ margin: 15px 0 0 15px;
+ border-right: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+ border-top: 1px solid #666;
+ border-left: 1px solid #666;
+}
+
+#TB_caption{
+ height:25px;
+ padding:7px 30px 10px 25px;
+ float:left;
+}
+
+#TB_closeWindow{
+ height:25px;
+ padding:11px 25px 10px 0;
+ float:right;
+}
+
+#TB_closeAjaxWindow{
+ padding:7px 10px 5px 0;
+ margin-bottom:1px;
+ text-align:right;
+ float:right;
+}
+
+#TB_ajaxWindowTitle{
+ float:left;
+ padding:7px 0 5px 10px;
+ margin-bottom:1px;
+ font-size: 22px;
+}
+
+#TB_title{
+ background-color: #6C8C22;
+ color: #dedede;
+ height:40px;
+}
+#TB_title :link,
+#TB_title :visited {
+ color: white !important;
+ border-bottom: 1px dotted #dedede;
+}
+
+#TB_ajaxContent{
+ clear:both;
+ padding:2px 15px 15px 15px;
+ overflow:auto;
+ text-align:left;
+ line-height:1.4em;
+}
+
+#TB_ajaxContent.TB_modal{
+ padding:15px;
+}
+
+#TB_ajaxContent p{
+ padding:5px 0px 5px 0px;
+}
+
+#TB_load{
+ position: fixed;
+ display:none;
+ height:13px;
+ width:208px;
+ z-index:103;
+ top: 50%;
+ left: 50%;
+ margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
+}
+
+* html #TB_load { /* ie6 hack */
+ position: absolute;
+ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
+}
+
+#TB_HideSelect{
+ z-index:99;
+ position:fixed;
+ top: 0;
+ left: 0;
+ background-color:#fff;
+ border:none;
+ filter:alpha(opacity=0);
+ -moz-opacity: 0;
+ opacity: 0;
+ height:100%;
+ width:100%;
+}
+
+* html #TB_HideSelect { /* ie6 hack */
+ position: absolute;
+ height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
+}
+
+#TB_iframeContent{
+ clear:both;
+ border:none;
+ margin-bottom:-1px;
+ margin-top:1px;
+ _margin-bottom:1px;
+}
+
+/* @end */
+
+/* @group Debugging Section */
+
+#debugging-toggle {
+ text-align: center;
+}
+#debugging-toggle img {
+ cursor: pointer;
+}
+
+#rdoc-debugging-section-dump {
+ display: none;
+ margin: 0 2em 2em;
+ background: #ccc;
+ border: 1px solid #999;
+}
+
+
+
+/* @end */
diff --git a/doc/table_of_contents.html b/doc/table_of_contents.html
deleted file mode 100644
index a838c566..00000000
--- a/doc/table_of_contents.html
+++ /dev/null
@@ -1,622 +0,0 @@
-
-
-
-
-
-
-
Table of Contents - RDoc Documentation
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Table of Contents - RDoc Documentation
-
-
Pages
-
-
-
Classes/Modules
-
-
-
Methods
-
-
-
-
-
diff --git a/doc/wpscan_rb.html b/doc/wpscan_rb.html
new file mode 100644
index 00000000..44bcc648
--- /dev/null
+++ b/doc/wpscan_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wpscan.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/doc/wpstools_rb.html b/doc/wpstools_rb.html
new file mode 100644
index 00000000..a8efe370
--- /dev/null
+++ b/doc/wpstools_rb.html
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
File: wpstools.rb [RDoc Documentation]
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Description
+
+
+
+
+
+
+
diff --git a/generate_rdoc.sh b/generate_rdoc.sh
index 39a043bd..5a0df581 100755
--- a/generate_rdoc.sh
+++ b/generate_rdoc.sh
@@ -1,2 +1,2 @@
#!/bin/bash
-rdoc -x cache/ -x spec/ -x data/ -x coverage/ -x doc/
+rdoc -x cache/ -x spec/ -x data/ -x coverage/ -x doc/ -x log.txt