Metasploit mailing list archives

SLL bugs ? and fixes


From: email1 at fowley.org (Gerard Fowley)
Date: Fri, 20 Aug 2004 00:09:20 -0400 (EDT)


I had trouble getting SSL working in metasploit v2.2 (after installing
Net::SSLeay), these edits fixed it up for me...

file: framework-2.2/lib/Msf/Socket/Tcp.pm

insert line 22:   use Msf::Socket::SSLTcp;

(couldn't find Msf::socket::SSLTcp)

file: framework-2.2/lib/Pex/Socket/SSLTcp.pm

change line 63:   Net::SSLeay::free($self->SSLFd);

(from 'Free' to 'free')

-gf-




Current thread: