Better fix for #1451, adds target IP address to output, ref #1088

This commit is contained in:
erwanlr
2020-02-11 16:28:59 +00:00
parent 6b241ce9b3
commit e2d48bedd9
4 changed files with 10 additions and 12 deletions

View File

@@ -5,8 +5,9 @@ describe WPScan::DB::VulnApi do
let(:request_headers) do
{
'Expect' => nil,
'User-Agent' => WPScan::Browser.instance.default_user_agent,
'Authorization' => 'Token token=s3cRet'
'Authorization' => 'Token token=' + api.token
}
end