当前位置:网站首页>内网渗透之内网信息收集(四)
内网渗透之内网信息收集(四)
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
查看所有可用的服务查点模块
边栏推荐
- 7-11 机工士姆斯塔迪奥(PTA程序设计)
- Mixlab unbounded community white paper officially released
- 强化學習基礎記錄
- Hackmyvm target series (2) -warrior
- 7-1 output all primes between 2 and n (PTA programming)
- Hackmyvm target series (3) -visions
- msf生成payload大全
- Difference and understanding between detected and non detected anomalies
- Experiment 9 input and output stream (excerpt)
- Yugu p1012 spelling +p1019 word Solitaire (string)
猜你喜欢

Xray and burp linkage mining

Attack and defense world misc practice area (simplerar, base64stego, no matter how high your Kung Fu is, you are afraid of kitchen knives)

canvas基础2 - arc - 画弧线

Using spacedesk to realize any device in the LAN as a computer expansion screen

7-7 7003 combination lock (PTA program design)

Build domain environment (win)

外网打点(信息收集)

Yugu p1012 spelling +p1019 word Solitaire (string)

Hackmyvm target series (5) -warez

小程序web抓包-fiddler
随机推荐
Network layer - simple ARP disconnection
【VMware异常问题】问题分析&解决办法
撲克牌遊戲程序——人機對抗
Hackmyvm target series (2) -warrior
实验八 异常处理
Ucos-iii learning records (11) - task management
QT meta object qmetaobject indexofslot and other functions to obtain class methods attention
7-3 构造散列表(PTA程序设计)
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
Beautified table style
Callback function ----------- callback
Spot gold prices rose amid volatility, and the rise in U.S. prices is likely to become the key to the future
7-4 hash table search (PTA program design)
[dark horse morning post] Shanghai Municipal Bureau of supervision responded that Zhong Xue had a high fever and did not melt; Michael admitted that two batches of pure milk were unqualified; Wechat i
Simply understand the promise of ES6
7-4 散列表查找(PTA程序设计)
Poker game program - man machine confrontation
记一次api接口SQL注入实战
《英特尔 oneAPI—打开异构新纪元》
Mixlab unbounded community white paper officially released