metasploit-framework/documentation/ChangeLog

32 lines
780 B
Plaintext

alpha release 2
Rex:
* generalized block-based dependency generation for polymorphism
Core:
* added support for EncoderOptions and EncoderType preferencing in exploits
Encoder Modules:
* x86/shikata_ga_nai ported
* x86/jmp_call_additive is now polymorphic
Payload Modules:
* passivex http tunneling stager ported
Bug fixes:
* fixed some issues related to payload compatibility filtering
* 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
alpha release 1 - Dec 15, 2005
* Initial release