|
-
Dec 18th, 2007, 10:17 PM
#1
Thread Starter
Frenzied Member
Re: [2.0] Packet intercept?
Now is there a way to redirect all traffic to localhost?
-
Dec 19th, 2007, 04:27 AM
#2
I wonder how many charact
Re: [2.0] Packet intercept?
You can redirect any DNS initiated traffic by using the hosts file -
C:\windows\system32\drivers\etc
Open hosts with notepad
Put an entry in on a new line like below and hit save:
vbforums.com 127.0.0.1
That only works for DNS resolution. Most software probably uses DNS. Otherwise, you will have to use your router to redirect traffic from your box, back to your box on a different port - if you have a router and if it supports it.
It would probably help if you described what you needed to intercept.
-
Dec 19th, 2007, 12:20 PM
#3
Thread Starter
Frenzied Member
Re: [2.0] Packet intercept?
 Originally Posted by nemaroller
 You can redirect any DNS initiated traffic by using the hosts file -
C:\windows\system32\drivers\etc
Open hosts with notepad
Put an entry in on a new line like below and hit save:
vbforums.com 127.0.0.1
That only works for DNS resolution. Most software probably uses DNS. Otherwise, you will have to use your router to redirect traffic from your box, back to your box on a different port - if you have a router and if it supports it.
It would probably help if you described what you needed to intercept.
Need to intercept all outbound traffic like a firewall.
-
Feb 5th, 2008, 07:04 AM
#4
Thread Starter
Frenzied Member
Re: [2.0] Packet intercept?
I was looking at socket and it seems like to do this I would use bind and iocontrol but anyone know how?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|