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. The Lounge
  3. IP destination spoofing tool... [modified]

IP destination spoofing tool... [modified]

Scheduled Pinned Locked Moved The Lounge
linuxquestionworkspace
7 Posts 5 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.
  • D Offline
    D Offline
    dontknowitall
    wrote on last edited by
    #1

    For Windows XP? Anyone know of some sort of software-based tool (preferably free) that I can set up a rule that will redirect all requests to a specific IP address (outside the LAN) and port to a different address (inside the LAN) and port AND when packets come back, they look like they came from the original target? (It has to work on a Windows XP box. And don't say Linux.) I only need this for a temporary setup for about an hour or two. It can't be hard to do - I mean, I occasionally (= rarely) run Ethereal to sniff packets and botnet software can spoof the source. I know a full blown commercial NAT firewall/router will do the trick but, as I said, this is temporary and I'd rather not spend money. Edit: The part about the botnet probably sounds wrong. I meant to split that into two sentences: "I occasionally run Ethereal to sniff packets." "And [I know] botnet software can spoof the source." -- modified at 20:33 Thursday 6th September, 2007

    E D C 3 Replies Last reply
    0
    • D dontknowitall

      For Windows XP? Anyone know of some sort of software-based tool (preferably free) that I can set up a rule that will redirect all requests to a specific IP address (outside the LAN) and port to a different address (inside the LAN) and port AND when packets come back, they look like they came from the original target? (It has to work on a Windows XP box. And don't say Linux.) I only need this for a temporary setup for about an hour or two. It can't be hard to do - I mean, I occasionally (= rarely) run Ethereal to sniff packets and botnet software can spoof the source. I know a full blown commercial NAT firewall/router will do the trick but, as I said, this is temporary and I'd rather not spend money. Edit: The part about the botnet probably sounds wrong. I meant to split that into two sentences: "I occasionally run Ethereal to sniff packets." "And [I know] botnet software can spoof the source." -- modified at 20:33 Thursday 6th September, 2007

      E Offline
      E Offline
      El Corazon
      wrote on last edited by
      #2

      you are going to find few knowledgeable and of those who know how, most will be very hesitant to discuss the issue without a very good reason why you need it.

      _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

      D 1 Reply Last reply
      0
      • E El Corazon

        you are going to find few knowledgeable and of those who know how, most will be very hesitant to discuss the issue without a very good reason why you need it.

        _________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

        D Offline
        D Offline
        dontknowitall
        wrote on last edited by
        #3

        I'm knowledgeable enough to know how to use Detours to do what I want. Just wanted to know if there was already software to do the job. And a commercial firewall/NAT will do the trick too as I already pointed out. And Linux will do it as well. Just wondered if something was available for Windows before I rolled my own. Gee wiz. People are paranoid.

        D 1 Reply Last reply
        0
        • D dontknowitall

          I'm knowledgeable enough to know how to use Detours to do what I want. Just wanted to know if there was already software to do the job. And a commercial firewall/NAT will do the trick too as I already pointed out. And Linux will do it as well. Just wondered if something was available for Windows before I rolled my own. Gee wiz. People are paranoid.

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

          And, no thanks to anyone here, I found an existing tool that comes with XP out-of-the-box that looks like it will do the job nicely after modifying the registry a bit: 'netsh' (subcategories: 'routing ip nat' and 'add addressmapping').

          S 1 Reply Last reply
          0
          • D dontknowitall

            And, no thanks to anyone here, I found an existing tool that comes with XP out-of-the-box that looks like it will do the job nicely after modifying the registry a bit: 'netsh' (subcategories: 'routing ip nat' and 'add addressmapping').

            S Offline
            S Offline
            stano
            wrote on last edited by
            #5

            Well you learn something new everyday. What an awesome little command that is! My random trawls of The Lounge have finally proved fruitful. :)

            1 Reply Last reply
            0
            • D dontknowitall

              For Windows XP? Anyone know of some sort of software-based tool (preferably free) that I can set up a rule that will redirect all requests to a specific IP address (outside the LAN) and port to a different address (inside the LAN) and port AND when packets come back, they look like they came from the original target? (It has to work on a Windows XP box. And don't say Linux.) I only need this for a temporary setup for about an hour or two. It can't be hard to do - I mean, I occasionally (= rarely) run Ethereal to sniff packets and botnet software can spoof the source. I know a full blown commercial NAT firewall/router will do the trick but, as I said, this is temporary and I'd rather not spend money. Edit: The part about the botnet probably sounds wrong. I meant to split that into two sentences: "I occasionally run Ethereal to sniff packets." "And [I know] botnet software can spoof the source." -- modified at 20:33 Thursday 6th September, 2007

              D Offline
              D Offline
              David Crow
              wrote on last edited by
              #6

              dontknowitall wrote:

              Anyone know of some sort of software-based tool (preferably free) that I can set up a rule that will redirect all requests to a specific IP address...

              Would the C:\WINDOWS\system32\drivers\etc\hosts file handle this?


              "A good athlete is the result of a good and worthy opponent." - David Crow

              "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

              1 Reply Last reply
              0
              • D dontknowitall

                For Windows XP? Anyone know of some sort of software-based tool (preferably free) that I can set up a rule that will redirect all requests to a specific IP address (outside the LAN) and port to a different address (inside the LAN) and port AND when packets come back, they look like they came from the original target? (It has to work on a Windows XP box. And don't say Linux.) I only need this for a temporary setup for about an hour or two. It can't be hard to do - I mean, I occasionally (= rarely) run Ethereal to sniff packets and botnet software can spoof the source. I know a full blown commercial NAT firewall/router will do the trick but, as I said, this is temporary and I'd rather not spend money. Edit: The part about the botnet probably sounds wrong. I meant to split that into two sentences: "I occasionally run Ethereal to sniff packets." "And [I know] botnet software can spoof the source." -- modified at 20:33 Thursday 6th September, 2007

                C Offline
                C Offline
                code frog 0
                wrote on last edited by
                #7

                You can set routes in Windows XP or on the firewall. You are just asking about port forwarding and it's easy. You can achieve this with port forwarding and/or C:\Windows\System32\etc\drivers\hosts can you tell me more specifically about exactly what you want and I'll see if I can limp you through it?

                What I am up to: ReadyToGiveUp(Not!)[^] What friends are up to:SQLServerCentral[^]

                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