当前位置:网站首页>【kali-信息收集】(1.6)服务的指纹识别:Nmap、Amap
【kali-信息收集】(1.6)服务的指纹识别:Nmap、Amap
2022-08-01 19:38:00 【黑色地带(崛起)】
目录
一、简介
1.1、概述:
为了确保有一个成功的渗透测试 , 必须需要知道目标系统中服务的指纹信息。 服务指 纹信息包括服务端口 、 服务名和版本等
二、工具
2.1、Nmap(识别服务指纹信息)
使用:
【端口扫描工具】nmap核心使用方法
https://blog.csdn.net/qq_53079406/article/details/125263917?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522165932934416781432923359%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fblog.%2522%257D&request_id=165932934416781432923359&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~blog~first_rank_ecpm_v1~rank_v31_ecpm-1-125263917-null-null.nonecase&utm_term=nmap&spm=1018.2226.3001.4450nmap“扫描基础”“端口扫描技术”“服务和版本探测”“操作系统探测”“时间和性能”“防火墙/IDS躲避和哄骗”相关参考指南
https://blog.csdn.net/qq_53079406/article/details/122759253?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522165932934416781432923359%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fblog.%2522%257D&request_id=165932934416781432923359&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~blog~first_rank_ecpm_v1~rank_v31_ecpm-4-122759253-null-null.nonecase&utm_term=nmap&spm=1018.2226.3001.4450
测试:
用Nmap工具查看39.106.226.142服务上正在运行的端口
nmap -sV 39.106.226.142
可以查看到目标服务器上运行的端口号、各个端口对应的服务及版本信息
2.2、Amap(服务枚举工具)
简介:
Amap是一个服务枚举工具。 使用该工具能识别正运行在 一 ·个指定端口或一个范围端
口上的应用程序安装:
sudo apt install amap
命令:
Syntax: amap [-A|-B|-P|-W] [-1buSRHUdqv] [[-m] -o <file>] [-D <file>] [-t/-T sec] [-c cons] [-C retries] [-p proto] [-i <file>] [target port [port] ...] Modes: -A Map applications: send triggers and analyse responses (default) -B Just grab banners, do not send triggers -P No banner or application stuff - be a (full connect) port scanner Options: -1 Only send triggers to a port until 1st identification. Speeeeed! -6 Use IPv6 instead of IPv4 -b Print ascii banner of responses -i FILE Nmap machine readable outputfile to read ports from -u Ports specified on commandline are UDP (default is TCP) -R Do NOT identify RPC service -H Do NOT send application triggers marked as potentially harmful -U Do NOT dump unrecognised responses (better for scripting) -d Dump all responses -v Verbose mode, use twice (or more!) for debug (not recommended :-) -q Do not report closed ports, and do not print them as unidentified -o FILE [-m] Write output to file FILE, -m creates machine readable output -c CONS Amount of parallel connections to make (default 32, max 256) -C RETRIES Number of reconnects on connect timeouts (see -T) (default 3) -T SEC Connect timeout on connection attempts in seconds (default 5) -t SEC Response wait timeout in seconds (default 5) -p PROTO Only send triggers for this protocol (e.g. ftp) TARGET PORT The target address and port(s) to scan (additional to -i) amap is a tool to identify application protocols on target ports. Note: this version was NOT compiled with SSL support! Usage hint: Options "-bqv" are recommended, add "-1" for fast/rush checks.
使用:
用Amap 工具在指定的端口(或一段范围), 测试目标主机39.106.226.142上正在运行的应用程序
amap -bqv 39.106.226.142 80
边栏推荐
- 如何写一个vim插件?
- DAO开发教程【WEB3.0】
- Heavy cover special | intercept 99% malicious traffic, reveal WAF offensive and defensive drills best practices
- 力扣刷题之移动零
- 不恰当Equatable协议==方法的实现对SwiftUI中@State修饰属性的影响
- 数据库系统原理与应用教程(070)—— MySQL 练习题:操作题 101-109(十四):查询条件练习
- C#/VB.NET Extract table from PDF
- Greenplum数据库源码分析——Standby Master操作工具分析
- Win10, the middle mouse button cannot zoom in and out in proe/creo
- Become a Contributor in 30 minutes | How to participate in OpenHarmony's open source contributions in multiple ways?
猜你喜欢
#yyds干货盘点# 面试必刷TOP101: 链表中倒数最后k个结点
文库网站建设源码分享
Greenplum Database Source Code Analysis - Analysis of Standby Master Operation Tools
[Kapok] #Summer Challenge# Hongmeng mini game project - Sudoku (3)
Source code analysis of GZIPOutputStream class
使用常见问题解答软件的好处有哪些?
30天刷题计划(五)
Pytorch模型训练实用教程学习笔记:三、损失函数汇总
18. Distributed configuration center nacos
经验共享|在线文档协作:企业文档处理的最佳选择
随机推荐
工作5年,测试用例都设计不好?来看看大神的用例设计总结
数据库系统原理与应用教程(071)—— MySQL 练习题:操作题 110-120(十五):综合练习
Pytorch模型训练实用教程学习笔记:二、模型的构建
锐捷交换机基础配置
58:第五章:开发admin管理服务:11:开发【管理员人脸登录,接口】;(未实测)(使用了阿里AI人脸识别)(演示了,使用RestTemplate实现接口调用接口;)
Win11怎么安装语音包?Win11语音包安装教程
DAO开发教程【WEB3.0】
驱动上下游高效协同,跨境B2B电商平台如何释放LED产业供应链核心价值?
57:第五章:开发admin管理服务:10:开发【从MongoDB的GridFS中,获取文件,接口】;(从GridFS中,获取文件的SOP)(不使用MongoDB的服务,可以排除其自动加载类)
Screenshot of Selenium in Remote
GEE(8):使用MODIS填补由去云后的Landsat影像计算得到的NDVI数据
GZIPOutputStream 类源码分析
Creo5.0草绘如何绘制正六边形
安装GBase 8c数据库的时候,报错显示“Resource:gbase8c already in use”,这怎么处理呢?
有点奇怪!访问目的网址,主机能容器却不行
TestNG multiple xml for automated testing
百度无人驾驶商业化已“上路”
modbus bus module DAM-8082
力扣刷题之合并两个有序数组
有序双向链表的实现。