I don't follow.
This is a valid ipv4 address
21–30 of 101 posts
Re: This is a valid ipv4 address
#22The decoded URL for this submission is http://184.172.10.74/ — the server for Hacker News. Here's some other encodings you can use for the same address, they're all valid and recognised by most browsers and other software: http://3098282570/ http://7393249866/ http://0xb8.0xac.0x0a.0x4a/ http://0270.0254.0012.0112/ The source for this comment is an XSS filtering bypass tool by RSnake — http://ha.ckers.org/xsscalc.htm…
Re: This is a valid ipv4 address
#23The decoded URL for this submission is http://184.172.10.74/ — the server for Hacker News. Here's some other encodings you can use for the same address, they're all valid and recognised by most browsers and other software: http://3098282570/ http://7393249866/ http://0xb8.0xac.0x0a.0x4a/ http://0270.0254.0012.0112/ The source for this comment is an XSS filtering bypass tool by RSnake — http://ha.ckers.org/xsscalc.htm…
I didn't use bypass tool you've mentioned. This small ruby script #!/usr/bin/ruby a, b, c, d = $*[0].split('.').map(&:to_i) i = a * 256**3 + b * 256**2 + c * 256 + d puts "dec: http://#{i}" puts "hex: http://0x#{i.to_s(16)}" puts "oct: http://0#{i.to_s(8)}" ..yields the following: % ip2dword 184.172.10.74 dec: http://3098282570 hex: http://0xb8ac0a4a oct: http://027053005112
Re: This is a valid ipv4 address
#24Guys check out this website at http://0x7f000001 hahaha what an idiot made this, that page is shit!
Re: This is a valid ipv4 address
#25The decoded URL for this submission is http://184.172.10.74/ — the server for Hacker News. Here's some other encodings you can use for the same address, they're all valid and recognised by most browsers and other software: http://3098282570/ http://7393249866/ http://0xb8.0xac.0x0a.0x4a/ http://0270.0254.0012.0112/ The source for this comment is an XSS filtering bypass tool by RSnake — http://ha.ckers.org/xsscalc.htm…
http://184.11274826/ http://184.172.2634/
The rule here is that the last (but apparently only the last) numeric component may encode multiple bytes.
Re: This is a valid ipv4 address
#26Re: This is a valid ipv4 address
#27The decoded URL for this submission is http://184.172.10.74/ — the server for Hacker News. Here's some other encodings you can use for the same address, they're all valid and recognised by most browsers and other software: http://3098282570/ http://7393249866/ http://0xb8.0xac.0x0a.0x4a/ http://0270.0254.0012.0112/ The source for this comment is an XSS filtering bypass tool by RSnake — http://ha.ckers.org/xsscalc.htm…
Re: This is a valid ipv4 address
#28Re: This is a valid ipv4 address
#29~tomsyt-balsen/try=> `@p`3.098.282.570
~lanben-dibnup