Skip to content

Commit 3b8ef02

Browse files
committed
sid vs side
1 parent 386e148 commit 3b8ef02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/post/windows/priv.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def get_integrity_level
194194
#
195195
def is_high_integrity?
196196
il = get_integrity_level
197-
(il == INTEGRITY_LEVEL_SID[:high] || il == INTEGRITY_LEVEL_SIDE[:system])
197+
(il == INTEGRITY_LEVEL_SID[:high] || il == INTEGRITY_LEVEL_SID[:system])
198198
end
199199

200200
#

0 commit comments

Comments
 (0)