当前位置:网站首页>Intranet information collection of Intranet penetration (5)
Intranet information collection of Intranet penetration (5)
2022-07-06 14:07:00 【Unknown white hat】
Voucher information collection
01 Voucher acquisition tool
Often used to get windows Password tools
- mimikatz
- wce
- pwddump7
- ophcrack
- procdump+mimikatz
- lazagne
02 password hash
LM Hash &NTLM Type hash
winodws hash:
2000 | xp | 2003 | Vista | win7 | 2008 | 2012 | |
LM | √ | √ | √ | ||||
NTLM | √ | √ | √ | √ | √ | √ | √ |
windows Local hash:
http://www.secpulse.com/archives/65256.html
windows Under the system hash Password format :
User name :RID:LM-HASH value :NT-HASH value

03mimikatz
mimikatz download :
link :https://pan.baidu.com/s/1ZbQM5YrgNyqmHFWBySSJjg
Extraction code :jryu
Non local interactive credential acquisition
mimikatz.exe "log res.txt" "privilege::debug" "token::elevate" "lsadump::sam" "exit"
mimikatz.exe "log logon.txt" "privilege::debug" "sekurlsa::logonpasswords" "exit"
Generally, the target plane is landed remotely , Download in the target mimikatz
log result.txt( Send the results to txt in )
privilege::debug( Raise the right )

token::elevate( Impersonate token : Used to promote permissions to SYSTEM ( Default ) Or find the domain administrator token in the box )

Get system User token
lsadump::sam( Get user hash )

sekurlsa::logonpasswords( Get clear text password )

mimikatz1.x edition :
privilege::debug // Increase authority
inject::process lsass.exe sekurlsa.dll // Inject sekurlsa.dll To lsass.exe In progress
@getLogonPasswords // Get password
mimikatz No killing :
https://www.freebuf.com/articles/system/234365.html
04get-hashs

边栏推荐
猜你喜欢

Yugu p1012 spelling +p1019 word Solitaire (string)

Strengthen basic learning records

强化学习基础记录

Canvas foundation 2 - arc - draw arc

Programme de jeu de cartes - confrontation homme - machine

Only 40% of the articles are original? Here comes the modification method

7-7 7003 combination lock (PTA program design)

HackMyvm靶机系列(2)-warrior

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

附加简化版示例数据库到SqlServer数据库实例中
随机推荐
Implementation principle of automatic capacity expansion mechanism of ArrayList
强化学习基础记录
7-3 构造散列表(PTA程序设计)
HackMyvm靶机系列(6)-videoclub
Xray and burp linkage mining
js判断对象是否是数组的几种方式
It's never too late to start. The tramp transformation programmer has an annual salary of more than 700000 yuan
7-15 h0161. Find the greatest common divisor and the least common multiple (PTA program design)
1. Preliminary exercises of C language (1)
7-11 机工士姆斯塔迪奥(PTA程序设计)
Get started with typescript
HackMyvm靶机系列(3)-visions
Read only error handling
实验八 异常处理
[VMware abnormal problems] problem analysis & Solutions
7-7 7003 combination lock (PTA program design)
Hackmyvm target series (3) -visions
DVWA (5th week)
The difference between cookies and sessions
[err] 1055 - expression 1 of order by clause is not in group by clause MySQL