A proxy acts as an intermediary between a client and a server, it’s very often used for filtering, caching, and logging web requests.
Types
Forward Proxy - Used by clients to access the internet, it hides the client’s IP address. E.g. Filtering employee internet traffic.
Reverse Proxy...
Log4j is a widely-used Java-based library developed by Apache Software Foundation that’s designed to enable developers log various levels of information (trace, debug, info, warn, error, and fatal) from their applications for troubleshooting and monitoring purposes. It has appenders that are responsible for determining...
SQL Injection (SQLi) is an attack technique that allows an attacker to manipulate the SQL queries that an application makes to its database. There are several different types of SQLi such as:
In-Band SQL Injection
This is the most common and easy-to-exploit form of SQL injection,...