Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanbrasiliano/ping-sweep
Shell script to scan the Internet Control Message Protocol (ICMP), is a diagnostic technique used in computing to see which range of Internet Protocol (IP) addresses is in use by active hosts, which are usually computers.
https://github.com/yanbrasiliano/ping-sweep
ping-sweep python3 shell-script
Last synced: 23 days ago
JSON representation
Shell script to scan the Internet Control Message Protocol (ICMP), is a diagnostic technique used in computing to see which range of Internet Protocol (IP) addresses is in use by active hosts, which are usually computers.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/ping-sweep
- Owner: yanbrasiliano
- License: mit
- Created: 2021-05-22T04:21:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T01:14:23.000Z (8 months ago)
- Last Synced: 2024-11-07T15:37:48.366Z (2 months ago)
- Topics: ping-sweep, python3, shell-script
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ping Sweep πΈοΈ
What's Ping Sweep?
A ping scan, also called an Internet Control Message Protocol (ICMP) scan, is a diagnostic technique used in computing to see which range of Internet Protocol (IP) addresses is in use by active hosts, which they are usually computers.
It is usually used to report where active machines are on a network and is sometimes used by a system administrator to diagnose a network problem. Ping scans are also used by computer hackers, those who seek to break into a network, to see which computers are active to know where to focus their attacks.How to use the script?
1. Clone the repository
git clone https://github.com/yanbrasiliano/pingsweep.git2. If the script is not running, do:
chmod +x ping.sh