Fix the print lins

git-svn-id: file:///home/svn/framework3/trunk@9068 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-04-14 02:46:43 +00:00
parent 29755d7445
commit 914a90a714
1 changed files with 2 additions and 2 deletions

View File

@ -64,9 +64,9 @@ module ReverseHttps
},
'VirtualDirectory' => true)
dlog("Reverse HTTPS listener started on http://#{datastore['LHOST']}:#{datastore['LPORT']}/", 'core', LEV_2)
dlog("Reverse HTTPS listener started on https://#{datastore['LHOST']}:#{datastore['LPORT']}/", 'core', LEV_2)
print_status("HTTPS listener started on http://#{datastore['LHOST']}:#{datastore['LPORT']}/")
print_status("HTTPS listener started on https://#{datastore['LHOST']}:#{datastore['LPORT']}/")
end
#