From 91febcb194fbc0138efee9244ad56fffa644a2e7 Mon Sep 17 00:00:00 2001 From: Alan Foster Date: Fri, 29 Jan 2021 16:19:13 +0000 Subject: [PATCH] Fix msftidy warnings --- modules/auxiliary/admin/scada/pcom_command.rb | 0 modules/post/windows/manage/add_user.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 modules/auxiliary/admin/scada/pcom_command.rb diff --git a/modules/auxiliary/admin/scada/pcom_command.rb b/modules/auxiliary/admin/scada/pcom_command.rb old mode 100755 new mode 100644 diff --git a/modules/post/windows/manage/add_user.rb b/modules/post/windows/manage/add_user.rb index 1cbe8546d3..0d2dce3551 100644 --- a/modules/post/windows/manage/add_user.rb +++ b/modules/post/windows/manage/add_user.rb @@ -7,7 +7,7 @@ class MetasploitModule < Msf::Post include Msf::Post::Windows::Priv include Msf::Post::Windows::Accounts include Msf::Exploit::Deprecated - + moved_from 'post/windows/manage/add_user_domain' def initialize(info = {})