Recently I complied the PWNAT on windows, and already got few mail asking on how I did that. So to help all fan of great software, I am uploading the Windows Compatible Source.
Disclaimer: I haven’t modify any license Information. All Copyrights and signature are same as Official release of Pwnat 0.3 Beta by Samy on his site. I only remove the compile error for Windows NMAKE Utility, and I have complied the software using NMake that got shipped with visual Studio 2008. But my guess is it will work fine with any nMake version.
Note:
1. To get it complied you need to have Windows SDKs 6.0A, I try to compile it with SDK 5.0 but it failed on Winsock Library.
2. Complied Version works fine on Windows XP SP2 and Later for me. I believe it works on Windows XP onwards.
Hope I cover all notes. So enough talking here is Download Link of the same:
http://www.sumitgupta.net/download/pwnat.zip
I feel bad about this software is that it is first time when I try to contact some author he didn’t respond back, and that is why inspite been very good concept and software I found people are finding its solution somewhere else. I wish Samy, you take care of your software well. This Code is still 100% yours, I just move some line in few condition.
hello when i try to use your compiled .exe my computer say :
pwnat.exe -c 8000 172.16.0.3 172.16.91.122 80
Listening on TCP 0.0.0.0:8000
Failed to send ICMP packet: No error
Failed to send ICMP packet: No error
Well, I agree that this is my complied EXE, but it works exactly same as main developer code it. From the error it looks like either your router is blocking the outgoing traffic or you have windows firewall. PWNat is to override the incoming packet blocking, but it cannot fight outgoing tracffic rules, and you ened to enable firewall and router respectively if you have blocked them.
More over it need the pwnat -s to be started on some other machine too. Please check the PWnat documentation or my other article on its usage.