Lucene search
+L

78 matches found

Kitploit
Kitploit
added 2026/09/20 4:26 p.m.16 views

DAws

大家好, 关于 DAws 相比其他所有 Web Shell 有多个优势: 1. 绕过安全系统(IPS、WAF 等),如 Suhosin(使用多达 20 个 PHP 函数来执行命令)。 2. 投放 CGI Shell 并与之通信以绕过安全系统。 3. 使用 SSH 授权密钥方法绕过安全系统。 4. 使用两种 Shellshock 方法绕过安全系统。 5. 完全基于 POST,并使用基于随机密钥的 XOR 加密,该密钥随每个新会话生成 + 私有的 base64 函数,以绕过安全系统。 6. 支持 Windows 和 Linux。 7. 寻找可写可读目录,如果是 Web...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 3:31 p.m.14 views

NorthStarC2

NorthStarC2 是一个开源命令与控制(C2)框架,由 Engin Demirbilek 为渗透测试和红队作战目的而开发。 NorthStar C2 框架由两个应用程序组成:一个用于管理会话的服务端 GUI Web 应用程序,以及一个用于与 C2 服务器通信的客户端 stager。 快速安装 git clone https://github.com/EnginDemirbilek/NorthStarC2.git cd NorthStarC2/ chmod +x install.sh sudo ./install.sh 为了正确安装 NorthStar C2 并获得最佳体验,请参阅...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/20 3:28 p.m.8 views

BobTheSmuggler

BobTheSmuggler 快速更新 2024年1月15日 -已添加多文件压缩支持 。如果你有多个文件用于最终载荷(例如,DLL侧加载文件或多阶段投递文件),现在可以使用 '-i' 选项指定目录路径。如果提供了目录路径,BobTheSmuggler 将自动归档该目录中的所有文件,对归档文件进行 XOR 加密,并将其嵌入 PNG/GIF 中。 项目描述 查看我的博客,深入了解如何使用该工具:BobTheSmuggler:用于不可检测载荷投递的隐秘网络瑞士军刀。 "Bob the Smuggler" 是一款利用 HTML 走私攻击并允许你创建包含嵌入式 7z/zip 归档文件的 HTML...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 3:11 p.m.10 views

Shellcrypt

Shellcrypt 一个单文件跨平台的便捷工具,用于混淆给定的 shellcode 文件,并输出为可直接粘贴到源代码中的有用格式。 贡献者 这些贡献者值得在这里列出 An00bRektn github twitter ♥ 0xtejas github 加密方法 Shellcrypt 目前支持以下加密方法(未来还会更多!) AES 128-bit CBC ChaCha20 RC4 Salsa20 XOR 支持的输出格式 Shellcrypt 目前支持以下输出格式(未来还会更多!) C C Nim Golang Python Powershell Visual Basic for...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/20 9:43 a.m.7 views

ddoor

ddoor 使用DNS TXT记录的跨平台后门 什么是ddor? ddor 是一个跨平台轻量级后门,使用TXT记录在受感染机器上执行命令。 特性 允许单个TXT记录为Linux和Windows机器分别设置命令 大约10个公共DNS服务器的列表,随机选择 不可预测的回调时间 使用自定义密码的XOR加密TXT记录 支持DNS over HTTPS(感谢Keith @keharv添加此功能!) Linux特性: 反调试,如果检测到ptrace附加到进程,它将退出。 进程名称/线程名称被隐藏,一个假名称覆盖所有系统参数和文件名,使其看起来像合法程序。 自动守护进程化...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/20 8:24 a.m.11 views

tplink-smartplug

TP-Link WiFi 智能插头客户端与 Wireshark 解析器 更多详情请参阅 TP-Link HS110 逆向工程 tplinksmartplug.py 用于 TP-Link Smart Home 专有协议的 Python 客户端,可控制 TP-Link HS100、HS110 和 KP115 WiFi 智能插头。SmartHome 协议运行在 TCP 端口 9999 上,使用一种不提供任何安全性的简单 XOR 自动密钥加密。 该协议没有认证机制,无论设备处于何种状态(已配置/未配置),命令都会被接受。 命令使用 JSON 格式,例如:...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/20 8:15 a.m.13 views

Chisel-Strike

Chisel-Strike 一个 .NET XOR 加密的 Cobalt Strike aggressor 实现,用于 chisel,以实现更快的代理和高级 socks5 功能。 为什么写这个? 根据我的经验,我发现 socks4/socks4a 代理与 socks5 代理相比速度相当慢,而且大多数 C2 框架缺乏对 socks5 的实现。有一个名为 SharpChisel 的 C 包装器,它是 Go 版本 chisel 的封装。这个包装器有一些问题,并且没有更新到其 Go 版本的最新版本。SharpChisel 无法生成与 donut、反射方法或 execute-assembly 兼容...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/20 7:51 a.m.15 views

SHGenOb

SHGenOB: Generador de Shellcode a partir de Código C PIC Introducción SHGenOB es una herramienta basada en Python diseñada para generar shellcode a partir de Código Independiente de Posición PIC escrito en C. Automatiza el proceso de compilar código C, extraer la sección .text y, opcionalmente,...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/20 1:31 a.m.8 views

Obfuscator

