当前位置:网站首页>nmap扫描
nmap扫描
2022-07-04 19:49:00 【华为云】
- 只能探测到主机存活,即接入网络。服务端口看不到。
默认是-sS扫描,TCP SYN Stealth Scan. 能减少网络流量,速度快。SYN scan is the default and most popular scan option. often referred to as half-open scanning, because you don’t open a full TCP connection.
[[email protected] ~]# nmap 10.0.0.100Starting Nmap 7.70 ( https://nmap.org ) at 2022-07-04 16:49 CSTNmap scan report for 10.0.0.100Host is up (-0.20s latency).All 1000 scanned ports on 10.0.0.100 are filteredMAC Address: FA:16:3E:D3:D3:38 (Unknown)Nmap done: 1 IP address (1 host up) scanned in 21.30 seconds- ping检测不到主机,但nmap可以检测到,因为除了ICMP,还用了TCP。
[[email protected] ~]# ping 10.0.0.100PING 10.0.0.100 (10.0.0.100) 56(84) bytes of data.^C--- 10.0.0.100 ping statistics ---3 packets transmitted, 0 received, 100% packet loss, time 32ms[[email protected] ~]# nmap -sP 10.0.0.100Starting Nmap 7.70 ( https://nmap.org ) at 2022-07-04 17:22 CSTNmap scan report for 10.0.0.100Host is up (0.00027s latency).MAC Address: FA:16:3E:D3:D3:38 (Unknown)Nmap done: 1 IP address (1 host up) scanned in 0.21 secondsThe default host discovery done with -sn consists of an ICMP echo request, TCP SYN to port 443, TCP ACK to port 80, and an ICMP timestamp request by default.
In previous releases of Nmap, -sn was known as -sP. (No port scan)
激活不同的控制位扫描:
- ACK扫描 -sA
- FIN扫描 -sF
- Null扫描 -sN 所有控制位都为0
- MAX扫描 -sX 所以控制位都为1
都扫不出什么有意义的内容出来,没意思。
唯一的意思,知道有这台主机在那里存活着的。
因为不存活的主机,nmap还是检测的出来:
[[email protected] ~]# nmap 10.0.0.201Starting Nmap 7.70 ( https://nmap.org ) at 2022-07-04 18:10 CSTNote: Host seems down. If it is really up, but blocking our ping probes, try -PnNmap done: 1 IP address (0 hosts up) scanned in 0.44 seconds[[email protected] ~]# nmap -Pn 10.0.0.201Starting Nmap 7.70 ( https://nmap.org ) at 2022-07-04 18:10 CSTNmap done: 1 IP address (0 hosts up) scanned in 0.45 seconds边栏推荐
- Idea plug-in
- JS closure
- 面对同样复杂的测试任务为什么大老很快能梳理解决方案,阿里十年测试工程师道出其中的技巧
- What if the computer page cannot be full screen? The solution of win11 page cannot be full screen
- 【解决方案】PaddlePaddle 2.x调用静态图模式
- Ten years' experience of byte test engineer directly hits the pain point of UI automation test
- [1200. Différence absolue minimale]
- acwing 3302. Expression evaluation
- uniapp 富文本编辑器使用
- Why is TCP three handshakes and four waves
猜你喜欢

Jiuqi ny8b062d MCU specification /datasheet

面对同样复杂的测试任务为什么大老很快能梳理解决方案,阿里十年测试工程师道出其中的技巧

测试员的算法面试题-找众数

Some suggestions for interface design

实操自动生成接口自动化测试用例

How does the computer save web pages to the desktop for use

Quelques suggestions pour la conception de l'interface

6月“墨力原创作者计划”获奖名单公布!邀您共话国产数据库

Reinforcement learning - learning notes 2 | value learning

RFID仓库管理系统解决方案有哪些功能模块
随机推荐
Jiuqi ny8b062d MCU specification /datasheet
基于OpenCV haarcascades的对象检测
Why is TCP three handshakes and four waves
HMS Core 统一扫码服务
E-week finance | Q1 the number of active people in the insurance industry was 86.8867 million, and the licenses of 19 Payment institutions were cancelled
JS closure
分析伦敦银走势图的技巧
卷积神经网络在深度学习中新发展的5篇论文推荐
【1200. 最小絕對差】
黄金k线图中的三角形有几种?
MySQL - database query - use of aggregate function, aggregate query, grouping query
LeetCode 7. Integer inversion
acwing 3302. Expression evaluation
实操自动生成接口自动化测试用例
电脑页面不能全屏怎么办?Win11页面不能全屏的解决方法
What should I do if my computer sharing printer refuses access
电脑怎么保存网页到桌面上使用
面对同样复杂的测试任务为什么大老很快能梳理解决方案,阿里十年测试工程师道出其中的技巧
word中插入图片后,图片上方有一空行,且删除后布局变乱
Automatic insertion of captions in word