sx v0.5 releases: Fast, modern, easy-to-use network scanner
sx is the command-line network scanner designed to follow the UNIX philosophy.
The goal of this project is to create the fastest network scanner with clean and simple code.
✨ Features
- ⚡ 30x times faster than nmap
- ARP scan: Scan your local networks to detect live devices
- ICMP scan: Use advanced ICMP scanning techniques to detect live hosts and firewall rules
- TCP SYN scan: Traditional half-open scan to find open TCP ports
- TCP FIN / NULL / Xmas scans: Scan techniques to bypass some firewall rules
- Custom TCP scans with any TCP flags: Send whatever exotic packets you want and get a result with all the TCP flags set in the reply packet
- UDP scan: Scan UDP ports and get full ICMP replies to detect open ports or firewall rules
- Application scans:
- SOCKS5 scan: Detect live SOCKS5 proxies by scanning ip range or list of ip/port pairs from a file
- Docker scan: Detect open Docker daemons listening on TCP ports and get information about the docker node
- Elasticsearch scan: Detect open Elasticsearch nodes and pull out cluster information with all index names
- JSON output support: sx is designed specifically for convenient automatic processing of results
Changelog v0.5
- 3a5b84e chore(deps): update golang docker tag to v1.17 (#102)
- b903f1d chore(deps): update golangci/golangci-lint docker tag to v1.42.0 (#103)
- d420294 feature: ports file cli flag (#111)
- 045444e fix(deps): update go version (#119)
- cdbbfd4 fix(deps): update module github.com/spf13/cobra to v1.3.0 (#92)
- dcd8e01 fix(deps): update module go.uber.org/zap to v1.19.0 (#91)
- 82909d0 fix: change error message (#95)
Download &Use
Copyright (c) 2021 v-byte-cpu