Do not try to bind to LHOST

git-svn-id: file:///home/svn/framework3/trunk@9057 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore
2010-04-13 15:38:01 +00:00
parent 197595839a
commit 32b8f366de
+1 -1
View File
@@ -50,7 +50,7 @@ module ReverseHttps
# Start the HTTPS server service on this host/port
self.service = Rex::ServiceManager.start(Rex::Proto::Http::Server,
datastore['LPORT'].to_i,
datastore['LHOST'],
'0.0.0.0',
true
)