文件名称:go_ping_sweep:使用ICMP回显请求回复消息分析ipv4主机或ipv6主机的RTT时间
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-20 01:18:57
Go
该项目使用ICMP回显请求/回复消息来分析ipv4主机或ipv6主机的RTT时间。
尝试使用以Python语言编写的go语言移植[ping_sweep]( )项目。
截屏
例子
[example.go]( )
package main
import (
"flag"
"fmt"
"github.com/subh007/go_ping_sweep"
"os"
)
func main () {
host := flag . String ( "host" , "" , "ip address/ hostname to analyse the ping." )
flag . Parse ()
if host == nil {
fmt . Println ( "usage: ./example --host
【文件预览】:
go_ping_sweep-master
----table.go(2KB)
----ping.go(3KB)
----statistics.go(182B)
----table()
--------ex_table.go(308B)
----example()
--------example.go(1002B)
----permission.go(286B)
----README.md(2KB)
----icmp.go(2KB)