RSSAmplifier

Blog

BernKing

BernKing's personal blog on programming and cybersecurity projects.

bernking.xyzRSS feed ↗5 posts

Latest posts

Project D

Introduction After completing ChromeStealer , just like it happens to all of us after finishing a project, I spent some time thinking about what to do next and what topics I could dive into. This idea has been in the back of my mind for a while now: using a free cloud storage service as a Command and Control server, or C2 for short. A C2 “refers to the infrastructure and protocols used by threat…

Scout Vision

Introduction Blog post about the project coming soon. For now you can check Scout Vision over at: https://scout-vision.com .

Speech Pro

Introduction Blog post about the project coming soon. For now you can check Speech Pro over at: https://speechpro.app .

Scoring Returns Bot

Introduction The following blog post describes the process of creating a Discord bot that tracks live games between two teams in more than 75 leagues. The bot is open source and easily customizable. Main Commands The 3 main commands are: /next_game : Getting the date of the next game of a chosen team. /follow : Following a live game, showing live statistics updated every minute, such as time…

Chrome Password Stealer (145+ stars)

Introduction The current blog post describes de decryption process of Chrome saved passwords. While I found several resources explaining the process in Python, the ones available in C/C++ didnt’ satisfy me. Therefore, I decided to build and create my own write-up about the process. A lot of malware tools have the functionality to do what was described above, steal passwords and send them to a C2…