LoginSignup
2
0

More than 5 years have passed since last update.

ウェブサーバー のセキュリティの道具: NIKTO

Last updated at Posted at 2018-08-27

「NIKTO」はウェブサーバーのセキュリティの道具です。
公の「NIKTO」の根本的はここです。でも、この記事は大筋です!
「LINUX」の「NIKTO」の設備が易しいです。

$ sudo apt install nikto

ああ、そですか。=)
実は、apt-get を使わなかった :x:

「HOST」のスキャンのコマンドは-h

(例え)

$ nikto -h 192.168.0.1

も、「HTML」の文法

$ nikto -h localhost

このは「HTTP」、それから「HTTPS」です。

$ nikto -h https://localhost
$ nikto -h localhost -ssl

でも、このは唯一「 HTTPS」です。80は デフォルトの ポートです! ポートですのコマンドは-p

$ nikto -h 192.168.0.1 -p 443

ああ、一緒 に例えをみましょう!

$ nikto -h https://example.jp -p 443, 50, 63, 24, 80

その例えはポートがたくさんありあります! それは可能です。 :thumbsup_tone3:
も、PROXYを使うことができます。すごいですね!
「nikto.conf」を編集すですください。「PROXYのコマンドは-useproxy

$ nikto -h 192.168.0.1 -p 50 -useproxy 

あ!私は仕上がった。好きでしたか? :yum:

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0