Updates remains of wpscan.org

This commit is contained in:
erwanlr
2020-12-15 11:02:49 +01:00
parent 7fd59b27f4
commit d083719b9c
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ describe WPScan::Browser do
describe '#user_agent' do
context 'when not set' do
its(:user_agent) { should eq "WPScan v#{WPScan::VERSION} (https://wpscan.org/)" }
its(:user_agent) { should eq "WPScan v#{WPScan::VERSION} (https://wpscan.com/wordpress-security-scanner)" }
end
context 'when set' do