You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should not getting error from DTD check when in XML file we have the <ssl> element.
Actual behavior
When we are checking the validity of the XML file generated by Nikto using the .dtd file /var/lib/nikto/docs/nikto.dtd", we get the error "element ssl is not valid".
We get this error only when the target has SSL. To overcome the issue we will modify the DTD.
Steps to reproduce
Scan a website with ssl and store the results in XML file
Perform the validation check of the XML file using the .dtd file /var/lib/nikto/docs/nikto.dtd"
We get the error "element ssl is not valid".
Nikto version
Nikto 2.5.0 (LW 2.5)
The text was updated successfully, but these errors were encountered:
Expected behavior
We should not getting error from DTD check when in XML file we have the
<ssl>
element.Actual behavior
When we are checking the validity of the XML file generated by Nikto using the .dtd file
/var/lib/nikto/docs/nikto.dtd"
, we get the error "element ssl is not valid".We get this error only when the target has SSL. To overcome the issue we will modify the DTD.
Steps to reproduce
/var/lib/nikto/docs/nikto.dtd"
Nikto version
Nikto 2.5.0 (LW 2.5)
The text was updated successfully, but these errors were encountered: