From bbc0a2799b19485b536a949601aa665e23c01aca Mon Sep 17 00:00:00 2001 From: Ian Lehmann Date: Wed, 5 Mar 2025 15:16:37 -0600 Subject: [PATCH] Update README.md docs(README): fix blog post link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 651bf0e..2f05d70 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ GWTMap is a tool to help map the attack surface of Google Web Toolkit (GWT) based applications. The purpose of this tool is to facilitate the extraction of any service method endpoints buried within a modern GWT application's obfuscated client-side code, and attempt to generate example GWT-RPC requests payloads to interact with them. -More information can be found here: [https://labs.f-secure.com/blog/gwtmap-reverse-engineering-google-web-toolkit-applications](https://labs.f-secure.com/blog/gwtmap-reverse-engineering-google-web-toolkit-applications). +More information can be found here: [GWTMap - Reverse Engineering Google Web Toolkit Applications](https://labs.withsecure.com/publications/gwtmap-reverse-engineering-google-web-toolkit-applications). # Requirements