https://github.com/mohammadhasanii/go-ping
This source allows you to ping the specified IP address as many times as you want by running it.
https://github.com/mohammadhasanii/go-ping
attack ddos dos go go-ping golang icmp-ping ping windows
Last synced: over 1 year ago
JSON representation
This source allows you to ping the specified IP address as many times as you want by running it.
- Host: GitHub
- URL: https://github.com/mohammadhasanii/go-ping
- Owner: mohammadhasanii
- Created: 2023-12-29T09:56:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T10:02:19.000Z (over 2 years ago)
- Last Synced: 2024-01-21T04:48:41.224Z (over 2 years ago)
- Topics: attack, ddos, dos, go, go-ping, golang, icmp-ping, ping, windows
- Language: Go
- Homepage: https://github.com/go-ping/ping
- Size: 1000 Bytes
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Go-Ping
This source allows you to ping the specified IP address as many times as you want by running it.
# Description
You can automatically enter a specific IP address and call it in large numbers. It can be a cool thing for monitoring

## Run Project
Tip : This source can only be run on Windows, it does not run on Linux kernels
You need golang version above 1.8 to run
```golang
go run app.go
```