From d57dcabf46f144bbf639922eca0bb5fa7d0741bf Mon Sep 17 00:00:00 2001 From: Markus Date: Fri, 24 Feb 2023 10:37:52 +0100 Subject: [PATCH] Web Sockets: Update README.md Update outdated link to blog post and add Hacktricks as reference --- Web Sockets/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Web Sockets/README.md b/Web Sockets/README.md index f00b8f8..d181aad 100644 --- a/Web Sockets/README.md +++ b/Web Sockets/README.md @@ -71,6 +71,7 @@ in order to add this header. ## References -- [HACKING WEB SOCKETS: ALL WEB PENTEST TOOLS WELCOMED by Michael Fowl | Mar 5, 2019](https://www.vdalabs.com/2019/03/05/hacking-web-sockets-all-web-pentest-tools-welcomed/) +- [HACKING WEB SOCKETS: ALL WEB PENTEST TOOLS WELCOMED by Michael Fowl | Mar 5, 2019](https://web.archive.org/web/20190306170840/https://www.vdalabs.com/2019/03/05/hacking-web-sockets-all-web-pentest-tools-welcomed/) - [Hacking with WebSockets - Qualys - Mike Shema, Sergey Shekyan, Vaagn Toukharian](https://media.blackhat.com/bh-us-12/Briefings/Shekyan/BH_US_12_Shekyan_Toukharian_Hacking_Websocket_Slides.pdf) - [Mini WebSocket CTF - January 27, 2020 - Snowscan](https://snowscan.io/bbsctf-evilconneck/#) +- [Hacktricks - CSWSH](https://book.hacktricks.xyz/pentesting-web/cross-site-websocket-hijacking-cswsh)