onice

远控生成客户端的原理是啥?

  •  
  •   onice · Aug 25, 2021 · 3436 views
    This topic created in 1751 days ago, the information mentioned may be changed or developed.
    一般的远控都能生成一个客户端。这个客户端生成的原理是哈?

    是在项目里集成了编译器吗?把用户输入的反向链接地址和端口拼接到客户端代码里再编译成新的 exe 吗?
    10 replies    2021-08-26 17:19:15 +08:00
    crab
        1
    crab  
       Aug 25, 2021
    你可以看看 Gh0st 源码
    songer
        2
    songer  
       Aug 26, 2021
    一般是提前编译的成品,然后查找填充字符比如 xxxxxxxxxxx 替换上线 IP,端口。
    xupefei
        3
    xupefei  
       Aug 26, 2021 via iPhone
    申请一个长字符串填上特殊符号,生成客户端时在 exe 里搜索那串符号替换成真正的字符串,末尾写个\0
    levelworm
        4
    levelworm  
       Aug 26, 2021 via Android
    shellcode?
    nyfwan123
        5
    nyfwan123  
       Aug 26, 2021
    这不就是 shellcode 吗
    Gloomyer
        6
    Gloomyer  
       Aug 26, 2021
    原理 建议学习下 PE 结构
    newmlp
        7
    newmlp  
       Aug 26, 2021
    都是打包编译好的,然后替换一下 ip 端口字段啥的就行了
    opentrade
        8
    opentrade  
       Aug 26, 2021
    另外的做法是加密后放在文件名里。
    2i2Re2PLMaDnghL
        9
    2i2Re2PLMaDnghL  
       Aug 26, 2021
    在 .data 段里放一个字符串存配置即可
    有时也能在 exe 最后带一段内容,运行起来之后去读就行
    不过无论何种都会破坏签名,所以都是 UAC 黄框,#8 的方法可以保持 UAC 蓝框。
    janxin
        10
    janxin  
       Aug 26, 2021
    搜索关键词“PE 附加数据”
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   966 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 22:02 · PVG 06:02 · LAX 15:02 · JFK 18:02
    ♥ Do have faith in what you're doing.