>> Cross Domain Reconfiguration has 0 requests being made
>
> This one should send something, are there no errors in the log?
>
> Nothing
If you run just that scanner which requests do you see? (if in daemon
mode you can obtain the requests through the ZAP API, although more
cumbersome than using the GUI)
It should have two requests to XML files (crossdomain.xml and
clientaccesspolicy.xml).
>> Session Fixation has 0 requests being made
>
> Does not send any request if its prerequisites are not met, a context
> with a form-based authentication (to obtain the login URL).
>
> This might be an interesting situation because the method of authentication is a login form but because it is a CAS based, it uses an authentication script to log in.
We could allow the authentication scripts to provide a login URL...
Best regards.
On 12/04/16 18:53, JordanGS wrote:
>> Cross Domain Reconfiguration has 0 requests being made
>
> This one should send something, are there no errors in the log?
>
> *Nothing*
> *
> *
> *---*
>
>> Heartbleed Open SSL has 0 requests being made
>
> Does not show the number of "messages" sent, it does not send HTTP
> messages which is what is being counted.
>
> *I know this, but it only ran for 5 seconds which is why i mentioned it.*
> *
> *
> *---*
>
>> Session Fixation has 0 requests being made
>
> Does not send any request if its prerequisites are not met, a context
> with a form-based authentication (to obtain the login URL).
>
> *This might be an interesting situation because the method of
> authentication is a login form but because it is a CAS based, it uses an
> authentication script to log in.*
>
> *---*
> *
> *
>> XML External Entry Entity Attack has 0
>
> Does not send any request if the Content-Type of the request does not
> contain XML.
>
> *No xml being submitted, just a form submission.*
> *
> *
> ---
>
>> Generic Padding oracle has 0
>
> Does not send any request if the values of the parameters being attacked
> do not look to be encrypted or do not match a given pattern.
>
> *The page has a hidden encrypted userid value.*
>
> ---
>
>> Possible Username enumeration is being skipped
>
> It's skipped if its prerequisites are not met, a context with a
> form-based authentication (to obtain the login URL).
>
> *maube the same issue as above, **CAS based, it uses an authentication
> script to log in.*