Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. hide IP address

hide IP address

Scheduled Pinned Locked Moved C#
csharptutorial
8 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sivaramireddy p
    wrote on last edited by
    #1

    how to hide ip address using c#.net code

    A C A F E 5 Replies Last reply
    0
    • S sivaramireddy p

      how to hide ip address using c#.net code

      A Offline
      A Offline
      Abhijit Jana
      wrote on last edited by
      #2

      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"

      S 1 Reply Last reply
      0
      • A Abhijit Jana

        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"

        S Offline
        S Offline
        sivaramireddy p
        wrote on last edited by
        #3

        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

        D 1 Reply Last reply
        0
        • S sivaramireddy p

          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

          D Offline
          D Offline
          duncanmhor
          wrote on last edited by
          #4

          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!"

          1 Reply Last reply
          0
          • S sivaramireddy p

            how to hide ip address using c#.net code

            C Offline
            C Offline
            Colin Angus Mackay
            wrote on last edited by
            #5

            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

            1 Reply Last reply
            0
            • S sivaramireddy p

              how to hide ip address using c#.net code

              A Offline
              A Offline
              Activwerx inc
              wrote on last edited by
              #6

              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!

              1 Reply Last reply
              0
              • S sivaramireddy p

                how to hide ip address using c#.net code

                F Offline
                F Offline
                Frank Kerrigan
                wrote on last edited by
                #7

                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/[^]

                1 Reply Last reply
                0
                • S sivaramireddy p

                  how to hide ip address using c#.net code

                  E Offline
                  E Offline
                  Ennis Ray Lynch Jr
                  wrote on last edited by
                  #8

                  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

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups