当前位置:网站首页>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边栏推荐
- hash 表的概念及应用
- Go language notes (4) go common management commands
- BFC interview Brief
- BFC面试简述
- 分析伦敦银走势图的技巧
- 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
- Flet教程之 05 OutlinedButton基础入门(教程含源码)
- Is it safe for Great Wall Securities to open an account? Stock account opening process online account opening
- 【观察】联想:3X(1+N)智慧办公解决方案,释放办公生产力“乘数效应”
- Automatic insertion of captions in word
猜你喜欢

Leetcode+ 81 - 85 monotone stack topic
![[1200. Différence absolue minimale]](/img/fa/4ffbedd8f24c75a20d3eaeaf0430ae.png)
[1200. Différence absolue minimale]

Four traversal methods of binary tree, as well as the creation of binary tree from middle order to post order, pre order to middle order, pre order to post order, and sequence [specially created for t

Managed service network: application architecture evolution in the cloud native Era

Ten years' experience of byte test engineer directly hits the pain point of UI automation test

idea配置标准注释

Summary of the mistakes in the use of qpainter in QT gobang man-machine game
Practice examples to understand JS strong cache negotiation cache

伦敦银走势图分析的新方法

电脑共享打印机拒绝访问要怎么办
随机推荐
Go language notes (4) go common management commands
二叉树的四种遍历方式以及中序后序、前序中序、前序后序、层序创建二叉树【专为力扣刷题而打造】
ACM组合计数入门
From automation to digital twins, what can Tupo do?
ICML 2022 | meta proposes a robust multi-objective Bayesian optimization method to effectively deal with input noise
接口設計時的一些建議
哈希表、哈希函数、布隆过滤器、一致性哈希
What is the development of block hash quiz game system? Hash quiz game system development (case mature)
Managed service network: application architecture evolution in the cloud native Era
托管式服务网络:云原生时代的应用体系架构进化
Hash哈希竞猜游戏系统开发如何开发丨哈希竞猜游戏系统开发(多套案例)
Sword finger offer II 80-100 (continuous update)
科普达人丨一文看懂阿里云的秘密武器“神龙架构”
MySQL statement execution details
Reinforcement learning - learning notes 2 | value learning
vim异步问题
Go language notes (2) some simple applications of go
接口设计时的一些建议
go语言笔记(2)go一些简单运用
What if the computer page cannot be full screen? The solution of win11 page cannot be full screen