Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gambledor/ipscanner
https://github.com/gambledor/ipscanner
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gambledor/ipscanner
- Owner: gambledor
- License: gpl-3.0
- Created: 2020-12-29T11:48:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T08:48:00.000Z (about 4 years ago)
- Last Synced: 2024-06-20T14:26:12.933Z (7 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Network ip scanner
It scans the network looking for connected devices.
It takes the ip read from the network interface given in input and scans the network.
It has to be run as privileged user because of kernel capabilities.## How to compile
```bash
go build -o ipScanner
```## How to run
```bash
sudo ipScanner -i
```for example
```bash
sudo ipScanner -i eth0
```## Improvements
- Add concurrency for scans