Update sub_info.rb

GSoC/Meterpreter_Web_Console
Auxilus 2018-05-02 22:02:09 +05:30 committed by GitHub
parent 2619b457f8
commit 7a47e2aa25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class MetasploitModule < Msf::Post
]
values ||= []
arr ||= []
for code in 1..29 do
for code in 1..@transaction_codes.length do
print_status("using code : #{code}")
block = su_exec("service call iphonesubinfo #{code}", datastore['SU_BINARY'])
value,tc = get_val(block, code)