diff --git a/README.md b/README.md index 5c0304f..1cd8dd0 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,7 @@ lsarelayx.exe is the main console application used to load the custom LSA authen ### RAW ntlmrelayx module -impacket's ntlmrelayx has implemented a significant amount of work creating relay attacks and will continue to improve and add further attack in the future. To take advantage of this in favour of reimplementing attacks directly within lsarelayx, a new ntlmrelayx server module was created called RAW. Currently there is a [PR open on GitHub](https://github.com/SecureAuthCorp/impacket/pull/1190) that implements the RAW server module. The RAW server module is protocol agnostic and is designed to accept the raw NTLM messages directly from 3rd party software like lsarelayx. - -Until the PR is merged into the mainline impacket repo, you can use [this version](https://github.com/CCob/impacket) +impacket's ntlmrelayx has implemented a significant amount of work creating relay attacks and will continue to improve and add further attack in the future. To take advantage of this in favour of reimplementing attacks directly within lsarelayx, a new ntlmrelayx server module was created called RAW. The RAW server module is protocol agnostic and is designed to accept the raw NTLM messages directly from 3rd party software like lsarelayx. ## Usage @@ -126,4 +124,4 @@ mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=$PWD/dist -DCMAKE_BUILD_TYPE=MinSizeRel -G "MinGW Makefiles" .. cmake --build . --target install/strip -``` \ No newline at end of file +```