MrTchuss
@buffer_x90
ID: 360890827
23-08-2011 22:47:12
182 Tweet
59 Followers
145 Following
checkout android_emuroot from Airbus Security Lab here github.com/airbus-seclab/…, Android API 27 is now supported.
Download Get_AD_Users_Logon_History.ps1. Get All AD Users Logon History with their Logged on Computers (with IPs) & OUs, by inspecting the Kerberos TGT Request Events(EventID 4768) from domain controllers. + users OU path & Computer Accounts gallery.technet.microsoft.com/scriptcenter/G…
Matt Graeber My new favorite command: Get-WinEvent -FilterHashtable @{LogName='Microsoft-Windows-PowerShell/Operational'; ID=4104} | Select-Object -Property Message | Select-String -Pattern 'SecureString'
In his latest blogpost, Guillaume André analyzes MDI's detection of PKINIT authentication, explains how to bypass it and releases Invoke-RunAsWithCert, a tool to perform Kerberos authentication via PKINIT with the Windows API from a non domain-joined machine. synacktiv.com/publications/u…