-
I have installed mitmproxy latest version in windows 7 with command pip install mitmproxy.my pip and setuptools all are up to date.python version is 2.7.10.
but when i run mitmdump from cmd it success…
-
I only tested the WinDivertSendEx method.
I'm trying to get these functions to work in C# and I'm having trouble with them. When I add the overlapped parameter (with the event set), I never have to w…
-
How to get which application is requesting tcp connection i.e. sending/receiving packets.
If we can get like
tcpConnected( APPINFO)
tcpClosed( APPINFO)
That will awesome. Or If possible please give …
-
Hi,
I'm trying to write a simple program that receives all UDP packets and send them out without changing (passthru-like).
Also, I don't want the driver to touch/modify the checksums so I put the NO…
-
If any application of Win Divert other than Promiscus mode based application is running , then Internet Explorer Based Page loading is very Slow. All other Browasers , it is OK. Any idea on this?
-
Hey there.
Was looking into this as suggested, and I have it working to the most part how I want it (it's only spoofing DNS for items on the blacklist, no gui, no all-tcp spoofing etc)
however; as m…
-
Hi jagt,
The current version of clumsy is using a very old version of WinDivert, namely WinDivert1.1.1 for the latest 0.2-rc release. WinDivert1.1.1 contains bugs that may affect clumsy, e.g. see [h…
-
Hi,
Is it possible with WinDivert to receive packets with source ip A and destination B, while I'm C but the packet was in the NIC?
I don't want to configure Windows as a router, and open an NETWORK…
-
Clumsy 0.2 starts up the program fine with Windows Server 2008. However, whenever I press the Start button, it will produce the error message: 'Failed to start filtering : failed to open device (code:…
-
Hi!
I was testing the webfilter sample changing the filter from "outbound && **ip** && tcp.DstPort == 80 && tcp.PayloadLength > 0" to "outbound && **ipv6** && tcp.DstPort == 80 && tcp.PayloadLength >…