Files
metasploit-gs/documentation/ChangeLog
T

85 lines
2.0 KiB
Plaintext
Raw Normal View History

2007-03-24 07:04:36 +00:00
3.0 -
* Initial stable release
2006-12-10 06:05:15 +00:00
3.0-dev-12-10-2006 -
License:
* Provided under the Metasploit Framework License v1.2
2006-08-01 04:45:50 +00:00
beta release 1 -
Core:
* Officially using Cygwin for Windows support
* Additional stager used for large Windows stages
* Bug fixes to the bind_tcp handler code
* Compatibility fixes for Mac OS X
License:
* Provided under the Metasploit Framework License v1.1
2006-05-30 15:44:48 +00:00
alpha release 4 -
Core:
* Renamed 'aux' to 'auxiliary' for Windows compatibility
* Integrated database support through generic DB backend
* Experimental support for SQLite(2|3) and PostgreSQL
License:
* Core copyright transfered to Metasploit LLC
alpha release 3 -
Core:
* Drop 'recon' modules in favor of 'aux'
License:
* Provided under the Metasploit Framework License v1.0
2006-01-16 04:28:16 +00:00
alpha release 2 - Jan 15, 2006
2005-12-21 02:53:52 +00:00
2006-01-08 23:35:17 +00:00
Rex:
2006-01-08 23:33:53 +00:00
* generalized block-based dependency generation for polymorphism
2006-01-16 04:28:16 +00:00
* addition of gzip/ungzip to Rex::Text
* improvements to HTTP, DCERPC, SMB
2006-08-01 04:45:50 +00:00
* fixed http header parsing issue that lead to exception
2006-01-08 23:33:53 +00:00
2006-01-08 23:35:17 +00:00
Core:
2006-01-08 23:33:53 +00:00
* added support for EncoderOptions and EncoderType preferencing in exploits
2006-08-01 04:45:50 +00:00
* fixed issue with clear_non_user_defined in data store
2006-01-08 23:33:53 +00:00
2006-01-16 04:28:16 +00:00
Exploit Modules:
* 24 more exploit modules ported
2006-01-08 23:35:17 +00:00
Encoder Modules:
2006-01-08 23:33:53 +00:00
2006-01-08 23:37:27 +00:00
* x86/shikata_ga_nai ported
* x86/jmp_call_additive is now polymorphic
2006-01-16 04:28:16 +00:00
* unix command execution encoders added
* sparc/longxor_tag.rb ported
2006-01-08 23:33:53 +00:00
2006-01-08 23:35:17 +00:00
Payload Modules:
2006-01-08 23:33:53 +00:00
* passivex http tunneling stager ported
2006-01-16 04:28:16 +00:00
* unix command execution payloads ported
Nop Modules:
* ppc/simple.rb ported
* sparc/random.rb ported
2006-01-08 23:33:53 +00:00
Bug fixes:
2006-01-08 23:35:17 +00:00
* fixed some issues related to payload compatibility filtering
2006-01-08 23:33:53 +00:00
* console standard input prompt display was broken
* msfweb did not properly create ~/.msf3 directory
* framework incorrectly saved options not specified by the user
* ruby scripts defaulted to #!/usr/bin/ruby rather than #!/usr/bin/env ruby
* fix for incorrect 'next' in module.rb:load_module_from_file
2005-12-21 02:53:52 +00:00
alpha release 1 - Dec 15, 2005
2005-12-23 06:06:55 +00:00
2007-03-24 07:04:36 +00:00
* Initial development release