Supernova:shellcode加密工具
2023-9-16 12:45:59 Author: Ots安全(查看原文) 阅读量:71 收藏

超新星是一个开源的Golang工具,使用户能够安全地加密他们的原始shellcode。此外,它还可以将加密的shellcode自动转换为与各种编程语言兼容的格式

  • C

  • C#

  • Rust

  • Nim

支持的加密方法

  • ROT

  • XOR

  • RC4

  • AES

Supernova 采用跨平台语言 Golang 编写,可在 Windows 和 Linux 系统上使用。

关于动态变量名称

使用动态变量名称来插入 shellcode 有效负载所需的变量名称。这种方法通过合并变量赋予输出代码活力,从而增强代码的复制和粘贴实用性

因为是测试版本-可以建个环境研究研究,对于免杀的朋友,应该算是个很好的辅助

███████╗██╗   ██╗██████╗ ███████╗██████╗ ███╗   ██╗ ██████╗ ██╗   ██╗ █████╗██╔════╝██║   ██║██╔══██╗██╔════╝██╔══██╗████╗  ██║██╔═══██╗██║   ██║██╔══██╗███████╗██║   ██║██████╔╝█████╗  ██████╔╝██╔██╗ ██║██║   ██║██║   ██║███████║╚════██║██║   ██║██╔═══╝ ██╔══╝  ██╔══██╗██║╚██╗██║██║   ██║╚██╗ ██╔╝██╔══██║███████║╚██████╔╝██║     ███████╗██║  ██║██║ ╚████║╚██████╔╝ ╚████╔╝ ██║  ██║╚══════╝ ╚═════╝ ╚═╝     ╚══════╝╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝   ╚═══╝  ╚═╝  ╚═╝
Supernova v1.0.0 - Real fucking shellcode encryptor.Supernova is an open source tool licensed under MIT.Written with <3 by @nickvourd, @IAMCOMPROMISED and @Papadope9...Please visit https://github.com/nickvourd/Supernova for more...
Usage of Supernova.exe: -d Enable Debug mode -enc string Shellcode encryption (i.e., ROT, XOR, RC4, AES) -i string Path to the raw 64-bit shellcode -k int Key lenght size for encryption (default 1) -lang string Programming language to translate the shellcode (i.e., Nim, Rust, C, CSharp) -o string Name of the output file -v string Name of dynamic variable (default "shellcode") -version Show Supernova current version

项目地址:https://github.com/nickvourd/Supernova#installation

感谢您抽出

.

.

来阅读本文

点它,分享点赞在看都在这里


文章来源: http://mp.weixin.qq.com/s?__biz=MzAxMjYyMzkwOA==&mid=2247501396&idx=2&sn=47743e4acfac3b849071fc9b204ea96a&chksm=9bad8f1facda06091e59b3e344de5a68dc4a262e8a93e2579c4beb91f22467e62571cb86512f&scene=0&xtrack=1#rd
如有侵权请联系:admin#unsafe.sh