- Posts: 11
- Thank you received: 0
private ip address
16 years 8 months ago #25283
by IceCube
private ip address was created by IceCube
hi,
A while ago I wanted to check how secure my network is, and I came across the following site:
www.auditmypc.com/
now, I passed the firewall check, but not the anonymous check
it turned out that the site knew my private ip, although I'm behind a nat router
can anyone tell me how this can happen?
thx
A while ago I wanted to check how secure my network is, and I came across the following site:
www.auditmypc.com/
now, I passed the firewall check, but not the anonymous check
it turned out that the site knew my private ip, although I'm behind a nat router
can anyone tell me how this can happen?
thx
16 years 8 months ago #25284
by Chojin
CCNA / CCNP / CCNA - Security / CCIP / Prince2 / Checkpoint CCSA
Replied by Chojin on topic Re: private ip address
My guess is that your browser also sends your internal address towards the site, or it is given by some sort of Client-side scripting.
If you use a proxy-server it will probably be covered by the proxy in this case because the proxy is browsing for itself (making the request and so on)
The package arriving at your destination is indeed covered by NAT so the 'Source IP' is your external IP.
*edit*
After using a proxy on this side my internal ip was hidden.
With a quick search on google I came on the "HTTP_X_FORWARDED_FOR "
header, it seems this is the one why they can see your private ip-address
If you use a proxy-server it will probably be covered by the proxy in this case because the proxy is browsing for itself (making the request and so on)
The package arriving at your destination is indeed covered by NAT so the 'Source IP' is your external IP.
*edit*
After using a proxy on this side my internal ip was hidden.
With a quick search on google I came on the "HTTP_X_FORWARDED_FOR "
header, it seems this is the one why they can see your private ip-address
CCNA / CCNP / CCNA - Security / CCIP / Prince2 / Checkpoint CCSA
16 years 8 months ago #25288
by IceCube
hi,
many thx for your answer, I was really stuck on this matter ...
Replied by IceCube on topic Re: private ip address
My guess is that your browser also sends your internal address towards the site, or it is given by some sort of Client-side scripting.
If you use a proxy-server it will probably be covered by the proxy in this case because the proxy is browsing for itself (making the request and so on)
The package arriving at your destination is indeed covered by NAT so the 'Source IP' is your external IP.
*edit*
After using a proxy on this side my internal ip was hidden.
With a quick search on google I came on the "HTTP_X_FORWARDED_FOR "
header, it seems this is the one why they can see your private ip-address
hi,
many thx for your answer, I was really stuck on this matter ...
Time to create page: 0.128 seconds