【问题标题】:how to decode the shellcode \x61\x6c如何解码 shellcode \x61\x6c
【发布时间】:2013-08-19 15:21:41
【问题描述】:

shellcode中隐藏了一个问题,我需要找到它

\x61\x6c\x6c\x20\x69\x73\x20\x77\x65\x6c\x6c\x2e\x20\x6c\x61\x75\x67\x68\x69\x6e\x67\x20\x6f\ x75\x74\x20\x6c\x6f\x75\x64\x2e\x20\x48\x6f\x77\x20\x6d\x61\x6e\x79\x20\x73\x74\x61\x74\x65\x73\x20\ x61\x72\x65\x20\x74\x68\x65\x72\x65\x20\x69\x6e\x20\x69\x6e\x64\x69\x61\x3f\x20\x49\x20\x6c\x6f\x76\ x65\x20\x73\x68\x65\x6c\x6c\x20\x63\x6f\x64\x69\x6e\x67\x2e\x20\x49\x74\x20\x69\x73\x20\x67\x61\x6f\ x64\x2e\x20

【问题讨论】:

标签: decoding shellcode


【解决方案1】:

代码包含转义字符,可以用 JavaScript 解析,如下所示:

alert("\x61\x6c\x6c\x20\x69\x73\x20\x77\x65\x6c\x6c\x2e\x20\x6c\x61\x75\x67\x68\x69\x6e\x67\x20\x6f\x75\x74\x20\x6c\x6f\x75\x64\x2e\x20\x48\x6f\x77\x20\x6d\x61\x6e\x79\x20\x73\x74\x61\x74\x65\x73\x20\x61\x72\x65\x20\x74\x68\x65\x72\x65\x20\x69\x6e\x20\x69\x6e\x64\x69\x61\x3f\x20\x49\x20\x6c\x6f\x76\x65\x20\x73\x68\x65\x6c\x6c\x20\x63\x6f\x64\x69\x6e\x67\x2e\x20\x49\x74\x20\x69\x73\x20\x67\x61\x6f\x64\x2e\x20");

运行此代码会导致出现此警告框:

一切都很好。大笑。印度有多少个州?我喜欢 shell 编码。很好。

【讨论】:

    猜你喜欢
    • 2021-11-24
    • 2020-10-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-01-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多