yps

Crates.ioyps
lib.rsyps
version0.1.3
created_at2025-06-30 10:49:07.240547+00
updated_at2025-08-16 16:28:03.039093+00
descriptionYPS - Yggdrasil Port Scanner
homepage
repositoryhttps://github.com/YGGverse/yps
max_upload_size
id1731694
size24,702
(oooo-ps)

documentation

README

YPS - Yggdrasil Port Scanner

Linux Dependencies crates.io

A simple crawler tool to find open ports for specific services,
such as web servers or Bitcoin nodes, to connect with Yggdrasil.

Install

Stable

cargo install yps

Repository

* `git clone https://github.com/yggverse/yps.git && cd yps`
* `cargo build --release`
* `sudo install target/release/yps /usr/local/bin/yps`

Usage

sudo yps --tcp -p 80 -p 443

Options

-d, --debug
        Print debug information
-s, --socket <SOCKET>
        Yggdrasil socket path (unix only) [default: /var/run/yggdrasil.sock]
-p, --port <PORT>
        Port(s) to scan
-u, --udp <UDP>
        Crawl UDP ports (requires `[host]:port` binding as the value)
-t, --tcp
        Crawl TCP ports
-l, --latency <LATENCY>
        Pause in seconds before make new request
    --index-capacity <INDEX_CAPACITY>
        Optimize memory usage by providing expecting index capacity, according to the current network size [default: 1000]
-h, --help
        Print help
-V, --version
        Print version
Commit count: 0

cargo fmt