[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Intresting Strange Address - Not Linux Q
- To: linux ILUG <linux-il(at-nospam)linux.org.il>
- Subject: Re: Intresting Strange Address - Not Linux Q
- From: rcs <rasta(at-nospam)RSHELL.ORG>
- Date: Tue, 5 Jun 2001 19:13:03 +0300
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <000b01c0edac$a288b540$aa5796d4@canaan.co.il>; from miki@canaan.co.il on Tue, Jun 05, 2001 at 01:45:27PM +0300
- Mail-Followup-To: linux ILUG <linux-il@linux.org.il>
- References: <000b01c0edac$a288b540$aa5796d4@canaan.co.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.2.5i
#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