9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
# https://github.com/FMotalleb/nu_plugin_port_scan
|
|
|
|
|
|
|
|
cargo install nu_plugin_port_scan
|
|
register ~/.cargo/bin/nu_plugin_port_scan
|
|
|
|
50..60 | par-each { |it| port scan 8.8.8.8 $it -t 100ms } | where is_open | collect { $in }
|