Reverse connection payloads now listen on 0.0.0.0 by default.

git-svn-id: file:///home/svn/framework3/trunk@4000 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2006-10-01 16:56:17 +00:00
parent c0f55ed478
commit 070f9af55f
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ module ReverseTcp
end
self.listener_sock = Rex::Socket::TcpServer.create(
'LocalHost' => datastore['LHOST'],
# 'LocalHost' => datastore['LHOST'],
'LocalPort' => datastore['LPORT'].to_i,
'Comm' => comm,
'Context' =>

View File

@ -58,7 +58,7 @@ module ReverseTcpDouble
end
self.listener_sock = Rex::Socket::TcpServer.create(
'LocalHost' => datastore['LHOST'],
# 'LocalHost' => datastore['LHOST'],
'LocalPort' => datastore['LPORT'].to_i,
'Comm' => comm,
'Context' =>