Lucene search
+L

105 matches found

Kitploit
Kitploit
added 2026/09/15 12:43 a.m.7 views

Shellcode-Injection-Techniques

Shellcode 注入技术 一系列 C Shellcode 注入技术。所有技术均使用 AES 加密的 meterpreter 有效载荷。 随着我学习、发现或开发更多技术,我将持续完善这个项目。 注意: 该项目不旨在直接使用。如果你打算使用任何技术,创建一个更小、定制的项目(仅包含所选技术)将更有可能绕过杀毒软件。 如果你确实使用了这些仓库中的任何代码,请确保合法使用! Assembly Injection 如果你希望避免将 .Net 二进制文件写入磁盘,可以使用 PowerShell 程序集注入技术。 Shellcode 运行器 ShellcodeRunner.cs...

5.9AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/14 10:12 p.m.9 views

RustChain

描述 该工具是一个简单的概念验证,演示如何利用ROP链结合硬件断点隐藏内存工件。ROP链会在休眠(即调用Sleep函数时)将主模块内存页的保护属性更改为N/A。有关此内存扫描逃避技术的更详细信息,请查看原始项目 Gargoyle。仅限 x64 。 其思路是在 kernel32!Sleep 上设置一个硬件断点,并设置一个新的顶层异常过滤器来处理异常。当 Sleep 被调用时,之前设置的异常过滤器函数被触发,使我们能够在无需使用经典函数钩子的情况下调用 ROP 链。这样,我们就避免了在与已知 DLL 相关的进程中留下奇怪且不寻常的私有内存区域。 ROP 链仅需调用 VirtualProtec...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/14 12:32 a.m.7 views

patriot

Patriot メモリ内で動作するさまざまなステルス技術を検出するための小規模な研究プロジェクトです。 最新リリースはこちらからダウンロードできます。 現在のバージョンは以下の検出に対応しています: VirtualProtect関数を指す不審なCONTEXT構造体。Austin Hudsonによる研究とFoliage、およびCracked5piderによるEkkoを対象としています。 プロセス・ホローイングの亜種を検出するための、メモリ内のMZ/PEヘッダーの検証。 ファイルにバックされていない実行可能領域が高整合性で実行されていること。...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/11 3:09 a.m.12 views

ScareCrow

此仓库已归档 要查看最新版本的 ScareCrow 或提交问题,请参考 https://github.com/Tylous/ScareCrow。 ScareCrow 更多信息 如果你想了解本框架所用技术的更多细节,请查看第1部分和第2部分 描述 ScareCrow 是一个载荷生成框架,用于侧加载(而非注入)到合法的 Windows 进程中(绕过应用程序白名单控制)。一旦 DLL 加载器被加载到内存中,它就会利用一种技术清除进程内存中运行的系统 DLL 上的 EDR 钩子。这之所以有效,是因为我们知道 EDR 的钩子是在进程生成时放置的。 ScareCrow 可以针对这些 DLL,通过使用...

5.9AI score
SaveExploits0References1
Exploit DB
Exploit DB
added 2021/06/07 12:00 a.m.261 views

IcoFX 2.6 - '.ico' Buffer Overflow SEH + DEP Bypass using JOP

Exploit Title: IcoFX 2.6 - '.ico' Buffer Overflow SEH + DEP Bypass using JOP Date: 2020-05-20 Exploit Author: Austin Babcock Vendor Homepage: https://icofx.ro/ Software Link: https://drive.google.com/file/d/1SONzNStAW3pAPU5IUvsYS3z0jYymEZn/view?usp=sharing Version: 2.6.0.0 Tested on: Windows 7...

9.3CVSS5.2AI score0.66998EPSS
SaveExploits14
Packet Storm
Packet Storm
added 2021/06/07 12:00 a.m.204 views

IcoFX 2.6 Buffer Overflow

