diff options
author | mms <michal@sapka.me> | 2024-01-19 23:16:48 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-01-19 23:16:48 +0100 |
commit | 8420ad00bf70ddf03b878f8ef7a1970cdb81d26c (patch) | |
tree | a490e1f607677155b6a5506aab76fcfce615c715 /content | |
parent | e8bb7290df1ef94efdc1bd6a1e316d802db5814b (diff) |
feat: hacking apis
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/2024/email-project.md | 2 | ||||
-rw-r--r-- | content/blog/2024/hacking-apis.md | 45 | ||||
-rw-r--r-- | content/blog/2024/links-01.md | 2 |
3 files changed, 47 insertions, 2 deletions
diff --git a/content/blog/2024/email-project.md b/content/blog/2024/email-project.md index 9548bed..89ec22d 100644 --- a/content/blog/2024/email-project.md +++ b/content/blog/2024/email-project.md @@ -4,7 +4,7 @@ author = ["Michał Sapka"] date = 2024-01-03T18:26:00+01:00 categories = ["blog"] draft = false -weight = 2002 +weight = 2003 abstract = "This year I want to rely on Email even more!" +++ diff --git a/content/blog/2024/hacking-apis.md b/content/blog/2024/hacking-apis.md new file mode 100644 index 0000000..945c893 --- /dev/null +++ b/content/blog/2024/hacking-apis.md @@ -0,0 +1,45 @@ ++++ +title = "Technical book review: Hacking APIs" +author = ["Michał Sapka"] +date = 2024-01-19T20:01:00+01:00 +categories = ["blog"] +draft = false +weight = 2001 +abstract = "Short impression of 2600 magazine" ++++ + +{{< img-r "hacking-apis.jpg" >}} +Cover +{{< /img-r >}} + +I am a software developer with a new-found interest in security. +Childhood spent watching hacking-related entertainment didn't go to waste. +When I saw the _hacking_ humble bundle, I knew I needed it. +My first read[^fn:1] from that bundle was not a love at first sight I expected it to be. +Luckily, _Hacking APIs_ is a completely different beast. + +The title says it all: it's about hacking web APIs. +The target audience seems to be aspiring pentesters. +I may even say that no prior experience is expected, as the author explains _a lot_. +You will learn how those APIs work, what to look when testing them and how to exploit them. + +The book gives a really nice overview of most common vulnerabilities types, giving me new ways to be smug. +It is always welcomed. + +Still, I will not benefit from a huge part of this book as it reads like a commercial for Burp Suite. +Yes, it is a standard and learning what one can do with it is great. +But I am not a pentester, so I will not need all that practical knowledge. +It's a great exercise for me, nothing more. + +It will also come in handy if I decide to switch trades. + +Highly recommended book! + + +## Meta {#meta} + +- Read as PDF on Onyx Boox Note Air 2. +- Issues bought from Humble Bundle +- Next up: back to "Absolute FreeBSD". + +[^fn:1]: [Cybersecurity for Small Networks](/blog/2023/cybersecurity-for-small-networks/)
\ No newline at end of file diff --git a/content/blog/2024/links-01.md b/content/blog/2024/links-01.md index 0e6b5ea..3a9847b 100644 --- a/content/blog/2024/links-01.md +++ b/content/blog/2024/links-01.md @@ -4,7 +4,7 @@ author = ["Michał Sapka"] date = 2024-01-03T18:12:00+01:00 categories = ["blog"] draft = false -weight = 2001 +weight = 2004 abstract = "Cool links from week 01 of 2024" +++ |