Skip to content

Commit 468654d

Browse files
committed
Add RDI submodule, port Kitrap0d
This commit is the first in a series that will move all the exploits that use RDI over to the R7 fork. The RDI source will be in a single known location and each exploit will have to work from that location. The kitrap0d exploit has been migrated over to use this submodule so that there's one example of how it's done for future contributions to follow.
1 parent 25b1ec5 commit 468654d

17 files changed

+84
-1317
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "external/source/ReflectiveDLLInjection"]
2+
path = external/source/ReflectiveDLLInjection
3+
url = https://github.com/rapid7/ReflectiveDLLInjection.git
Submodule ReflectiveDLLInjection added at 88e8e5f
-164 KB
Binary file not shown.

external/source/exploits/CVE-2010-0232/common/GetProcAddressR.c

-116
This file was deleted.

external/source/exploits/CVE-2010-0232/common/GetProcAddressR.h

-36
This file was deleted.

external/source/exploits/CVE-2010-0232/common/LoadLibraryR.c

-233
This file was deleted.

0 commit comments

Comments
 (0)