mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Remove typo'd stuff that shouldn't have made it past merge
This commit is contained in:
parent
62fa14326d
commit
95e9057854
@ -329,9 +329,7 @@ class Meterpreter < Rex::Post::Meterpreter::Client
|
||||
username = self.sys.config.getuid
|
||||
sysinfo = self.sys.config.sysinfo
|
||||
|
||||
# TODO: use one of these to determine of the end shell is dead?
|
||||
self.payload_uuid = self.core.uuid
|
||||
self.machinie_id = self.core.machine_id
|
||||
|
||||
safe_info = "#{username} @ #{sysinfo['Computer']}"
|
||||
safe_info.force_encoding("ASCII-8BIT") if safe_info.respond_to?(:force_encoding)
|
||||
|
Loading…
Reference in New Issue
Block a user