Resources

People often ask me "How did you learn how to hack?" The answer: by reading. This page is a collection of the blog posts and other articles that I have accumulated over the years of my journey. Enjoy!

Hacking a Modern Vending Machine- 120

Matteo Pisani Posted 6 Years Ago
  • Interested how everything was stored locally on the phone, allowing ANYONE to alter the information. The trust level here is really interesting!
  • In order to alter the database (which stored the locally), he combed through the source code in order to find the password for the db.
  • Never store information you do not want tampered with locally... After altering the UserWallets table, the amount being used for the Vending machine changed! :)