Information Security
408 subscribers
157 photos
5 videos
9 files
2.28K links
Information Security News

we are @sec_nerd twin brother
Download Telegram
Attack Methods for Gaining Domain Admin Rights in Active Directory


https://adsecurity.org/?p=2362


#windows
#ad


@sec_nerd_en
Just released a new #mimikatz version to support Windows 10 1803 to bypass the Credential Guard authentication chain

https://github.com/gentilkiwi/mimikatz/releases


#windows
#mimikatz
JuicyPotato - A useful tool to Escalate from Windows Service Account to NT AUTHORITY\SYSTEM

ohpe.it/juicy-potato/

#windows

@sec_nerd_en
On modern #Windows systems one can capture traffic without sniffer, just by "netsh trace start capture=yes" command => ETL file created.
Add a file/folder to #Windows Defender exclusion list

C:\>powershell -exec bypass - "Add-MpPreference -ExclusionPath 'D:\EvilFolder\Tools'"

useful if you want to move #pentest tools to a Windows machine without Defender interfering

Admin UAC prompt required

#powershell #oscp