From 3db73e1a7c0857d592d554dc0a96af00fe1023b5 Mon Sep 17 00:00:00 2001 From: jllang320 Date: Wed, 3 Feb 2016 14:38:08 -0600 Subject: [PATCH] Update powerview.ps1 Remove the reference to PowerSploit, SEP is triggering on this item. --- PowerView/powerview.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerView/powerview.ps1 b/PowerView/powerview.ps1 index adf96c5..c5f10f4 100755 --- a/PowerView/powerview.ps1 +++ b/PowerView/powerview.ps1 @@ -2,7 +2,7 @@ <# - PowerSploit File: PowerView.ps1 + File: PowerView.ps1 Author: Will Schroeder (@harmj0y) License: BSD 3-Clause Required Dependencies: None @@ -768,7 +768,7 @@ function Set-MacAttribute { Sets the modified, accessed and created (Mac) attributes for a file based on another file or input. - PowerSploit Function: Set-MacAttribute + Function: Set-MacAttribute Author: Chris Campbell (@obscuresec) License: BSD 3-Clause Required Dependencies: None