The Wayback Machine - https://web.archive.org/web/20201123191723/https://github.com/topics/ping
Skip to content
#

ping

Here are 844 public repositories matching this topic...

nnposter
nnposter commented Nov 15, 2020

The script is described as

Finds subdomains of a web server by querying Google's Certificate Transparency logs database (https://crt.sh).

At the moment the script reports all hostname-like identities where the input/target hostname is present somewhere in the identity. Specifically, the script does not verify that a returned identity is truly a subdomain of the target hostname.

As an ex

angelofdeauth
angelofdeauth commented May 31, 2019

Pinger.New() runs connectICMP() which runs icmp.ListenPacket(network, address) using static value "ip4:icmp" as network. Per icmp.ListenPacket() def, this only allows usage of privileged endpoints.

ListenPacket listens for incoming ICMP packets addressed to address. See net.Dial for the syntax of address.

For non-privileged datagram-oriented ICMP endpoints, network must be "udp4" or "u

Improve this page

Add a description, image, and links to the ping topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ping topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.