New blog up from @agsolino about some of the cool stuff we added to ntlmrelayx in the past two years: https://t.co/PnpYQ8Ajrn. Socks proxy all the protocols!
Interesting way to call a COM CLSID:
rundll32.exe -sta {CLSID}
rundll32.exe /sta {CLSID}
Use this with @subTee's #squiblydoo COM Hijack method for a default AppLocker Bypass
Haven't found any sec-related resources with -sta (single threaded apartment)
Anyone seen this before?
OMG, look what I got :-) Simply add a registry entry value (UAC free) on windows 10 1803, then we can make our vbscript or jscript files bypass AMSI PERMANENTLY! Isn't it so easy? or is it an Easter egg Microsoft left to us? :-( @tiraniddo@bohops@subTee@Oddvarmoe@domchell
I've got to say but one of my favourite commands to date is: powershell Get-WmiObject -Class MicrosoftDNS_AType -NameSpace Root\MicrosoftDNS -ComputerName DCNAME
Obtaining a shell with an unrestricted access token in Windows (ab)using SeLoadDriverPrivilege privilege activation.
Very nice posty by @TuLkHaXs. cc: @binitamshah https://t.co/2R6mqvOei4
Just released a new blogpost: Pentester's Windows NTFS tricks collection (including CVE-2018-1036 - Windows NTFS Elevation of Privilege) https://t.co/JPO3Cy83PM @Sec_Consult#EoP#PatchTuesday
Many ways to execute COM:
cmd /c start shell:::{GUID}
explorer shell:::{GUID}
rundll32 url.dll, OpenURL shell:::{GUID}
Do you know some other technique?
1/2 https://t.co/883PdYXfhJ
Started porting #mimikatz to python. PoC code is working with limited functionality.
https://t.co/qZRCcJBviJ
Wanna help? Send test data. But only lsass dumps that you don't mind sharing!