DEV Community

Paula
Paula

Posted on

4 1

ウェブサーバー のセキュリティの道具: 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

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

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

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!)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay