From 2897ea776dabfcade576934996fbaf359bfaa38b Mon Sep 17 00:00:00 2001 From: pe3zx Date: Fri, 4 Jan 2019 14:13:29 +0700 Subject: [PATCH] [Tools][Post Exploitation] FuzzySecurity/Sharp-Suite --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5af4dbd..c7d0415 100644 --- a/README.md +++ b/README.md @@ -2317,6 +2317,10 @@ _return-to-libc techniques_ FuzzySecurity/PowerShell-Suite There are great tools and resources online to accomplish most any task in PowerShell, sometimes however, there is a need to script together a util for a specific purpose or to bridge an ontological gap. This is a collection of PowerShell utilities I put together either for fun or because I had a narrow application in mind. + + FuzzySecurity/Sharp-Suite + My musings with C# + google/sandbox-attacksurface-analysis-tools This is a small suite of tools to test various properties of sandboxes on Windows. Many of the checking tools take a -p flag which is used to specify the PID of a sandboxed process. The tool will impersonate the token of that process and determine what access is allowed from that location. Also it's recommended to run these tools as an administrator or local system to ensure the system can be appropriately enumerated.