Damn Vulnerable Web Application(DVWA) walkthrough-Part 02

Brute-Force What is brute-forcing? Brute-forcing is a attack method used to get passwords or logins to a web application by trial and error method. Imagine you have a login page with 2 text input fields named username and password. And you know definitely the username is "admin" and the password is less or equal to … Continue reading Damn Vulnerable Web Application(DVWA) walkthrough-Part 02

Laws and Paradoxes

This is a short collection of Laws and Paradoxes I found when I am reading. Jevons paradox In economics, the Jevons paradox, or Jevons effect, is said to occur when technological improvements that increase the efficiency of a resource's use lead to a rise, rather than a fall, in total consumption of that resource. Goodhart's law Goodhart's law is an adage that has been stated … Continue reading Laws and Paradoxes

Beginners guide to Networking-Part 02

Application Layer Modern web applications are utilizing internet in a very astonishing way. We have instant messaging, Streaming services, Multiplayer games and so much more. To create such application we need to understand how OSI layers work with an application and what we as programmers need to know. To write a program that should communicate … Continue reading Beginners guide to Networking-Part 02