Replace unicode with raw hex for future compatibility
git-svn-id: file:///home/svn/framework3/trunk@6310 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
cf446dd7d9
commit
69c169bb2f
|
@ -398,11 +398,11 @@ module Exploit::Remote::SMB
|
|||
],
|
||||
'Hungarian' =>
|
||||
[
|
||||
Rex::Text.to_unicode('Távoli nyomtatók')
|
||||
Rex::Text.to_unicode("\x54\xe1\x76\x6f\x6c\x69\x20\x6e\x79\x6f\x6d\x74\x61\x74\xf3\x6b")
|
||||
],
|
||||
'Finnish' =>
|
||||
[
|
||||
Rex::Text.to_unicode('Etätulostimet')
|
||||
Rex::Text.to_unicode("\x45\x74\xe4\x74\x75\x6c\x6f\x73\x74\x69\x6d\x65\x74")
|
||||
],
|
||||
'Dutch' =>
|
||||
[
|
||||
|
@ -414,7 +414,7 @@ module Exploit::Remote::SMB
|
|||
],
|
||||
'Swedish' =>
|
||||
[
|
||||
Rex::Text.to_unicode('Fjärrskrivare')
|
||||
Rex::Text.to_unicode("\x46\x6a\xe4\x72\x72\x73\x6b\x72\x69\x76\x61\x72\x65")
|
||||
],
|
||||
'Polish' =>
|
||||
[
|
||||
|
@ -422,7 +422,7 @@ module Exploit::Remote::SMB
|
|||
],
|
||||
'Czech' =>
|
||||
[
|
||||
Rex::Text.to_unicode('Vzdálené tiskárny')
|
||||
Rex::Text.to_unicode("\x56\x7a\x64\xe1\x6c\x65\x6e\xe9\x20\x74\x69\x73\x6b\xe1\x72\x6e\x79")
|
||||
],
|
||||
'Turkish' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue