Re: [Openvas-discuss] OpenVAS HTTP test OPTIONS requests

2018-08-22 Thread Christian Fischer
Hi, On 22.08.2018 18:48, Xinhuan Zheng wrote: > Hi Christian, > > For some reason, our target host returns content as if they were getting > GET requests, not returning Allow: header. I thought it may be redirect > can cause that. I have to figure out how to change target host > configuration to

Re: [Openvas-discuss] OpenVAS HTTP test OPTIONS requests

2018-08-22 Thread Xinhuan Zheng
Hi Christian, For some reason, our target host returns content as if they were getting GET requests, not returning Allow: header. I thought it may be redirect can cause that. I have to figure out how to change target host configuration to disabling OPTIONS requests. Thanks, - xinhuan On 8/22/18,

Re: [Openvas-discuss] OpenVAS HTTP test OPTIONS requests

2018-08-22 Thread Christian Fischer
Hi, On 17.08.2018 18:08, Xinhuan Zheng wrote: > Hello, > > In our recent OpenVAS scan, our host has HTTP service running so the > scanning software tests a lot of URLs. However, in the target host access > log, we saw tons of OPTIONS requests being issued by scanning software. > Per some research

[Openvas-discuss] OpenVAS HTTP test OPTIONS requests

2018-08-17 Thread Xinhuan Zheng
Hello, In our recent OpenVAS scan, our host has HTTP service running so the scanning software tests a lot of URLs. However, in the target host access log, we saw tons of OPTIONS requests being issued by scanning software. Per some research, OPTIONS is a type of HTTP request that is pre-flight in C