Skip to content

Commit d60cc27

Browse files
committed
removes forgotten line of test code
1 parent 4c09398 commit d60cc27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

msfrpc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ rpc = Msf::RPC::Client.new(
8484
)
8585

8686
rpc.login(opts['User'], opts['Pass'])
87-
rpc.call('console.create')
88-
# => "consoles"=>[ {"id"=>"0", "prompt"=>"msf > ", "busy"=>false} ]
8987

9088
puts "[*] The 'rpc' object holds the RPC client interface"
9189
puts "[*] Use rpc.call('group.command') to make RPC calls"

0 commit comments

Comments
 (0)