metasploit-framework/lib/rex/proto
James Lee 7ea5f87960 Allow proper ruby types for evasion configuration
At some point in the distant past, the datastore was all strings and the
various option types got parsed out in the appropriate places. Then, in
the somewhat more recent past, the options started getting converted to
regular ruby types (such as TrueClass for a BOOL options, etc) earlier
in their life.  Apparently, that change broke boolean http evasions.
This commit fixes them by ensuring that +true+ is just as acceptable as
"true".

Fixes #6198, thanks Ashish for the report
2012-01-06 20:05:29 -07:00
..
dcerpc add a NO RECV flag to the client call function 2010-08-18 17:21:10 +00:00
dhcp Fix some TOCTOU confusion and database errors. 2011-09-23 15:12:19 +00:00
drda See #726. Cleaning up my gross whitespace. 2010-01-28 23:08:39 +00:00
http Allow proper ruby types for evasion configuration 2012-01-06 20:05:29 -07:00
iax2 Lets just leave this here (insurance against my laptop melting down between now and tomorrow morning). Nothing to see here, move along ;) 2011-08-03 22:58:55 +00:00
ntlm Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
proxy Fix up the stop call 2011-07-27 20:50:11 +00:00
rfb See #3183: Pad the plain text before trying DES on it. 2011-03-20 08:55:12 +00:00
smb Fix SMB_COM_NT_TRANSACT structure definition per specification. For more information see http://j.mp/t5zzku 2011-11-27 19:27:01 -06:00
sunrpc Fixes up SunRPC to use proper timeouts and track the socket context (needed for pivoting) 2010-03-17 23:02:35 +00:00
tftp Don't blow up if the user doesn't set a filename 2011-12-21 16:26:29 -06:00
dcerpc.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
dcerpc.rb.ts.rb Code cleanups 2008-10-19 21:03:39 +00:00
dhcp.rb merge cleanup.diff from scriptjunkie, rewrote set_option, see #2329 2010-08-07 06:45:02 +00:00
drda.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
drda.rb.ts.rb Fixes #726. Adding in the test cases (and some slight fixes) closes this ticket. 2010-01-28 23:01:32 +00:00
http.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
http.rb.ts.rb Code cleanups 2008-10-19 21:03:39 +00:00
iax2.rb Lets just leave this here (insurance against my laptop melting down between now and tomorrow morning). Nothing to see here, move along ;) 2011-08-03 22:58:55 +00:00
ntlm.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
ntlm.rb.ut.rb fix up test require path 2011-05-06 18:41:38 +00:00
rfb.rb Big VNC update: 2010-11-14 03:37:45 +00:00
rfb.rb.ut.rb fix up test require path 2011-05-06 18:41:38 +00:00
smb.rb Reverting the autoload changes until we can upgrade to a new ActiveSupport library or find a workaround 2011-05-12 20:03:55 +00:00
smb.rb.ts.rb Code cleanups 2008-10-19 21:03:39 +00:00
sunrpc.rb Giant update from tebo, fixing up SunRPC and the nsfmount module 2009-12-23 13:44:53 +00:00
tftp.rb First draft of a TFTP client. 2011-12-16 18:41:55 -06:00