Skip to content

Commit

Permalink
Add RDI submodule, port Kitrap0d
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
OJ committed Nov 27, 2013
1 parent 25b1ec5 commit 468654d
Show file tree
Hide file tree
Showing 17 changed files with 84 additions and 1,317 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "external/source/ReflectiveDLLInjection"]
path = external/source/ReflectiveDLLInjection
url = https://github.com/rapid7/ReflectiveDLLInjection.git
1 change: 1 addition & 0 deletions external/source/ReflectiveDLLInjection
Submodule ReflectiveDLLInjection added at 88e8e5
Binary file removed external/source/ReflectiveDllInjection_v1.0.zip
Binary file not shown.
116 changes: 0 additions & 116 deletions external/source/exploits/CVE-2010-0232/common/GetProcAddressR.c

This file was deleted.

36 changes: 0 additions & 36 deletions external/source/exploits/CVE-2010-0232/common/GetProcAddressR.h

This file was deleted.

233 changes: 0 additions & 233 deletions external/source/exploits/CVE-2010-0232/common/LoadLibraryR.c

This file was deleted.

Loading

0 comments on commit 468654d

Please sign in to comment.