0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

サーバ脆弱性検討

Last updated at Posted at 2016-06-06

攻撃

nmapのSTATEの見方

OPEN

OPENは,そのポートが開放されており,かつ表示されているSERVICEのアプリケーションがtcp/udpの通信を受け入れていることを示す.

CLOSED

CLOSEDは,そのポートがアクセス可能であるが,待機しているアプリケーションが無いことを示す.基本的にサービスが動いていないだけであればCLOSEDが帰ってくる.

FILTERED

FILTEREDは,テスト通信が対称のポートまで到達できなかったことを示す.理由は,対象機のファイヤウォールやルータの設定がある.ファイヤーウォールがDROPすれば,FILTEREDが帰る.

守り

ファイヤーウォール設定

centos 7

GUIで設定可能.
ゾーン: 任意に定義されたサービス群.このゾーンに対して色々なアクションを定義する,publicがデフォルトゾーン.
firewall-config

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?