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...
Tokenization is a data security technique where data is replaced by non-sensitive equivalents, called tokens. These tokens can be used in the system without exposing the sensitive data.
Where is Tokenization Used?
This is commonly used in sectors handling sensitive information such as finance, healthcare and...
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...