Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gambledor/ipscanner


https://github.com/gambledor/ipscanner

Last synced: 22 days ago
JSON representation

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