[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Intresting Strange Address - Not Linux Q




#include <stdio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

static char *weirdaddr="3475622417";

int main(void)
{
	struct sockaddr_in in;
	in.sin_addr.s_addr=inet_addr(weirdaddr);
	printf("weird addr not so weird: %s\n",inet_ntoa(in.sin_addr));
	return 0;
}


Ben-Nes Michael <miki@canaan.co.il> wrote:
> I got in spam mail a funny address -> http://3475622417
> 
> The address catch my attention as it look very strange to me ( no domain, no
> IP)
> 
> I tried to nslookup it and failed but when I used Strace on lynx I found out
> the real address is -> http://207.41.202.17/
> 
> Is it some conversion ?
> I tried Hex, Dec, Oct with no success
> 
> Can any one light this ?
> 
> --------------------------
> Canaan Surfing Ltd.
> Internet Service Providers
> Ben-Nes Michael - Manager
> Tel: 972-4-6991122
> http://sites.canaan.co.il
> --------------------------
> 
> 
> 
> =================================================================
> To unsubscribe, send mail to linux-il-request@linux.org.il with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail linux-il-request@linux.org.il

-- 
http://www.rshell.org
Join #shellcode on EFnet.
rasta@rshell.org

=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il