Nmap端口扫描(TCP,UDP,ACK,SYNC等)

[rps-include post=6632]

[rps-include post = 6632]

This chapter is real part of the scanning. In this chapter we will look how to define port scanning parameters. The techniques described in this chapter generally requires privileged user which means root or Administrator user.

本章是扫描的真正部分。 在本章中,我们将研究如何定义端口扫描参数。 本章中介绍的技术通常需要特权用户,即root用户或Administrator用户。

Tcp同步扫描 (Tcp Syn Scan)

This scan is default and most popular scan. This scan is also referred half open scan. In this scan only tcp syn packets are sent to the target.

此扫描是默认扫描,也是最受欢迎的扫描。 此扫描也称为半开扫描。 在此扫描中,仅将tcp syn数据包发送到目标。

$ nmap -sS google.com
  • -sS is used to send syn packets.

    -sS用于发送syn数据包。

Tcp Connect扫描 (Tcp Connect Scan)

This is scan is an alternative for the Tcp Syn Scan. This scan do not requires privileged user. Scan is done with completing 3 way hand shake.

这是Tcp Syn Scan的替代扫描。 此扫描不需要特权用户。 完成三向握手后即可进行扫描。

$ nmap -sT google.com

Udp扫描 (Udp Scan)

Tcp is default protocol for scan. But udp can be activated with -sU .

Tcp是扫描的默认协议。 但是udp可以使用-sU激活。

$ nmap -sU google.com

Tcp空扫描 (Tcp Null Scan)

Null scan done by setting tcp flag header 0. New firewall walls can detect this scan

通过将tcp标志标头设置为0可以完成空扫描。新的防火墙墙可以检测到此扫描

$ nmap -sN google.com

Tcp Fin扫描 (Tcp Fin Scan)

This scan done by sending tcp packets with FIN flag set. New systems can detect this scan.

通过发送设置了FIN标志的tcp数据

  • 1
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值