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 0564a6e commit b7652b4Copy full SHA for b7652b4
lib/msf/core/exploit.rb
@@ -1242,6 +1242,15 @@ def handler_enabled?
1242
not datastore['DisablePayloadHandler']
1243
end
1244
1245
+ #
1246
+ # Returns the state of the PrependMigrate option
1247
+ # See https://github.com/rapid7/metasploit-framework/pull/917
1248
+ # for discussion.
1249
1250
+ def prepend_migrate?
1251
+ datastore['PrependMigrate']
1252
+ end
1253
+
1254
##
1255
#
1256
# Handler interaction
0 commit comments