mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-01 19:35:36 +02:00
Nikto - Web server scanner
This commit is contained in:
parent
5d1472b4ec
commit
c34dd895cd
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
> Web server scanner which performs comprehensive tests against web servers for multiple items, including over 6700 potentially dangerous files/programs.
|
> Web server scanner which performs comprehensive tests against web servers for multiple items, including over 6700 potentially dangerous files/programs.
|
||||||
|
|
||||||
- To update to the latest plugins and databases:
|
- Update to to the latest plugins and databases:
|
||||||
|
|
||||||
`perl nikto.pl -update`
|
`perl nikto.pl -update`
|
||||||
|
|
||||||
- The most basic Nikto scan requires simply a host to target:
|
- Perform a basic Nikto scan against a target host:
|
||||||
|
|
||||||
`perl nikto.pl -h 192.168.0.1`
|
`perl nikto.pl -h 192.168.0.1`
|
||||||
|
|
||||||
- To check on a different port:
|
- Specify the port number when performing a basic scan:
|
||||||
|
|
||||||
`perl nikto.pl -h 192.168.0.1 -p 443`
|
`perl nikto.pl -h 192.168.0.1 -p 443`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue