Capturing and redirecting outgoing traffic from given ip:port to target ip:port [closed]

你说的曾经没有我的故事 提交于 2019-12-03 09:05:23

I haven't found a ready executable, but WFPSampler seems to be promising. It uses the new Windows Filtering Platform API (available since Windows Vista) to manipulate packets.

To use it for redirecting outgoing packets, give a look at Q&A section, there are many examples.

Check out BarbaTunnel: http://barbatunnel.codeplex.com/

TCP-Redirect mode is probably what you're looking for.

You can use a reverse shell. It can mirror a remote port. Use ssh to connect with -R option. For example ssh -R xxxx:localhost:xxxx user:pass@www.server.com. Check this out:http://www.debianadmin.com/howto-use-ssh-local-and-remote-port-forwarding.html.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!