How to Reverse Engineer Stripped Binaries Easily Using GDBDuring in the process of reverse engineering binaries, a common problem arises. How do I reverse engineer stripped binaries? There are no symbols to break on, offsets change, scripts don't work, and you ask yourself why am I doing this? Luckily there...Sep 8, 2024·6 min read
What is the Diffie–Hellman key exchange?The Diffie-Hellman key exchange is a private-public key (asymmetrical) encryption used to establish a shared secret key. When using a symmetrical encryption, such as DES, you face a major problem. How do you share the key without leaking it to unwant...Aug 28, 2022·5 min read
What is Symmetric Encryption?Symmetric Encryption explained by a basic Python implementation of a Stream CipherJul 29, 2022·5 min read
Hunt down social media accounts with SherlockSherlock is a powerful command line tool that can be used to find usernames across many websites and social networks. It works on Linux, MacOS and Windows. Installation To install Sherlock, follow the instructions below. Make sure that you have Pytho...Jul 12, 2022·5 min read
My Favorite Google DorksWhat is Google Dorking Google Dorking is when you use Google search queries to gain access to hidden information on websites. Some of this information google was not meant to index. This can be things such as log files, passwords, ssh-keys, etc. Goog...Jul 4, 2022·3 min read
4. Secret Location - Base: Beginners Quest Google CTF WriteupPrerequisites: If you do not have the below knowledge, you will not understand the solution. You need a good understanding of binary. You need to understand logic gates. You need to be able to read code. You need to understand bitwise functions Re...Jun 22, 2022·5 min read
What I have learnt from a week of work experience at Kinetic ITThis week, I did work experience for a week at Kinetic IT. I was able to meet many fascinating people and greatly increase my understanding of the cyber security industry. For the week I set myself two main goals. Write a blog every day for a week L...Jun 18, 2022·7 min read