add arch to rpc session details

bug/bundler_fix
TheNaterz 2017-06-08 16:26:13 -06:00
parent 99fa52e660
commit c3b2476a51
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ class RPC_Session < RPC_Base
'username' => s.username.to_s,
'uuid' => s.uuid.to_s,
'exploit_uuid' => s.exploit_uuid.to_s,
'routes' => s.routes.join(",")
'routes' => s.routes.join(","),
'arch' => s.arch.to_s
}
if(s.type.to_s == "meterpreter")
res[s.sid]['platform'] = s.platform.to_s