hide IP address
-
how to hide ip address using c#.net code
-
how to hide ip address using c#.net code
sivaramireddy p wrote:
how to hide ip address using c#.net code
what does it mean ??? :confused: can you explain in details ??:confused::rose:
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
-
sivaramireddy p wrote:
how to hide ip address using c#.net code
what does it mean ??? :confused: can you explain in details ??:confused::rose:
Best Regards ----------------- Abhijit Jana View My CodeProject Articles "Success is Journey it's not a destination"
suppose we are accessing any website they know who can accessing that information they are identify the incoming request coming which pc. but my requirement is iam accessing any website anonymously using c# coding . plz post me code
-
suppose we are accessing any website they know who can accessing that information they are identify the incoming request coming which pc. but my requirement is iam accessing any website anonymously using c# coding . plz post me code
Why reinvent the wheel? Try Tor
"You're very clever, young man, very clever," said the old lady. "But it's turtles all the way down!"
-
how to hide ip address using c#.net code
sivaramireddy p wrote:
how to hide ip address using c#.net code
Well, you could write an NDIS driver and manually modifiy the packet as it goes through the network card. However, you can't do that in C# and you would never get a response because the reply would go to what ever machine was at your fake IP address (if it exists).
Upcoming FREE developer events: * Developer! Developer! Developer! 6 * Developer Day Scotland My website
-
how to hide ip address using c#.net code
This is quite interresting because I am currently writing a packet capture application which can disassemble network data from the ethernet frame level. As far as i know, hiding your IP address is impossible, however you could try using WinPCap to write a custom ethernet frame encapsulating an IP packet. I dont know the intricacies of networks particularly well, but providing you keep your adapters MAC address the same when you send an ethernet frame, you may get a response when hiding your IP address because the responding maching may send back to your MAC address rather than IP address....i dont know but it's something to think about. You could also use WinPCap to write a Windows Service to check for incomming requests which check your IP address and respond to these requests by replying your fake IP address, however you would have to write this very specifically it it was to be used for a specific application / web site / web service...think about the following example, which i havent coded in a proper language to make it easy to understand the concepts: if (request_for_ip from specific_web_service) { Write custom frame with real MAC address and fake IP } else { Send default frame with real IP } try looking at the following sites http://www.winpcap.org/[^] http://network.programming-in.net/[^] The network programming in .NET book is excellent and very useful for network programmers Hope this helps!
-
how to hide ip address using c#.net code
You can always spoof the IP address but what about your MAC address (not an address used by apple macs). If you really want to hack into a system try and look at www.hackthisite.org which offers ethical (remember this special word: ETHICAL) training for hacking. Th funny thing about IP addresses is that you post here is not lodged with your current IP address which can be traced to your ISP and you.
Grady Booch: I told Google to their face...what you need is some serious adult supervision. (2007 Turing lecture) http://www.frankkerrigan.com/[^]
-
how to hide ip address using c#.net code
Get a Proxy server. Download Tor/Privoxy bundle and then you will be set.
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway