metasploit-framework/lib/msf/core/encoder
HD Moore 47039ff3fa First round of bugfixes for encoders. Alphanumeric encoders no longer default the BufferRegister option, since this can lead to non-compatible exploits falling through to these encoders, selecting them, and then crashing. The new method uses a dynamic (not quite poly) geteip generator, that while not yet alphanumeric compatible, it handles most of the known use cases. Remaining items:
1) Figure out how to handle unicode geteip (unicode encoded, alphanum probably)
2) Add keys to the unicode payloads to force a corresponding keyu on the exploit side to enable 




git-svn-id: file:///home/svn/framework3/trunk@3863 4d416f70-5f16-0410-b530-b9f4589650da
2006-09-10 05:10:48 +00:00
..
alphanum.rb First round of bugfixes for encoders. Alphanumeric encoders no longer default the BufferRegister option, since this can lead to non-compatible exploits falling through to these encoders, selecting them, and then crashing. The new method uses a dynamic (not quite poly) geteip generator, that while not yet alphanumeric compatible, it handles most of the known use cases. Remaining items: 2006-09-10 05:10:48 +00:00
nonalpha.rb Hehe - sorry guys ;) 2006-04-21 12:31:11 +00:00
nonupper.rb Add nonupper encoder, like nonalpha, but with badchar support instead of lowercase char range 2006-05-08 15:04:50 +00:00
xor.rb Fixored 2006-04-26 16:51:05 +00:00
xor_additive_feedback.rb shikata ga nai 2005-12-30 01:14:56 +00:00