2009년 08월 09일
Javascript unicode encoded shellcode to hex(\x type)
encodedShell = '%u10EB%u4B5B%uC933%uB966%u03B8%u3480%uBD0B%uFAE2%u05EB%uEBE8%uFFFF'
x = encodedShell.replace('%u','')
length = len(x)/4
sh = ''
for i in range(length):
sh = sh + r'\x' + x[2:4] + r'\x' + x[:2]
x = x[4:]
print sh
# by | 2009/08/09 23:15 | Web | 트랙백





☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]