Obfuscator 该程序旨在混淆 shellcode。 目前该工具支持 2 种加密方式。 root@kitploit: 1 XOR 2 AES 该工具接受 4 种格式的 shellcode。 root@kitploit: 1 base64 2 hex 3 c 4 raw 命令行用法 root@kitploit: 用法 描述 ----- ----------- /f 指定 shellcode 的格式 base64 hex c raw /enc 指定 shellcode 将被加密的加密类型(aes 或 xor) /key 指定用于加密 shellcode 的密钥(默认 =...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 11:00 p.m.12 views

charlotte

charlotte c++ 完全免杀的 shellcode 加载器 ; 发布此工具以庆祝我的新生儿诞生 描述 13/05/2021: 1. c++ shellcode 加载器,截至 2021 年 5 月 13 日完全免杀 0/26。 2. 动态调用 win32 API 函数 3. shellcode 和函数名的 XOR 加密 4. 每次运行随机化 XOR 密钥和变量 5. 在 Kali Linux 上,只需 'apt-get install mingw-w64' 即可! 17/05/2021: 6. 随机字符串长度和 XOR 密钥长度 antiscan.me 使用方法 git clone...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/19 6:52 p.m.12 views

FUD-UUID-Shellcode

FUD-UUID-Shellcode 介绍 另一种使用C++的shellcode注入技术,试图通过XOR加密魔法和UUID字符串疯狂 来绕过Windows Defender :。 工作原理 Shellcode生成 首先,生成一个二进制格式的payload(可以使用 Havoc、CobaltStrike 或 msfvenom),例如使用 msfvenom,可以这样做(我使用的payload仅用于演示 目的,你可以使用任意payload): root@kitploit: msfvenom -p windows/messagebox -f raw -o shellcode.bin...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/19 3:32 p.m.17 views

Simple-Polymorphic-Engine-SPE32

Simple Polymorphic Engine — SPE32 Simple Polymorphic Engine SPE32 es un motor polimórfico simple para cifrar código y datos. SPE32 te permite cifrar cualquier dato y generar un código de descifrado único para estos datos. El algoritmo de cifrado utiliza instrucciones y claves de cifrado...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 9:58 p.m.14 views

dark-doh

dark-doh.exe 公开版本 目的:通过 DoH 下载文件,或下载并执行 shellcode(公开版本中未实现) 运行示例:dark-doh.exe file1 download google yourdomain.com 已添加用于 DNS 区域生成的辅助 Python 脚本(py-prepzones.py)。 !!! 免责声明 !!! 作者对您如何使用 dark-doh.exe 不承担任何责任和/或义务! 本仓库中的一切内容仅供教育和研究目的使用,作者对您如何使用所发现的数据不承担任何责任。 变更日志: dark-doh-v1.0rc-public.exe 发布: 数据下载 使...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 4:20 a.m.9 views

KasperMeow

Bypass de KASLR en Kaspersky arkmon.sys mediante Fuga del Registro de Depuración del Kernel El controlador monitor anti-rootkit de Kaspersky arkmon.sys almacena un registro de depuración del kernel que contiene punteros crudos del kernel. El registro está "cifrado" con XOR 0xCC + ROT13, reversibl...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 5:17 p.m.13 views

Dumpy

描述 该工具动态调用 MiniDumpWriteDump 来转储 lsass 内存内容。此过程无需打开指向 lsass 的新进程句柄,并使用 DInvokers 使其恶意行为更难被检测。为了在不调用 OpenProcess 的情况下获得指向 lsass 的有效进程句柄,系统会通过 NtQuerySystemInformation、NtDuplicateObject、NtQueryObject 和 QueryFullProcessImageNameW 分析系统中的所有进程句柄。 使用 NTFS 事务在将内存转储存储到磁盘或通过 HTTP 发送之前对其进行异或加密。 同时支持 x86 和 x...

5.9AI score
SaveExploits0References2
OSV
OSV
added 2026/07/02 12:00 a.m.17 views

MAL-2026-6765 Malicious code in @marketfront/bannerpopup (npm)

The @marketfront/bannerpopup package is part of a 25-package malicious campaign batch-published to the @marketfront npm scope by npm user 'marketfront' [email protected] within a roughly 3-minute window on 2026-07-01. All packages in the campaign were published at version 7.0.0 and use...

6.1AI score
SaveExploits0References2
OSV
OSV
added 2026/07/02 12:00 a.m.24 views

MAL-2026-6786 Malicious code in @marketfront/mychatspreloader (npm)

The @marketfront/mychatspreloader package is part of a 25-package malicious campaign batch-published to the @marketfront npm scope by npm user 'marketfront' [email protected] within a roughly 3-minute window on 2026-07-01. All packages in the campaign were published at version 7.0.0 and us...

6.2AI score
SaveExploits0References2
OSV
OSV
added 2026/07/02 12:00 a.m.19 views

MAL-2026-6772 Malicious code in @marketfront/customdealsfeed (npm)

The @marketfront/customdealsfeed package is part of a 25-package malicious campaign batch-published to the @marketfront npm scope by npm user 'marketfront' [email protected] within a roughly 3-minute window on 2026-07-01. All packages in the campaign were published at version 7.0.0 and use...

6.2AI score
SaveExploits0References2
NVD
NVD
added 2026/05/11 5:16 p.m.35 views

CVE-2026-33361

In Meari IoT SDK image handling libmrplayer.so as observed in CloudEdge 5.5.0 build 220, Arenti 1.8.1 build 220, and related white-label apps = 1.8.x, baby monitor ".jpgx3" files use reversible XOR over only the first 1024 bytes with a predictable key derivation model...

7.5CVSS0.00167EPSS
SaveExploits0References2
The Hacker News
The Hacker News
added 2026/04/08 4:30 p.m.16 views

Masjesu Botnet Emerges as DDoS-for-Hire Service Targeting Global IoT Devices

Cybersecurity researchers have lifted the curtain on a stealthy botnet that's designed for distributed denial-of-service DDoS attacks. Called Masjesu , the botnet has been advertised via Telegram as a DDoS-for-hire service since it first surfaced in 2023. It's capable of targeting a wide range of...

6.2AI score
SaveExploits0
Rows per page
Query Builder