Skip to content

Commit

Permalink
Add words for randomize case on methods and function names for the Am…
Browse files Browse the repository at this point in the history
…si bypass
  • Loading branch information
OscarAkaElvis committed Oct 8, 2024
1 parent de0ea50 commit 7eb8a9f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion evil-winrm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,17 @@ def initialize
'Reflection.BindingFlags',
'NonPublic',
'Static',
'GetValue'
'GetValue',
'LookupFunc',
'AppDomain',
'CurrentDomain',
'GetAssemblies',
'getDelegateType',
'DefineConstructor',
'Reflection.AssemblyName',
'DefineMethod',
'GetDelegateForFunctionPointer',
'MakeByRefType'
]
end

Expand Down

0 comments on commit 7eb8a9f

Please sign in to comment.