From c960df0bb1787eb0aa0043198a9277513b072f0d Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 11 Oct 2017 10:31:12 +0200 Subject: [PATCH 1/6] Update copyright dates --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4bc5fdb2..3581d82b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ WPScan Public Source License -The WPScan software (henceforth referred to simply as "WPScan") is dual-licensed - Copyright 2011-2016 WPScan Team. +The WPScan software (henceforth referred to simply as "WPScan") is dual-licensed - Copyright 2011-2017 WPScan Team. Cases that include commercialization of WPScan require a commercial, non-free license. Otherwise, WPScan can be used without charge under the terms set out below. diff --git a/README.md b/README.md index 2170b827..586a753d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## WPScan Public Source License -The WPScan software (henceforth referred to simply as "WPScan") is dual-licensed - Copyright 2011-2016 WPScan Team. +The WPScan software (henceforth referred to simply as "WPScan") is dual-licensed - Copyright 2011-2017 WPScan Team. Cases that include commercialization of WPScan require a commercial, non-free license. Otherwise, WPScan can be used without charge under the terms set out below. From 8167fa2e175b0e4f1c74d42d94bf30737117dc0e Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 11 Oct 2017 10:34:17 +0200 Subject: [PATCH 2/6] Remove CREDITS file --- CREDITS | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 CREDITS diff --git a/CREDITS b/CREDITS deleted file mode 100644 index 7bde2660..00000000 --- a/CREDITS +++ /dev/null @@ -1,21 +0,0 @@ -**CREDITS** - -This file is used to state the individual WPScan Team members (core developers) and give credit to WPScan's other contributors. If you feel your name should be in here email team@wpscan.org. - -*WPScan Team* - -Erwan.LR - @erwan_lr - (Project Developer) -Christian Mehlmauer - @_FireFart_ - (Project Developer) -Peter van der Laan - pvdl - (Project Developer) -Ryan Dewhurst - @ethicalhack3r (Project Lead) - -*Other Contributors* - -Henri Salo AKA fgeek - Reported lots of vulnerabilities -Alip AKA Undead - alip.aswalid at gmail.com -michee08 - Reported and gave potential solutions to bugs -Callum Pember - Implemented proxy support - callumpember at gmail.com -g0tmi1k - Additional timthumb checks + bug reports -Melvin Lammerts - Reported a couple of fake vulnerabilities - melvin at 12k.nl -Paolo Perego - @thesp0nge - Basic authentication -Gianluca Brindisi - @gbrindisi - Ex Project Developer From 286e6bd51ab1b3dfef6e95146f9500ae9c7eb82b Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 11 Oct 2017 10:35:11 +0200 Subject: [PATCH 3/6] Update banner --- lib/common/common_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 34a158b5..96c8dcce 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -1,4 +1,4 @@ -# encoding: UTF-8 + # encoding: UTF-8 LIB_DIR = File.expand_path(File.join(__dir__, '..')) ROOT_DIR = File.expand_path(File.join(LIB_DIR, '..')) # expand_path is used to get "wpscan/" instead of "wpscan/lib/../" @@ -161,7 +161,7 @@ def banner puts ' WordPress Security Scanner by the WPScan Team ' puts " Version #{WPSCAN_VERSION}" puts ' Sponsored by Sucuri - https://sucuri.net' - puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, pvdl, @_FireFart_' + puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, @_FireFart_' puts '_______________________________________________________________' puts end From 1deccfd477d5eb22850f30864383cf45132e90b8 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 11 Oct 2017 10:40:10 +0200 Subject: [PATCH 4/6] Remove space --- lib/common/common_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 96c8dcce..47f071c3 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -1,4 +1,4 @@ - # encoding: UTF-8 +# encoding: UTF-8 LIB_DIR = File.expand_path(File.join(__dir__, '..')) ROOT_DIR = File.expand_path(File.join(LIB_DIR, '..')) # expand_path is used to get "wpscan/" instead of "wpscan/lib/../" From 7ec227873cf677e74d187ac2f5cb5b00dc0c4d46 Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 11 Oct 2017 10:49:43 +0200 Subject: [PATCH 5/6] Update wording --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 3581d82b..37f7af09 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ Cases that include commercialization of WPScan require a commercial, non-free li 1.1 “License” means this document. 1.2 “Contributor” means each individual or legal entity that creates, contributes to the creation of, or owns WPScan. -1.3 “WPScan Team” means WPScan’s core developers, an updated list of whom can be found within the CREDITS file. +1.3 “WPScan Team” means WPScan’s core developers. 2. Commercialization From 289ef5b0dd3849cfaf0c28b0b91b43a9e312280b Mon Sep 17 00:00:00 2001 From: Ryan Dewhurst Date: Wed, 11 Oct 2017 10:51:19 +0200 Subject: [PATCH 6/6] Remove some known issues. Fix #1141 --- README.md | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/README.md b/README.md index 586a753d..93245ba3 100644 --- a/README.md +++ b/README.md @@ -190,39 +190,6 @@ https://rvm.io/integration/gnome-terminal#integrating-rvm-with-gnome-terminal # KNOWN ISSUES - - Typhoeus segmentation fault - - Update cURL to version => 7.21 (may have to install from source) - - - Proxy not working - - Update cURL to version => 7.21.7 (may have to install from source). - - Installation from sources : - - Grab the sources from http://curl.haxx.se/download.html - Decompress the archive - Open the folder with the extracted files - Run ./configure - Run make - Run sudo make install - Run sudo ldconfig - - - - cannot load such file -- readline: - - sudo aptitude install libreadline5-dev libncurses5-dev - - Then, open the directory of the readline gem (you have to locate it) - - cd ~/.rvm/src/ruby-XXXX/ext/readline - ruby extconf.rb - make - make install - - - See [http://vvv.tobiassjosten.net/ruby-on-rails/fixing-readline-for-the-ruby-on-rails-console/](http://vvv.tobiassjosten.net/ruby-on-rails/fixing-readline-for-the-ruby-on-rails-console/) for more details - - no such file to load -- rubygems ```update-alternatives --config ruby```