From 156ea8b2ceb79eaf7fcd57ac8769ff0f6b418dd4 Mon Sep 17 00:00:00 2001 From: gear0 <32338942+gear0@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:02:30 +0200 Subject: [PATCH] Update broken link in Golang SSTI references --- pentesting-web/ssti-server-side-template-injection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pentesting-web/ssti-server-side-template-injection/README.md b/pentesting-web/ssti-server-side-template-injection/README.md index 2c592a522..b28d24d56 100644 --- a/pentesting-web/ssti-server-side-template-injection/README.md +++ b/pentesting-web/ssti-server-side-template-injection/README.md @@ -1017,7 +1017,7 @@ func (p Person) Secret (test string) string { **More information** -* [https://blog.takemyhand.xyz/2020/05/ssti-breaking-gos-template-engine-to.html](https://blog.takemyhand.xyz/2020/05/ssti-breaking-gos-template-engine-to.html) +* [https://blog.takemyhand.xyz/2020/06/ssti-breaking-gos-template-engine-to](https://blog.takemyhand.xyz/2020/06/ssti-breaking-gos-template-engine-to) * [https://www.onsecurity.io/blog/go-ssti-method-research/](https://www.onsecurity.io/blog/go-ssti-method-research/) ### More Exploits