My musings with PowerShell
Role in this project:
Back-end Developer & Security Engineer Contributions:91 commits, 1 PR, 96 pushes in 6 years
Contributions summary:Ruben's contributions primarily revolve around the development of a PowerShell script, "Invoke-Runas.ps1," which functions similarly to the Windows "runas.exe" utility. They have added and refined functionality, including the use of Advapi32::CreateProcessWithLogonW to create processes with different credentials. Furthermore, the user has created a script "Conjure-LSASS.ps1" to duplicate the LSASS access token. In addition, the user has created scripts like "Invoke-MS16-032.ps1", "Detect-Debug.ps1", "Get-TokenPrivs.ps1", "Get-SystemModuleInformation.ps1", "Get-ProcessMiniDump.ps1", "UAC-TokenMagic.ps1", "Export-LNKPwn.ps1" and "Start-Eidolon.ps1" which demonstrates the creation of tools commonly used by security engineers for testing and exploitation.
powershell-modulespowershellpowershell-modulemusings
Role in this project:
Back-end Developer & Security Engineer Contributions:3 releases, 8 commits, 8 pushes in 2 years
Contributions summary:Ruben contributed significantly to SilkETW, a tool for collecting ETW events. They introduced version updates, refactored existing code, fixed typos, and improved the event logging mechanism. The user also integrated Yara rules for threat detection and added output options like writing to event logs, indicating a focus on security and system monitoring. Moreover, they modified the service to address issues with event source retargeting and data truncation.