Exploit Title: IcoFX 2.6 - '.ico' Buffer Overflow SEH + DEP Bypass using JOP Date: 2020-05-20 Exploit Author: Austin Babcock Vendor Homepage: https://icofx.ro/ Software Link: https://drive.google.com/file/d/1SONzNStAW3pAPU5IUvsYS3z0jYymEZn/view?usp=sharing Version: 2.6.0.0 Tested on: Windows 7...

9.3CVSS0.3AI score0.66998EPSS
SaveExploits14
Exploit DB
Exploit DB
added 2021/05/13 12:00 a.m.440 views

Microsoft Internet Explorer 11 and WPAD service 'Jscript.dll' - Use-After-Free

Exploit Title: Microsoft Internet Explorer 8/11 and WPAD service 'Jscript.dll' - Use-After-Free Date: 2021-05-04 Exploit Author: deadlock Forrest Orr Vendor Homepage: https://www.microsoft.com/ Software Link: https://www.microsoft.com/en-gb/download/internet-explorer.aspx Versions: IE 8-11 64-bit...

7.6CVSS7.3AI score0.86863EPSS
SaveExploits17
zdt
zdt
added 2021/05/13 12:00 a.m.150 views

Microsoft Internet Explorer 8/11 and WPAD service (Jscript.dll) - Use-After-Free Exploit

Exploit Title: Microsoft Internet Explorer 8/11 and WPAD service 'Jscript.dll' - Use-After-Free Exploit Author: deadlock Forrest Orr Vendor Homepage: https://www.microsoft.com/ Software Link: https://www.microsoft.com/en-gb/download/internet-explorer.aspx Versions: IE 8-11 64-bit as well as the...

7.5CVSS7.9AI score0.86863EPSS
SaveExploits17
Kitploit
Kitploit
added 2021/02/25 8:30 p.m.278 views

ScareCrow - Payload Creation Framework Designed Around EDR Bypass

If you want to learn more about the techniques utlized in this framework please take a look at Part 1 and Part 2 Description ScareCrow is a payload creation framework for generating loaders for the use of side loading not injection into a legitimate Windows process bypassing Application...

7.5AI score
SaveExploits0References3
Packet Storm
Packet Storm
added 2020/07/31 12:00 a.m.336 views

CA Unified Infrastructure Management Nimsoft 7.80 Buffer Overflow

This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework class MetasploitModule 'CA Unified Infrastructure Management Nimsoft 7.80 - Remote Buffer Overflow', 'Description' = %q This module exploits a buffer overflow within the...

10CVSS0.9AI score0.77415EPSS
SaveExploits9
zdt
zdt
added 2020/05/20 12:00 a.m.147 views

CloudMe 1.11.2 SEH / DEP / ASLR Buffer Overflow Exploit

Exploit Title: CloudMe 1.11.2 - SEH/DEP/ASLR Buffer Overflow Exploit Author: Xenofon Vassilakopoulos Vendor Homepage: https://www.cloudme.com/en Software Link: https://www.cloudme.com/downloads/CloudMe1112.exe Version: CloudMe 1.11.2 Tested on: Windows 7 Professional x86 SP1 Steps to reproduce: 1...

0.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2020/04/17 12:00 a.m.169 views

Easy MPEG to DVD Burner 1.7.11 - Buffer Overflow (SEH + DEP)

Exploit Title: Easy MPEG to DVD Burner 1.7.11 - Buffer Overflow SEH + DEP Date: 2020-04-15 Exploit Author: Bailey Belisario Tested On: Windows 7 Ultimate x64 Software Link: https://www.exploit-db.com/apps/32dc10d6e60ceb4d6e57052b6de3a0ba-easympegtodvd.exe Version: 1.7.11 Exploit Length: 1015 Byte...

5.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2020/04/17 12:00 a.m.133 views

Easy MPEG To DVD Burner 1.7.11 Buffer Overflow

Exploit Title: Easy MPEG to DVD Burner 1.7.11 - Buffer Overflow SEH + DEP Date: 2020-04-15 Exploit Author: Bailey Belisario Tested On: Windows 7 Ultimate x64 Software Link: https://www.exploit-db.com/apps/32dc10d6e60ceb4d6e57052b6de3a0ba-easympegtodvd.exe Version: 1.7.11 Exploit Length: 1015 Byte...

