Web Hacking

HTTP: Hyper Text Transfer Protocol How HTTP Works Behind the Browser

HTTP: Hyper Text Transfer Protocol How HTTP Works Behind the Browser

In this post you will understand what HTTP is examples of HTTP request and response and how it works behind your browser. This is an important foundation to understand how the web works which will be very useful for web hacking bug bounty and pentesting. What Is HTTP? HTTP Hypertext Transfer Protocol is the main protocol used to send data between client browser and server web server. Every time we access a website the browser sends an HTTP request and the server responds with an HTTP response. …
Execution After Redirect with Burp Suite

Execution After Redirect with Burp Suite

Execution After Redirect or EAR is a technique used to execute code after the redirect process. This technique is usually used to bypass several security features that exist in web applications. In this article, we will discuss how to exploit EAR using Burp Suite. What is Execution After Redirect (EAR)? Execution After Redirect is usually found in web applications with native style code that use a redirect mechanism to direct users to another page after performing a certain process, such as …