SIMILAR
Different Types of Firewalls Explained (WAF, HBF, NBF, NGFW)
Web Application Firewall (WAF)
It’s a Firewall that operates at the Application Layer (Layer 7 OSI) that’s designed to monitor, filter and block HTTP/HTTPS traffic to and from a Web Application.
This type of firewall can be deployed in two different methods:
Proxy Mode: It directly receives...
Web Common File Vulnerabilities
Local File Inclusion (LFI)
Local Fie Inclusion (LFI) is a vulnerability that allows an attacker to include files that are already present on the server through the web server. This type of attack typically targets web applications that use file paths as input without proper...
PE Headers and Sections Explained
The Portable Executable (PE) format is a file format for executables, object code, DLLS, and others used in Windows operating systems. The structure of a PE file includes several headers, each serving a specific purpose.
Understanding those are crucial for reverse engineering, debugging, and malware...