1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

add none to default

git-svn-id: file:///home/svn/incoming/trunk@3158 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2005-11-29 02:43:20 +00:00
parent fbc778fc23
commit ebf9cf5c48

View File

@ -40,7 +40,7 @@ class Exploit < Msf::Module
{
# Support reverse, bind, find, and noconn connection types
# for all exploits unless expressly disabled.
'ConnectionType' => 'reverse bind find noconn',
'ConnectionType' => 'reverse bind find noconn none',
}
end