Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
nimcrypt — 使用Nim编写的PE加密器 | Kitploit
工具/GitHubGitHub/icyguider/nimcrypt
加密/解密工具漏洞利用框架Payload生成代码分析Shellcode恶意软件分析渗透测试二进制分析学习与教育红队Shellcode 生成Payload 开发
10295年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
GitHubicyguider/nimcrypt

nimcrypt

使用Nim编写的PE加密器

查看仓库

nimcrypt

Nimcrypt 是一个用 Nim 编写的 .NET PE 加密器,完全基于 @byt3bl33d3r 的 OffensiveNim 项目:https://github.com/byt3bl33d3r/OffensiveNim

该工具的灵感来源于 @S3cur3Th1sSh1t 几个月前的一篇博客文章,因为它本质上只是他展示内容的一个完整 PoC:https://s3cur3th1ssh1t.github.io/Playing-with-OffensiveNim/

root@kitploit:~
                      ___                               
                   .-'   `'.                            
                  /         \                           
                  |         ;                           
                  |         |           ___.--,         
         _.._     |0) ~ (0) |    _.---'`__.-( (_.       
  __.--'`_.. '.__.\    '--. \_.-' ,.--'`     `""`       
 ( ,.--'`   ',__ /./;   ;, '.__.'`    __                
 _`) )  .---.__.' / |   |\   \__..--""  ""'--.,_        
`---' .'.''-._.-'`_./  /\ '.  \ _.-~~~````~~~-._`-.__.' 
      | |  .' _.-' |  |  \  \  '.               `~---`  
       \ \/ .'     \  \   '. '-._)                      
        \/ /        \  \    `=.__`~-.    nimcrypt v 1.0 
   jgs  / /\         `) )    / / `"".`\                 
  , _.-'.'\ \        / /    ( (     / /     public rls  
   `--~`   ) )    .-'.'      '.'.  | (                  
          (/`    ( (`          ) )  '-;                 
           `      '-;         (-'                       

用法:
  nimcrypt --file file_to_encrypt [--key <key> --output <output>]
  nimcrypt (-h | --help)
  nimcrypt --version

要编译和使用 nimcrypt,必须先安装 Nim 和 mingw-w64。然后可以使用 Nimble 安装其余依赖项:

root@kitploit:~
nimble install nimcrypto
nimble install docopt
nimble install winim

一旦满足所有依赖,可以使用以下命令编译 nimcrypt:

root@kitploit:~
nim c -d=debug --cc:gcc --embedsrc=on --hints=on --app=console --cpu=amd64 --out=nimcrypt nimcrypt.nim

alt text

该工具并非 FUD(完全无法检测),甚至现在可能已被 Defender 检测到。这也是其公开发布的原因之一 ;)

我鼓励你阅读源码并进行修改,以绕过当前被检测到的任何签名。发布这个项目的主要目的并非给世界一个 FUD 加密器,而是提供一个供进攻性安全专家学习并自行修改以获取更实用工具的项目。

更多参考和致谢:

  • Xencrypt: https://github.com/the-xentropy/xencrypt (教会了我加密器和杀毒软件的工作原理)
  • PEzor: https://github.com/phra/PEzor (很酷的工具,给了我发布此项目的灵感)
  • GENNA: https://twitter.com/CyberGuider (CyberGuider 将军兼总司令)
  • Me: https://twitter.com/icyguider (别关注这家伙,他又无聊又不发帖)
下载工具