added comment as to why I changed the output format

added comment as to why I changed the output format of the alias command
# add 'alias' in front of each row so that the output can be copy
pasted into an rc file if desired
This commit is contained in:
kernelsmith 2012-11-16 18:40:26 -06:00
parent d73a0006df
commit dcf608cbbe
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class Plugin::Alias < Msf::Plugin
'Postfix' => "\n",
'Columns' => [ '', 'Alias Name', 'Alias Value' ]
)
# add 'alias' in front of each row so that the output can be copy pasted into an rc file if desired
@aliases.each_pair do |key,val|
tbl << ["alias",key,val]
end