Skip to content

Commit c4dcd79

Browse files
committed
Land rapid7#9144, fix misspelling in exploit/windows/local/wmi_persistence
2 parents e70ca74 + 3b8ef02 commit c4dcd79

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)