Update db_spec.rb

bug/bundler_fix
sinn3r 2015-03-19 18:12:37 -05:00
parent f38ad13094
commit 6c84081552
1 changed files with 3 additions and 0 deletions

View File

@ -391,6 +391,9 @@ describe Msf::Ui::Console::CommandDispatcher::Db do
" -o <file> Send output to a file in csv format",
" -R,--rhosts Set RHOSTS from the results of the search",
" -S,--search Search string to filter by",
" -i,--info Change the info of a host",
" -n,--name Change the name of a host",
" -m,--comment Change the comment of a host",
"Available columns: address, arch, comm, comments, created_at, cred_count, detected_arch, exploit_attempt_count, host_detail_count, info, mac, name, note_count, os_flavor, os_lang, os_name, os_sp, purpose, scope, service_count, state, updated_at, virtual_host, vuln_count"
]
end