PowerPing icon indicating copy to clipboard operation
PowerPing copied to clipboard

Advanced command-line ping tool

Results 28 PowerPing issues
Sort by recently updated
recently updated
newest added

I want to know how I can do to install on linux

the Message buf should be larger than 65536,otherwise if -s 2000 then System.ArgumentException. The max ICMP pkg is 65536. So just set public byte[] Message = new byte[80000]; at line...

Bug

Hi, I tried to redirect stdoutput to file like this ```powerping 127.0.0.1 > test.log``` It stores the file correctly, however the process ends up with an exception ``` Unhandled exception:...

Feature

I just downloaded the exe from stable releases and pasted it into a folder, then opened a command prompt to run it and it requires Administrative rights, it should not....

help wanted

[How to](https://www.codeproject.com/Articles/5292/Raw-Ethernet-Packet-Sending) ``` SetSocketOption(SocketOptionLevel.Udp, SocketOptionName.NoChecksum, 1); sock.Bind((EndPoint)new IPEndPoint(attrs.Source, 0)); ```

Feature

![image](https://user-images.githubusercontent.com/9999745/69495916-3d1e5b80-0ec4-11ea-919f-430a37e52ee5.png) It seems nothing is recieved when we call RecvFrom: https://github.com/Killeroo/PowerPing/blob/615f78e441a9c5f523f68a34aac60b69e004b75b/src/PowerPing/Ping.cs#L301 I tried changing responseEP to be ```IPAddress.Any``` and tried remove the guards around the socket but at the socket...

Bug
help wanted

- ~~http://www.c-sharpcorner.com/UploadFile/7ca517/unit-test-with-console-application/~~ - ~~https://msdn.microsoft.com/en-us/library/ms182532.aspx~~ - ~~https://www.codeproject.com/Articles/17652/How-to-Test-Console-Applications~~ - [x] Arguments testing - [ ] Basic functionality testing

Enhancement
help wanted

Background: https://en.wikipedia.org/wiki/ICMP_tunnel UI: https://stackoverflow.com/a/7464499 Encryption: https://stackoverflow.com/a/10177020 https://www.codeproject.com/Articles/14150/Encrypt-and-Decrypt-Data-with-C Different tunnel features: - Simple UDP or TCP over ICMP - Stagnography and packet spam while tunneling - Simple messaging app

Feature

Can maybe be done by changing port type depending on IP Version ping property (that would need to be added)

help wanted
Feature