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 62fa143 commit 95e9057Copy full SHA for 95e9057
lib/msf/base/sessions/meterpreter.rb
@@ -329,9 +329,7 @@ def load_session_info()
329
username = self.sys.config.getuid
330
sysinfo = self.sys.config.sysinfo
331
332
- # TODO: use one of these to determine of the end shell is dead?
333
self.payload_uuid = self.core.uuid
334
- self.machinie_id = self.core.machine_id
335
336
safe_info = "#{username} @ #{sysinfo['Computer']}"
337
safe_info.force_encoding("ASCII-8BIT") if safe_info.respond_to?(:force_encoding)
0 commit comments