-p<port ranges># Only scan specified ports 扫描指定端口 -p : 只扫描指定的端口,-p-代表全端口扫描
Ex: -p22; -p1-65535;-p U:53,111,137,T:21-25,80,139,8080,S:9
--exclude-ports <port ranges># Exclude the specified ports from scanning 从扫描中排除指定端口-F# Fast mode - Scan fewer ports than the default scan 快速模式-扫描比默认扫描更少的端口-r# Scan ports sequentially - don't randomize 连续扫描端口-不随机化
--top-ports <number># Scan <number> most common ports 扫描开放概率最高的 number 个端口
--port-ratio <ratio># Scan ports more common than <ratio> 扫描指定频率以上的端口
2.5、SERVICE/VERSION DETECTION(服务/版本检测)
-sV# Probe open ports to determine service/version info 开放版本探测,可以直接使用 -A 同时打开 操作系统探测和版本探测
--version-intensity <level># Set from 0 (light) to 9 (try all probes) 设置版本扫描强度,强度水平说明了应该使 用哪些探测报文。数值越高,服务越有可能被正确识别 。默认是 7
--version-light # Limit to most likely probes (intensity 2) # 打开轻量级模式,为 --version-intensity 2 的别名
--version-all # Try every single probe (intensity 9) # 尝试所有探测,为 --version-intensity 9 的别名
--version-trace # Show detailed version scan activity (for debugging) # 显示出详细的版本侦测过程信息
今天一直报错:
bash: /root/data1/anaconda3/envs/li_3_10/bin/pip: /root/lsc/anaconda3/envs/li_3_10/bin/python: bad interpreter: No such file or directory
原来是root/data1/anaconda3/envs/li_3_10/bin/pip: 这个位置的pip 自身带默认路径,然…
Rook, Bishop and King
题面翻译
【题目描述】
佩蒂亚正在学习国际象棋。他已经学会如何移动王、车和象。让我们提示你如何移动国象棋子。棋盘有 64 64 64个棋格,呈 8 8 8\times8 88正方形。一个格子可以用 ( r , c ) (r,c) (r,c)来表示—— r r r指行ÿ…