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…
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…
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…