fbpx

Nikto-Vulnerability Scanner Tutorial

In the field of web application security there are so many tools available to measure the security of a web application, these tools available for different operating system and can use to find out the bug on a web application. In the era of these tools we have nikto also.

p { margin-bottom: 0.08in; }a:link { }
Nikto is not a new tool, it is used by a large community to find the vulnerability on a web application.
  • Nikto is open source
  • It can check a web server for over 6400 potentially dangerous files/CGIs.
  • It checks for outdated versions of over 1000 servers, and version specific problems on over 270 servers
  • It checks the plug in and misconfiguration files.
  • Fast
  • Effective
  • It find out the default files and programs
  • It find out the insecure files and programs
Key Features
  • Full HTTP proxy support
  • Apache user name enumeration
  • Logging to metasploit
  • Secure Socket Layer support (SSL)
  • Subdomain brute forcing (guessing)
  • Easy to update
  • Save report on multiple format
Requirement

Nikto Tutorial
  • The basic scan requires a host to scan, you can use a IP of the server of just host name.
$ perl nikto.pl -h [target host]
  • For help 
$ perl nikto.pl -H
  • If you want to check different port than use
$ perl nikto.pl -h [target host] -p [port number]
  • If you want this test via proxy than you can use by this command
$ perl nikto.pl -h [target host] -useproxy http://localhost:8080/
  • Now for updating nikto use

$ perl nikto.pl -update


Note: If you enjoyed this post, you might want to subscribe our RSS feed and Email Subscription  or become our Facebook fan! You will get all the latest updates at both the places.
Ehacking Staff
With more than 50 global partners, we are proud to count the world’s leading cybersecurity training provider. EH Academy is the brainchild of Ehacking, which has been involved in the field of training since the past Five years and continues to help in creating professional IT experts.

Most Popular

What Makes ICS/OT Infrastructure Vulnerable?

Infrastructure security for operational technologies (OT) and industrial control systems (ICS) varies from IT security in several ways, with the inverse confidentiality, integrity, and...

Everything You Must Know About IT/OT Convergence

What is an Operational Technology (OT)? Operational technology (OT) is a technology that primarily monitors and controls physical operations. It can automate and control machines,...

Understand the OT Security and Its Importance

This article discusses OT security and why it is essential for protecting industrial systems from cyberattacks. We will also discuss common control objectives that can...

What is Deepfake, and how does it Affect Cybersecurity?

Producing deepfake is easy. It is hard to detect. They operate with a description of reality rather than reality itself (e.g., a video). Any...