Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cracktc/spiriteye

Network scanner for CISCN build round
https://github.com/cracktc/spiriteye

Last synced: 6 days ago
JSON representation

Network scanner for CISCN build round

Awesome Lists containing this project

README

        

# SpiritEye
## Usage

```shell
# scan
spiriteye scan -p -o
spiriteye scan 192.168.1.1/24 -p - -o result.json # '-' for all ports

# merge
spiriteye merge -o
spiriteye merge result1.json result2.json -o result.json
```