We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08aff2 commit 483228cCopy full SHA for 483228c
lib/msf/core/post_mixin.rb
@@ -162,7 +162,7 @@ def session_compatible?(sess_or_sid)
162
163
# Types are okay, now check the platform.
164
if self.platform and self.platform.kind_of?(Msf::Module::PlatformList)
165
- return false unless self.platform.supports?(Msf::Module::PlatformList.transform(s.base_platform))
+ return false unless self.platform.supports?(Msf::Module::PlatformList.transform(s.platform))
166
end
167
168
# Check to make sure architectures match
0 commit comments