plug_forwarded_peer
Client IP extractor
Simplifies access to the client IP address in HTTP requests with X-Forwarded headers
Very simple plug which reads X-Forwarded-For or Forwarded header according to rfc7239 and fill conn.remote_ip with the root client ip.
24 stars
4 watching
8 forks
Language: Elixir
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Deno port of a library that extracts IP addresses from HTTP request headers used by proxy servers | 9 |
| | A middleware package to parse and extract client IP addresses from HTTP headers | 98 |
| | Parses CloudFlare's IP address from an HTTP request header into Plug.Conn's remote_ip field. | 23 |
| | Extracts peer certificates from given SSL certificates to enable certificate pinning in HTTP connections | 79 |
| | A Plug for requiring and extracting specific headers from HTTP requests. | 27 |
| | Extracts the hash from a Windows Hello PIN using Hashcat and various system hive files. | 69 |
| | A modern HTTP client built on top of the Requests library for creating and executing REST requests in Python. | 307 |
| | Extracts URLs from files using Tika client | 10 |
| | A Burp plugin that extracts and generates requests from JavaScript WebService Proxies | 7 |
| | An extension for Burp Suite to extract parameters and endpoints from requests to create custom wordlists for testing | 140 |
| | An HTTP client library for Python that simplifies sending and receiving HTTP requests. | 279 |
| | An automated tool to discover and extract links from web applications | 1,216 |
| | A Ruby HTTP client library providing basic HTTP request functionality with features like authentication and streaming support. | 703 |
| | An HTTP client that builds composable requests using various adapters | 16 |
| | An implementation of a decentralized peer-to-peer membership protocol using WebRTC for distributed network connections | 2 |