We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980a7da commit cafdb14Copy full SHA for cafdb14
README.md
@@ -1,4 +1,6 @@
1
# KeyReaper
2
+Harvest cryptographic keys before ransomware takes hold
3
+
4
This tool was developed as part of a reserach on Windows `HCRYPTKEY`, the internal format to represent keys in the CryptoAPI.
5
6
This tool is able to make a copy of the heap of the remote process and scan it looking for cryptographic keys. It is also able to manage the execution
@@ -105,4 +107,4 @@ PS C:\> .\craper_x86.exe scan -p 1717 -b ntpause -o "keys.json" --scanners crapi
105
107
106
108
## Library
109
It is not required to use this project as an executable. Instead, it is possible
-to include it as a dependency.
110
+to include it as a dependency.
0 commit comments