Skip to content

lair-framework/drone-nikto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

drone-nikto

Imports XML from Nikto into a lair project.

Note

The latest version of Nikto v2.1.6 contains some flaws within the XML output format that will need to be addressed before successful execution of drone-nikto. There is currently a Nikto pull request to address this issue here.

Please follow these instructions to modify existing Nikto XML files.

  • Above the first <niktoscan> XML tag append <niktoscan>
  • Append </niktoscan> tag to each instance of </scandetails> tag

The Nikto XML template can be updated by performing the following modifications:

  • /templates/xml_start.tmpl append <niktoscan> to the end of the file.
  • /templates/xml_end.tmpl append </niktoscan> to the end of the file.

To update Kali Linux, the xml_start.tmpl and xml_end.tmpl can be located in /usr/share/nikto/templates.

Install

Download a compiled binary for supported operating systems from here.

$ mv drone-nikto* drone-nikto
$ ./drone-nikto -h

Build from source

$ go get github.com/lair-framework/drone-nikto

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages