Ryan Ephgrave
Blogs, Articles, and Posts
Passwordless PowerShell
(ephingadmin.com)
One thing I've always hated doing with PowerShell is storing/retrieving passwords, because that
By: Ryan Ephgrave submitted:Jun 16 2022
One thing I've always hated doing with PowerShell is storing/retrieving passwords, because that
always feels like a weak link in the security chain. I love running code as multiple accounts (my team probably has 75+ AD accounts we own), but hate everything else we have to do with those accounts.
By: Ryan Ephgrave submitted:Jun 16 2022
TIL you can get the last item in an array
(twitter.com)
in PowerShell by using the index -1.
By: Ryan Ephgrave submitted:Jun 16 2022
in PowerShell by using the index -1.
By: Ryan Ephgrave submitted:Jun 16 2022
Projects, Scripts, and Modules
Log4ShellDetection
(github.com)
This is written in PowerShell, targets Windows, and is meant to find Log4Shell vulnerabilities
By: Ryan Ephgrave submitted:Jun 16 2022
This is written in PowerShell, targets Windows, and is meant to find Log4Shell vulnerabilities
wherever they may be
By: Ryan Ephgrave submitted:Jun 16 2022