From 766409e5812cae37265dcf01d960400be4c3de62 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 14 Nov 2013 23:32:10 +0100 Subject: [PATCH] Added pvd to docs. --- CREDITS | 4 ++-- lib/common/common_helper.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CREDITS b/CREDITS index bf2d99d2..4b30d2cb 100644 --- a/CREDITS +++ b/CREDITS @@ -6,7 +6,7 @@ This file is to give credit to WPScan's contributors. If you feel your name shou Erwan.LR - @erwan_lr - (Project Developer) Christian Mehlmauer - @_FireFart_ - (Project Developer) -Gianluca Brindisi - @gbrindisi (Project Developer) +Peter van der Laan - pvdl - (Vuln Hunter and Code Cleaner) Ryan Dewhurst - @ethicalhack3r (Project Lead) *Other Contributors* @@ -17,4 +17,4 @@ 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 -Peter van der Laan - The Vuln Hunter and Code Cleaner +Gianluca Brindisi - @gbrindisi - Project Developer \ No newline at end of file diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 882e171b..39ed7990 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -103,7 +103,7 @@ def banner puts " Version #{version}" end puts ' Sponsored by the RandomStorm Open Source Initiative' - puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, @gbrindisi, @_FireFart_' + puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, pvdl, @_FireFart_' puts '_______________________________________________________________' puts end