Skip to content

IpSpoofing

class Azu::Handler::IpSpoofing
inherits Reference

IP spoofing is the creation of Internet Protocol (IP) packets which have a modified source address in order to either hide the identity of the sender, to impersonate another computer system, or both. It is a technique often used by bad actors to invoke DDoS attacks against a target device or the surrounding infrastructure.

Usage
Azu::Throttle.new

Included modules

HTTP::Handler

Constants

CLIENT_IP = "X-Client-IP"

FORWARDED_FOR = "X-Forwarded-For"

REAL_IP = "X-Real-IP"

Methods

#call(context : HTTP::Server::Context)

View source