From fd3fe1b57830785434781903a73e956b10203c8c Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 2 Dec 2019 17:56:17 +0100 Subject: [PATCH] minor updates (add new shortened IPs) - signed-off-by: trimstray --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bdcc1b6..e35b482 100644 --- a/README.md +++ b/README.md @@ -1478,10 +1478,16 @@ IP addresses can be shortened by dropping the zeroes: http://1.0.0.1 → http://1.1 http://127.0.0.1 → http://127.1 http://192.168.0.1 → http://192.168.1 + +http://0xC0A80001 or http://3232235521 → 192.168.0.1 +http://192.168.257 → 192.168.1.1 +http://192.168.516 → 192.168.2.4 ``` > This bypasses WAF filters for SSRF, open-redirect, etc where any IP as input gets blacklisted. +For more information please see [How to Obscure Any URL](http://www.pc-help.org/obscure.htm) and [Magic IP Address Shortcuts](https://stuff-things.net/2014/09/25/magic-ip-address-shortcuts/). + #### One-liners  [[TOC]](#anger-table-of-contents) ##### Table of Contents