diff --git a/src/_data/blog.json b/src/_data/blog.json index 53b2055..66828c2 100644 --- a/src/_data/blog.json +++ b/src/_data/blog.json @@ -1,6 +1,13 @@ { "posts": [ + { + "name": "What Happens When Redbox Shuts Down? Trying the Redbox Free DVD Hack", + "description": "With Redbox shutting down, I tested a curious hack, accessing a kiosk in offline mode to see if DVDs could be rented for free. Dive into what I discovered about Redbox’s kiosks, their connection issues, and how they function when the servers go down.", + "link": "/blog/testing-redbox-kiosk-offline-hack-for-free-dvds/", + "platform": ["Update", "Hack"], + "image": "/assets/images/blog/redbox.png" + }, { "name": "How to Ethically Hack Woobox Voting with Node.js and Puppeteer", "description": "Learn how to ethically automate voting on Woobox using Node.js and Puppeteer. This guide walks you through creating a voting script for educational purposes, exploring the mechanics of online voting and best practices for securing platforms.",