RustScan

(โ˜… 20,299)

๐Ÿค– The Modern Port Scanner ๐Ÿค–

ํŒŒ์ผ ํƒ์ƒ‰๊ธฐ

  • .all-contributorsrc
  • .dockerignore
  • .gitignore
  • .gitmodules
  • .SRCINFO
  • .travis.yml
  • build.rs
  • Cargo.lock
  • Cargo.toml
  • CODE_OF_CONDUCT.md
  • config.toml
  • contributing.Dockerfile
  • contributing.md
  • justfile
  • LICENSE
  • Makefile
  • nmap-payloads
  • README.md
  • release.sh

# ์„ค์น˜ ๊ฐ€์ด๋“œ

rust
์‚ฌ์ „ ์ค€๋น„๋ฌผ

์„ค์น˜ ๋ฐ ์‹คํ–‰ ์ ˆ์ฐจ

cargo install rustscan

Cargo๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ RustScan์„ ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค.

ํ•ต์‹ฌ ๋ช…๋ น์–ด

cargo install rustscan

Cargo ํŒจํ‚ค์ง€ ๋งค๋‹ˆ์ €๋ฅผ ํ†ตํ•ด RustScan์„ ๋นŒ๋“œํ•˜๊ณ  ์„ค์น˜ํ•ฉ๋‹ˆ๋‹ค.

rustscan -a 127.0.0.1

์„ค์น˜๋œ RustScan์„ ์‹คํ–‰ํ•˜์—ฌ ํฌํŠธ ์Šค์บ”์„ ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค.

MacOS์˜ ๊ฒฝ์šฐ Homebrew๋ฅผ ํ†ตํ•ด 'brew install rustscan'์œผ๋กœ๋„ ์„ค์น˜ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

# CDN์œผ๋กœ ์‚ฌ์šฉํ•˜๊ธฐ

jsDelivr

jsDelivr๋Š” ๊ณต๊ฐœ GitHub ๋ฆฌํฌ์ง€ํ† ๋ฆฌ๋ฅผ ๋ณ„๋„ ์„ค์ • ์—†์ด CDN์œผ๋กœ ์ฆ‰์‹œ ์„œ๋น™ํ•ฉ๋‹ˆ๋‹ค. ๋ฒ„์ „๊ณผ ํŒŒ์ผ์„ ๊ณ ๋ฅด๋ฉด ์›นํŽ˜์ด์ง€์— ๋ฐ”๋กœ ๋ถ™์ผ ์ˆ˜ ์žˆ๋Š” ๋งํฌ์™€ ์˜ˆ์‹œ ์ฝ”๋“œ๊ฐ€ ๋งŒ๋“ค์–ด์ง‘๋‹ˆ๋‹ค.

๋ช…๋ น์–ด ์šฉ์–ด์ง‘

์ด ๋ฌธ์„œ์—์„œ ์‚ฌ์šฉ๋œ ๋ช…๋ น์–ด๋ฅผ ๋ชจ์•„๋ดค์Šต๋‹ˆ๋‹ค. ๋‚ฏ์„  ๋ช…๋ น์–ด๊ฐ€ ์žˆ๋‹ค๋ฉด ํŽผ์ณ์„œ ํ™•์ธํ•ด๋ณด์„ธ์š”.

๐Ÿ”

brew install

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Install a Homebrew formula or cask.

brew install {{formula|cask}}

Install a formula/cask:

brew install {{[-s|--build-from-source]}} {{formula}}

Build and install a formula from source (dependencies will still be installed from bottles):

brew install {{[-n|--dry-run]}} {{formula|cask}}

Download the manifest, print what would be installed but don't actually install anything:

๐Ÿ”

cargo install

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

Build and install a Rust binary.

cargo install {{package}}@{{version}}

Install a package from <https://crates.io> (the version is optional - latest by default):

cargo install --git {{repo_url}}

Install a package from the specified Git repository:

cargo install --git {{repo_url}} --{{branch|tag|rev}} {{branch_name|tag|commit_hash}}

Build from the specified branch/tag/commit when installing from a Git repository:

๐Ÿ”

pacman -S

์„ค๋ช… ๋ณด๊ธฐ โ–ผ

This command is an alias of `pacman --sync`.

tldr pacman sync

View documentation for the original command:

// repository documentation