HTB APT
10.10.10.213 | 50 pts
PART 1 : INITIAL RECON
1.1 NMAP scan
$ nmap --min-rate 3000 -oN nmap-tcp.initial -p- -Pn -T4 -v 10.10.10.213
Host is up.
All 65535 scanned ports on 10.10.10.213 are filtered
Read data files from: /usr/bin/../share/nmap
Nmap done: 1 IP address (1 host up) scanned in 65.54 seconds$ git clone https://github.com/mubix/IOXIDResolver.git
$ python3 IOXIDResolver/IOXIDResolver.py -t 10.10.10.213
[*] Retrieving network interface of 10.10.10.213
Address: apt
Address: 10.10.10.213
Address: dead:beef::b885:d62a:d679:573f
Address: dead:beef::cda5:800b:148e:65941.2 Updating /etc/hosts
PART 2 : PORT ENUMERATION
2.1 TCP PORT 80 (HTTP)

2.2 TCP PORT 445 (SMB)
PART 3: EXPLOITATION
3.1 Search for valid users
3.2 Generating a Kerberos Ticket for henry.vinson
3.3 Dumping HKEY_USERS
PART 4 : USER SHELL (henry.vinson_adm)
PART 5 : PRIVILEGE ESCALATION (henry.vinson_adm → Administrator)
5.1 The console history of henry.vinson_adm
DWORD
Setting
Description
5.2 Intercepting NTLMv1 Hashes
5.3 impacket-secretsdump
5.4 Shell as Administrator
REFERENCES
Last updated
