Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cracktc/spiriteye
- Owner: CrackTC
- Created: 2023-07-09T16:24:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-19T03:17:39.000Z (over 1 year ago)
- Last Synced: 2024-11-20T15:32:49.069Z (2 months ago)
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```