DEV Community

Paula
Paula

Posted on

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

「NIKTO」はウェブサーバーのセキュリティの道具です。

公の「NIKTO」の根本的はここです。でも、この記事は大筋です!
「LINUX」の「NIKTO」の設備が易しいです。

$ sudo apt install nikto
Enter fullscreen mode Exit fullscreen mode

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

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

(例え)

$ nikto -h 192.168.0.1
Enter fullscreen mode Exit fullscreen mode

も、「HTML」の文法

$ nikto -h localhost
Enter fullscreen mode Exit fullscreen mode

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

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

Enter fullscreen mode Exit fullscreen mode

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

$ nikto -h 192.168.0.1 -p 443
Enter fullscreen mode Exit fullscreen mode

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

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

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

$ nikto -h 192.168.0.1 -p 50 -useproxy 
Enter fullscreen mode Exit fullscreen mode

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

Top comments (1)

Collapse
 
theodesp profile image
Theofanis Despoudis

It's all Japanese to me... (I cannot say it's Greek because I know Greek!)