From 4e40b1426caf759a7e7b1204b707084ea6ab9827 Mon Sep 17 00:00:00 2001 From: giuliano Date: Thu, 12 Dec 2024 15:51:50 +0100 Subject: [PATCH 1/2] Fix terminal path --- src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 4fb3bd3..6c3d98a 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -19,7 +19,7 @@ - [HTML, CSS & JS](./fe.md) - [UNIX/Linux](./unix.md) - [System Programming](./system-programming.md) -- [Terminal](./term.md') +- [Terminal](./term.md) - [From Scratch](./from-scratch.md) - [Playgrounds](./playgrounds.md) - [Embedded Systems & Electronics](./metal.md) From f2b1f020b37a92586c2016b9cf58afccf11d16be Mon Sep 17 00:00:00 2001 From: giuliano Date: Thu, 12 Dec 2024 15:57:32 +0100 Subject: [PATCH 2/2] Dump links --- src/security.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/security.md b/src/security.md index e6d0f3d..8aceaaf 100644 --- a/src/security.md +++ b/src/security.md @@ -6,14 +6,15 @@ - Identity, Claims, & Tokens. An OpenID Connect Primer: [1](https://developer.okta.com/blog/2017/07/25/oidc-primer-part-1), [2](https://developer.okta.com/blog/2017/07/25/oidc-primer-part-2), [3](https://developer.okta.com/blog/2017/08/01/oidc-primer-part-3) - [jwt.io](https://jwt.io/) - [Awesome Web Security Awesome](https://github.com/qazbnm456/awesome-web-security) -- McDonald, *Web Security for Developers* -- Zalewski, *Tangled Web. A Guide to Securing Modern Web Applications* +- McDonald, Web Security for Developers +- Zalewski, Tangled Web. A Guide to Securing Modern Web Applications - [OWASP Cheat Sheet Series](https://cheatsheetseries.owasp.org/index.html) - [Practical Cryptography for Developers](https://cryptobook.nakov.com/) -- [Web Security Academy](https://portswigger.net/web-security) (n.b. this course is the updated version of the book *The Web Application Hacker's Handbook*) +- [Web Security Academy](https://portswigger.net/web-security) (n.b. this course is the updated version of the book 'The Web Application Hacker's Handbook') - [See this page fetch itself, byte by byte, over TLS](https://subtls.pages.dev/) - [The Illustrated TLS 1.3 Connection](https://tls13.xargs.org/) - [the cryptopals crypto challenges](https://cryptopals.com/) - [Flipper Zero](https://flipperzero.one/) - [HTB Cybersecurity Courses](https://academy.hackthebox.com/catalogue) - [Anatomy of a GPG Key](https://davesteele.github.io/gpg/2014/09/20/anatomy-of-a-gpg-key/) +- [Mikko Hypponen, The History and the Evolution of Computer Viruses](https://archive.org/details/DEFCON_19_The_History_and_the_Evolution_of_Computer_Viruses)