You can also try my tool online which obfuscate an ip address. https://wannabe1337.xyz/text-ipobfuscator
https://16777217/
31–40 of 90 posts
Re: https://16777217/
#32Golang's url.Parse works :) https://go.dev/play/p/A6O6yrSDrZm
Re: https://16777217/
#33You can also try my tool online which obfuscate an ip address. https://wannabe1337.xyz/text-ipobfuscator
Is there a legitimate reason why to obfuscate an ip address?
For example, I use the presence of IPs in the URL as a SPAM signal. If one used such an obfuscated URL, they could avoid some of the SPAM filters.
Re: https://16777217/
#34Re: https://16777217/
#35Re: https://16777217/
#36I'm not sure how long they'll be able to run such a service till the government tells them they have to implement site blocking.
Re: https://16777217/
#37Re: https://16777217/
#38Is there any good reason to support this notation for URLs? Do you think this format would be faster to parse than regular IPs?
Re: https://16777217/
#39For 'google.com': https://3627733454/
ERR_CERT_AUTHORITY_INVALID
Re: https://16777217/
#40$ man 3 inet_aton […] inet_aton() converts the Internet host address cp from the IPv4 numbers-and-dots notation into binary form (in network byte order) and stores it in the structure that inp points to. inet_aton() returns nonzero if the address is valid, zero if not. The address supplied in cp can have one of the following forms: a.b.c.d Each of the four numeric parts specifies a byte of the address; the bytes are…