当前位置:网站首页>内网渗透之内网信息收集(四)
内网渗透之内网信息收集(四)
2022-07-06 09:23:00 【不知名白帽】
目录
Metasploit内网信息收集
攻击机 kali 192.168.0.103
靶机 win7 192.168.0.105
09scraper
run scraper(将目标机器上的常见信息收集起来然后下载保存在本地)
/root/.msf4/logs/scripts/scraper

09winenum
run winenum(收集一些当前系统,用户组相关的信息)
/root/.msf4/logs/scripts/winenum

10msf主机发现
模块位于源码路径的modules/auxiliary/scanner/discovery/
主要有:
arp_sweep
ipv6_mulitcast_ping
ipv6_neighbor
ipv6_neighbor_router_advertisement
udp_probe
udp_sweep
11msf端口扫描
msf> search portscan
auxiliary/scanner/portscan/ack //通过ACK扫描的方式对防火墙上未被屏蔽的端口进行探测
auxiliary/scanner/portscan/ftpbounce //通过FTP bounce攻击的原理对TCP服务进行枚举,一些新的软件能很好的防范此攻击,但在旧的系统上仍可以被利用
auxiliary/scanner/portscan/syn //使用发送TCP SYN标志的方式探测开放端口
auxiliary/scanner/portscan/tcp //通过一次完整的TCP连接来判断端口是否开放,最准确但是最慢
auxiliary/scanner/portscan/xmas //一种更为隐秘的扫描方式,通过发送FIN·PSH·URG标志,能够躲避一些高级的TCP标记检测器的过滤
一般情况下推荐使用syn端口扫描器·速度较快·结果准确·不容易被对方察觉
syn扫描器的使用
use auxiliary/scanner/portscan/syn
set rhosts 192.168.0.105/24
set threads 20
exploit
12服务扫描与查点
确定开放端口后,对相应端口上所运行的服务信息进行挖掘
在Metasploit的Scanner辅助模块中,用于服务扫描和查点的工具常以[service_name]_version和[service_name]_login命名
[service_name]_version 可用于遍历网络中包含了某种服务的主机,并进一步确定服务的版本
[service_name]_login 可对某种服务进行口令探测攻击
在msf终端中可以输入
search name:_version
查看所有可用的服务查点模块
边栏推荐
- XSS之冷门事件
- Experiment 6 inheritance and polymorphism
- HackMyvm靶机系列(4)-vulny
- 强化学习基础记录
- Wechat applet
- 网络基础之路由详解
- Experiment 7 use of common classes (correction post)
- [MySQL table structure and integrity constraint modification (Alter)]
- Relationship between hashcode() and equals()
- Matlab opens M file garbled solution
猜你喜欢

Wei Shen of Peking University revealed the current situation: his class is not very good, and there are only 5 or 6 middle-term students left after leaving class

Nuxtjs快速上手(Nuxt2)

HackMyvm靶机系列(7)-Tron

记一次api接口SQL注入实战

HackMyvm靶機系列(3)-visions

. Net6: develop modern 3D industrial software based on WPF (2)

Meituan dynamic thread pool practice ideas, open source

搭建域环境(win)

HackMyvm靶机系列(5)-warez

强化学习基础记录
随机推荐
HackMyvm靶机系列(7)-Tron
【MySQL数据库的学习】
7-3 construction hash table (PTA program design)
The United States has repeatedly revealed that the yield of interest rate hiked treasury bonds continued to rise
小程序web抓包-fiddler
记一次edu,SQL注入实战
. Net6: develop modern 3D industrial software based on WPF (2)
Get started with typescript
Xray and burp linkage mining
HackMyvm靶机系列(3)-visions
7-11 机工士姆斯塔迪奥(PTA程序设计)
Hackmyvm target series (3) -visions
Yugu p1012 spelling +p1019 word Solitaire (string)
HackMyvm靶机系列(6)-videoclub
【头歌educoder数据表中数据的插入、修改和删除】
A complete collection of papers on text recognition
WEB漏洞-文件操作之文件包含漏洞
Principles, advantages and disadvantages of two persistence mechanisms RDB and AOF of redis
【VMware异常问题】问题分析&解决办法
7-15 h0161. 求最大公约数和最小公倍数(PTA程序设计)