Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
Momchill Zarev authored and Momchill Zarev committed Dec 10, 2023
1 parent 5cea35b commit 203c543
Show file tree
Hide file tree
Showing 3 changed files with 50,885 additions and 2 deletions.
38 changes: 36 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,36 @@
# nbscan
NetBIOS scanner
nbscan
===

nbscan is a NetBIOS discovery tool written in Go.

## Download

Binary packages are available [here](https://github.com/momchill/nbscan/releases/latest).

## Install

If you have Go installed, you can build your own binary by running:
```
$ go build nbscan.go
```

## Usage

```
Usage: nbscan [options] <net to scan> ...
Options:
-json Output json format
-m Print MAC address
-q Suppress error messages
-r Set the maximum packets per second rate. 0 disables rate limiter (default 250)
-t Set the maximum timeout / wait time for response in seconds (default 1)
-v Log more info to stderr
```

### Local Network Discovery
Identify computers on the local network.

```
$ nbscan -m 192.168.0.0/24
```
Loading

0 comments on commit 203c543

Please sign in to comment.