diff --git a/lib/browser.rb b/lib/browser.rb index dd064165..2fe039d6 100644 --- a/lib/browser.rb +++ b/lib/browser.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/cache_file_store.rb b/lib/cache_file_store.rb index d6914e19..6bb49954 100644 --- a/lib/cache_file_store.rb +++ b/lib/cache_file_store.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/common_helper.rb b/lib/common_helper.rb index d645ddb4..28ee88e8 100644 --- a/lib/common_helper.rb +++ b/lib/common_helper.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/environment.rb b/lib/environment.rb index f0c7edd5..3b611cca 100644 --- a/lib/environment.rb +++ b/lib/environment.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/updater/git_updater.rb b/lib/updater/git_updater.rb index 7c8ce418..0cfdecac 100644 --- a/lib/updater/git_updater.rb +++ b/lib/updater/git_updater.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/updater/svn_updater.rb b/lib/updater/svn_updater.rb index 3388209a..cfedcf6e 100644 --- a/lib/updater/svn_updater.rb +++ b/lib/updater/svn_updater.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/updater/updater.rb b/lib/updater/updater.rb index 683ff125..a511605c 100644 --- a/lib/updater/updater.rb +++ b/lib/updater/updater.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/updater/updater_factory.rb b/lib/updater/updater_factory.rb index 8ff0e5ab..bb736487 100644 --- a/lib/updater/updater_factory.rb +++ b/lib/updater/updater_factory.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/exploit.rb b/lib/wpscan/exploit.rb index b5ecabc3..f6cf1ec4 100644 --- a/lib/wpscan/exploit.rb +++ b/lib/wpscan/exploit.rb @@ -2,7 +2,7 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/brute_force.rb b/lib/wpscan/modules/brute_force.rb index 8ab5822e..185d59a7 100644 --- a/lib/wpscan/modules/brute_force.rb +++ b/lib/wpscan/modules/brute_force.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/malwares.rb b/lib/wpscan/modules/malwares.rb index b190f7c2..1659d4cc 100644 --- a/lib/wpscan/modules/malwares.rb +++ b/lib/wpscan/modules/malwares.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/web_site.rb b/lib/wpscan/modules/web_site.rb index 8c972907..2449d295 100644 --- a/lib/wpscan/modules/web_site.rb +++ b/lib/wpscan/modules/web_site.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/wp_config_backup.rb b/lib/wpscan/modules/wp_config_backup.rb index 1fec156b..b97d556c 100644 --- a/lib/wpscan/modules/wp_config_backup.rb +++ b/lib/wpscan/modules/wp_config_backup.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/wp_full_path_disclosure.rb b/lib/wpscan/modules/wp_full_path_disclosure.rb index e1303245..b028a2af 100644 --- a/lib/wpscan/modules/wp_full_path_disclosure.rb +++ b/lib/wpscan/modules/wp_full_path_disclosure.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/wp_login_protection.rb b/lib/wpscan/modules/wp_login_protection.rb index 39102a7e..bf20da66 100644 --- a/lib/wpscan/modules/wp_login_protection.rb +++ b/lib/wpscan/modules/wp_login_protection.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/wp_plugins.rb b/lib/wpscan/modules/wp_plugins.rb index 553da49f..ae7f445f 100644 --- a/lib/wpscan/modules/wp_plugins.rb +++ b/lib/wpscan/modules/wp_plugins.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/wp_readme.rb b/lib/wpscan/modules/wp_readme.rb index 45389ee1..aadce114 100644 --- a/lib/wpscan/modules/wp_readme.rb +++ b/lib/wpscan/modules/wp_readme.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/wp_themes.rb b/lib/wpscan/modules/wp_themes.rb index 84f010f7..b9f85ab7 100644 --- a/lib/wpscan/modules/wp_themes.rb +++ b/lib/wpscan/modules/wp_themes.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/wp_timthumbs.rb b/lib/wpscan/modules/wp_timthumbs.rb index 95f47391..7d7319de 100644 --- a/lib/wpscan/modules/wp_timthumbs.rb +++ b/lib/wpscan/modules/wp_timthumbs.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/modules/wp_usernames.rb b/lib/wpscan/modules/wp_usernames.rb index 7c120974..72e3e512 100644 --- a/lib/wpscan/modules/wp_usernames.rb +++ b/lib/wpscan/modules/wp_usernames.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/msfrpc_client.rb b/lib/wpscan/msfrpc_client.rb index 49d3a980..7261fa43 100644 --- a/lib/wpscan/msfrpc_client.rb +++ b/lib/wpscan/msfrpc_client.rb @@ -2,7 +2,7 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/vulnerable.rb b/lib/wpscan/vulnerable.rb index 8be68ecf..0353bc0b 100644 --- a/lib/wpscan/vulnerable.rb +++ b/lib/wpscan/vulnerable.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_detector.rb b/lib/wpscan/wp_detector.rb index a9e323df..e6a5f670 100644 --- a/lib/wpscan/wp_detector.rb +++ b/lib/wpscan/wp_detector.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_enumerator.rb b/lib/wpscan/wp_enumerator.rb index 996d2dfd..e049b40c 100644 --- a/lib/wpscan/wp_enumerator.rb +++ b/lib/wpscan/wp_enumerator.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_item.rb b/lib/wpscan/wp_item.rb index 69a1da4a..3bd2e093 100644 --- a/lib/wpscan/wp_item.rb +++ b/lib/wpscan/wp_item.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_options.rb b/lib/wpscan/wp_options.rb index 281ffeed..09ba9b03 100644 --- a/lib/wpscan/wp_options.rb +++ b/lib/wpscan/wp_options.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_plugin.rb b/lib/wpscan/wp_plugin.rb index e6d7177b..25345193 100644 --- a/lib/wpscan/wp_plugin.rb +++ b/lib/wpscan/wp_plugin.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_target.rb b/lib/wpscan/wp_target.rb index 082a25d6..182b04a0 100644 --- a/lib/wpscan/wp_target.rb +++ b/lib/wpscan/wp_target.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_theme.rb b/lib/wpscan/wp_theme.rb index 3f1f2596..cb6916a5 100644 --- a/lib/wpscan/wp_theme.rb +++ b/lib/wpscan/wp_theme.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_user.rb b/lib/wpscan/wp_user.rb index 1b592235..6db02605 100644 --- a/lib/wpscan/wp_user.rb +++ b/lib/wpscan/wp_user.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_version.rb b/lib/wpscan/wp_version.rb index c18e50bf..e81bfae6 100644 --- a/lib/wpscan/wp_version.rb +++ b/lib/wpscan/wp_version.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wp_vulnerability.rb b/lib/wpscan/wp_vulnerability.rb index eedb23ef..adaa7fc7 100644 --- a/lib/wpscan/wp_vulnerability.rb +++ b/lib/wpscan/wp_vulnerability.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wpscan_helper.rb b/lib/wpscan/wpscan_helper.rb index 47b52592..96966103 100644 --- a/lib/wpscan/wpscan_helper.rb +++ b/lib/wpscan/wpscan_helper.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpscan/wpscan_options.rb b/lib/wpscan/wpscan_options.rb index 8c8e5829..a6d518b5 100644 --- a/lib/wpscan/wpscan_options.rb +++ b/lib/wpscan/wpscan_options.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpstools/generate_list.rb b/lib/wpstools/generate_list.rb index 79179a7c..7c52f933 100644 --- a/lib/wpstools/generate_list.rb +++ b/lib/wpstools/generate_list.rb @@ -2,7 +2,7 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpstools/parse_svn.rb b/lib/wpstools/parse_svn.rb index 49803868..b67243cd 100644 --- a/lib/wpstools/parse_svn.rb +++ b/lib/wpstools/parse_svn.rb @@ -2,7 +2,7 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/wpstools/wpstools_helper.rb b/lib/wpstools/wpstools_helper.rb index 3ff84bad..fac49420 100644 --- a/lib/wpstools/wpstools_helper.rb +++ b/lib/wpstools/wpstools_helper.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/browser_spec.rb b/spec/lib/browser_spec.rb index 15c66971..1db4ff94 100644 --- a/spec/lib/browser_spec.rb +++ b/spec/lib/browser_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/cache_file_store_spec.rb b/spec/lib/cache_file_store_spec.rb index 55e9234c..c1805b47 100644 --- a/spec/lib/cache_file_store_spec.rb +++ b/spec/lib/cache_file_store_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/common_helper_spec.rb b/spec/lib/common_helper_spec.rb index fadc4531..ea3fd012 100644 --- a/spec/lib/common_helper_spec.rb +++ b/spec/lib/common_helper_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/brute_force_spec.rb b/spec/lib/wpscan/modules/brute_force_spec.rb index 5cad2e47..42de6c31 100644 --- a/spec/lib/wpscan/modules/brute_force_spec.rb +++ b/spec/lib/wpscan/modules/brute_force_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/malwares_spec.rb b/spec/lib/wpscan/modules/malwares_spec.rb index 8ed26a42..c7c9f590 100644 --- a/spec/lib/wpscan/modules/malwares_spec.rb +++ b/spec/lib/wpscan/modules/malwares_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/web_site_spec.rb b/spec/lib/wpscan/modules/web_site_spec.rb index d056f334..fe2a3caa 100644 --- a/spec/lib/wpscan/modules/web_site_spec.rb +++ b/spec/lib/wpscan/modules/web_site_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/wp_config_backup_spec.rb b/spec/lib/wpscan/modules/wp_config_backup_spec.rb index 02a9669c..eec689f6 100644 --- a/spec/lib/wpscan/modules/wp_config_backup_spec.rb +++ b/spec/lib/wpscan/modules/wp_config_backup_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/wp_full_path_disclosure_spec.rb b/spec/lib/wpscan/modules/wp_full_path_disclosure_spec.rb index 2261597f..7eda8130 100644 --- a/spec/lib/wpscan/modules/wp_full_path_disclosure_spec.rb +++ b/spec/lib/wpscan/modules/wp_full_path_disclosure_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/wp_login_protection_spec.rb b/spec/lib/wpscan/modules/wp_login_protection_spec.rb index 2349ded2..01c029a8 100644 --- a/spec/lib/wpscan/modules/wp_login_protection_spec.rb +++ b/spec/lib/wpscan/modules/wp_login_protection_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/wp_plugins_spec.rb b/spec/lib/wpscan/modules/wp_plugins_spec.rb index 77e03c77..0d6c80ae 100644 --- a/spec/lib/wpscan/modules/wp_plugins_spec.rb +++ b/spec/lib/wpscan/modules/wp_plugins_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/wp_readme_spec.rb b/spec/lib/wpscan/modules/wp_readme_spec.rb index 0124bc43..cdc60c58 100644 --- a/spec/lib/wpscan/modules/wp_readme_spec.rb +++ b/spec/lib/wpscan/modules/wp_readme_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/wp_themes_spec.rb b/spec/lib/wpscan/modules/wp_themes_spec.rb index 0a36d911..33cbc171 100644 --- a/spec/lib/wpscan/modules/wp_themes_spec.rb +++ b/spec/lib/wpscan/modules/wp_themes_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/wp_timthumbs_spec.rb b/spec/lib/wpscan/modules/wp_timthumbs_spec.rb index 56a952a8..0871ae4e 100644 --- a/spec/lib/wpscan/modules/wp_timthumbs_spec.rb +++ b/spec/lib/wpscan/modules/wp_timthumbs_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/modules/wp_usernames_spec.rb b/spec/lib/wpscan/modules/wp_usernames_spec.rb index 6d5cd2cf..713f30b4 100644 --- a/spec/lib/wpscan/modules/wp_usernames_spec.rb +++ b/spec/lib/wpscan/modules/wp_usernames_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_detector_spec.rb b/spec/lib/wpscan/wp_detector_spec.rb index d80bdbd1..b9f34158 100644 --- a/spec/lib/wpscan/wp_detector_spec.rb +++ b/spec/lib/wpscan/wp_detector_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_enumerator_spec.rb b/spec/lib/wpscan/wp_enumerator_spec.rb index aa5f52d0..02d675f9 100644 --- a/spec/lib/wpscan/wp_enumerator_spec.rb +++ b/spec/lib/wpscan/wp_enumerator_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_item_spec.rb b/spec/lib/wpscan/wp_item_spec.rb index 2ccb4627..3d9ca07d 100644 --- a/spec/lib/wpscan/wp_item_spec.rb +++ b/spec/lib/wpscan/wp_item_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_options_spec.rb b/spec/lib/wpscan/wp_options_spec.rb index 17df6626..2447360d 100644 --- a/spec/lib/wpscan/wp_options_spec.rb +++ b/spec/lib/wpscan/wp_options_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_plugin_spec.rb b/spec/lib/wpscan/wp_plugin_spec.rb index 28c1a536..f25813d8 100644 --- a/spec/lib/wpscan/wp_plugin_spec.rb +++ b/spec/lib/wpscan/wp_plugin_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_target_spec.rb b/spec/lib/wpscan/wp_target_spec.rb index cf1bc743..d5dcdf56 100644 --- a/spec/lib/wpscan/wp_target_spec.rb +++ b/spec/lib/wpscan/wp_target_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_theme_spec.rb b/spec/lib/wpscan/wp_theme_spec.rb index 336d8e15..d9a1e343 100644 --- a/spec/lib/wpscan/wp_theme_spec.rb +++ b/spec/lib/wpscan/wp_theme_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_user_spec.rb b/spec/lib/wpscan/wp_user_spec.rb index b4f865e2..fa9fc524 100644 --- a/spec/lib/wpscan/wp_user_spec.rb +++ b/spec/lib/wpscan/wp_user_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wp_version_spec.rb b/spec/lib/wpscan/wp_version_spec.rb index 1a1d663f..429ce97a 100644 --- a/spec/lib/wpscan/wp_version_spec.rb +++ b/spec/lib/wpscan/wp_version_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wpscan_helper.rb b/spec/lib/wpscan/wpscan_helper.rb index da277eae..ce106c95 100644 --- a/spec/lib/wpscan/wpscan_helper.rb +++ b/spec/lib/wpscan/wpscan_helper.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpscan/wpscan_options_spec.rb b/spec/lib/wpscan/wpscan_options_spec.rb index a890a32b..a13871d8 100644 --- a/spec/lib/wpscan/wpscan_options_spec.rb +++ b/spec/lib/wpscan/wpscan_options_spec.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/lib/wpstools/wpstools_helper.rb b/spec/lib/wpstools/wpstools_helper.rb index 93d7620a..842946ff 100644 --- a/spec/lib/wpstools/wpstools_helper.rb +++ b/spec/lib/wpstools/wpstools_helper.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index d370a3ff..140965e8 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,6 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/wpscan.rb b/wpscan.rb index b5e7c2ec..ad171315 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -2,7 +2,7 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/wpstools.rb b/wpstools.rb index 82b8caea..5fd2a62d 100755 --- a/wpstools.rb +++ b/wpstools.rb @@ -2,7 +2,7 @@ #-- # WPScan - WordPress Security Scanner -# Copyright (C) 2012 +# Copyright (C) 2012-2013 # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by