├── README.md ├── connect.go ├── encrypt.go ├── execute.go ├── filecreate.go ├── go.mod ├── go.sum ├── img └── w3wp_powershell.png ├── main.go ├── reg.go └── resolve.go /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/README.md -------------------------------------------------------------------------------- /connect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/connect.go -------------------------------------------------------------------------------- /encrypt.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/encrypt.go -------------------------------------------------------------------------------- /execute.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/execute.go -------------------------------------------------------------------------------- /filecreate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/filecreate.go -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/go.mod -------------------------------------------------------------------------------- /go.sum: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/go.sum -------------------------------------------------------------------------------- /img/w3wp_powershell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/img/w3wp_powershell.png -------------------------------------------------------------------------------- /main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/main.go -------------------------------------------------------------------------------- /reg.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/reg.go -------------------------------------------------------------------------------- /resolve.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alwashali/detection-validation/HEAD/resolve.go --------------------------------------------------------------------------------