Changeset 3527
- Timestamp:
- 02/13/06 16:52:55 (3 years ago)
- Files:
-
- incoming/trunk/lib/msf/core/exploit/http.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
incoming/trunk/lib/msf/core/exploit/http.rb
r3523 r3527 527 527 when 'utf-7-all' 528 528 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') 530 530 when 'none' 531 531 # do nothing
