Fix silent fail on missing url

MS-2855/keylogger-mettle-extension
klayklogg 2018-02-19 12:07:33 +13:00
parent ca6c55047e
commit e6e595000f
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ class Plugin::Wmap < Msf::Plugin
else else
print_error("Unable to create site") print_error("Unable to create site")
end end
else
print_error("No site provided.")
end end
when '-d' when '-d'
del_idx = args del_idx = args