0.4AI score
SaveExploits0
exploitpack
exploitpack
added 2019/07/16 12:00 a.m.30 views

R 3.4.4 (Windows 10 x64) - Buffer Overflow SEH (DEPASLR Bypass)

R 3.4.4 Windows 10 x64 - Buffer Overflow SEH DEPASLR Bypass !/usr/bin/python Exploit Title: R 3.4.4 Windows 10 x64 - Buffer Overflow SEHDEP/ASLR Bypass Date: 2019-07-15 Exploit Author: blackleitus Vendor Homepage: https://www.r-project.org/ Tested on: Windows 10 Home Single Language 64-bit Social...

0.5AI score
SaveExploits0
zdt
zdt
added 2019/01/30 12:00 a.m.36 views

10-Strike Network Inventory Explorer 8.54 - Local Buffer Overflow (SEH) (DEP Bypass) Exploit

Exploit for windows platform in category local exploits !/usr/bin/python Exploit Author: bzyo Twitter: @bzyo Exploit Title: 10-Strike Network Inventory Explorer 8.54 - Local Buffer Overflow SEHDEP Bypass Vulnerable Software: 10-Strike Network Inventory Explorer 8.54 Vendor Homepage:...

SaveExploits0
Packet Storm
Packet Storm
added 2018/05/28 12:00 a.m.37 views

CloudMe Sync SEH Buffer Overflow

Exploit: CloudMe Sync netstat -nao | find "8888" TCP 0.0.0.0:8888 0.0.0.0:0 LISTENING 2640 C:\tasklist | find "2640" CloudMe.exe 2640 Console 1 36,632 K Attacking Machine: root@kali:/Desktop python cloudme.py CloudMe Sync v1.10.9 Buffer Overflow with DEP Bypass + CloudMe Target IP 192.168.12.4...

0.9AI score
SaveExploits0
Microsoft Malware Protection
Microsoft Malware Protection
added 2017/11/13 1:54 p.m.105 views

Detecting reflective DLL loading with Windows Defender ATP

Today's attacks put emphasis on leaving little, if any, forensic evidence to maintain stealth and achieve persistence. Attackers use methods that allow exploits to stay resident within an exploited process or migrate to a long-lived process without ever creating or relying on a file on disk. In...

6.8AI score
SaveExploits0
zdt
zdt
added 2017/10/17 12:00 a.m.34 views

Windows/x64 - API Hooking Shellcode (117 bytes)

/ Title : Windows x64 API Hooking Shellcode Author : Roziul Hasan Khan Shifat Size : 117 bytes Date : 16/10/2017 Email : email protected Tested On : Windows 7 Ultimate x64 / / This Shellcode hooks DeteleFileW API Warning: Do no Use this Shellcode on explorer.exe Otherwise You won't be able to...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2017/10/17 12:00 a.m.49 views

Microsoft Internet Explorer 11 (Windows 7 x86) - 'mshtml.dll' Remote Code Execution (MS17-007)

.class1 float: left; column-count: 5; .class2 column-span: all; columns: 1px; table border-spacing: 0px; var ntdllBase = ""; function infoleak var textarea = document.getElementById"textarea"; var frame = document.createElement"iframe"; textarea.appendChildframe;...

8.1CVSS6.6AI score0.80386EPSS
SaveExploits16
Packet Storm
Packet Storm
added 2017/09/14 12:00 a.m.39 views

EMC AlphaStor Device Manager Opcode 0x72 Buffer Overflow

require 'msf/core' class MetasploitModule 'EMC AlphaStor Device Manager Opcode 0x72', 'Description' = %q This module exploits a stack based buffer overflow vulnerability found in EMC Alphastor Device Manager. The overflow is triggered when sending a specially crafted packet to the rrobotd.exe...

1.4AI score
SaveExploits0
Rows per page
Query Builder