Changeset 3527

Show
Ignore:
Timestamp:
02/13/06 16:52:55 (3 years ago)
Author:
bmc
Message:

* use utf-7 'mode' instead of utf-7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • incoming/trunk/lib/msf/core/exploit/http.rb

    r3523 r3527  
    527527                        when 'utf-7-all' 
    528528                                headers['Content-Type'] = 'text/html; charset: utf-7' 
    529                                 body = Rex::Text.to_unicode(body, 'utf-7-all') 
     529                                body = Rex::Text.to_unicode(body, 'utf-7', 'all') 
    530530                        when 'none' 
    531531                                # do nothing