TryHackMe: LDAP Injection

TryHackMe: LDAP Injection
Understanding LDAP and its Role in Directory Services LDAP (Lightweight Directory Access Protocol) is a protocol used for querying and managing directory services over a network. It enables c...
0 Read More

TryHackMe: ORM Injection

TryHackMe: ORM Injection
What is ORM? Object-relational Mapping (ORM) is a programming technique that facilitates data conversion between incompatible systems using object-oriented programming languages, serving as a...
0 Read More

Authority and Accountability

Authority Goes Bottom-Up, Accountability Goes Top-Down. Introduction In my small journey as a tech lead, I've learnt that effective leadership isn't about issuing commands from an ivory tower....
0 Read More

Clojure Is Awesome!!! [PART 15]

Mastering Deques Welcome back to Clojure Is Awesome! In Part 15, we’re diving into the Deque (double-ended queue)—a data structure that shines with its ability to add or remove elements f...
0 Read More

TryHackMe: Insecure Deserialisation

TryHackMe: Insecure Deserialisation
Serialisation Serialisation is just like taking different pieces of information (like notes) and putting them together to make them easy to store or send to a friend.Serialisation is the proc...
0 Read More

TryHackMe: SSRF

TryHackMe: SSRF
What is SSRF When developing networked software, it's common to make requests to external servers. Developers often use these requests to fetch remote resources like software updates or impor...
0 Read More