Order loadpath summary output

This commit is contained in:
alanfoster 2022-02-12 21:47:35 +00:00
parent 616fff9b8d
commit ec2ae16135
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ module Msf
added = "Loaded #{overall} modules:\n"
totals.each_pair { |type, count|
totals.sort_by { |type, _count| type }.each { |type, count|
added << " #{count} #{type} modules\n"
}