From fe1ad5fc8bb1e63d2d1463dccfd10c2f383e61d6 Mon Sep 17 00:00:00 2001 From: Fazle Arefin Date: Wed, 21 May 2025 03:05:34 +1000 Subject: [PATCH] rustscan: update page (#16551) --- pages/common/rustscan.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pages/common/rustscan.md b/pages/common/rustscan.md index 7c5c1d5525..6f5d3daecd 100644 --- a/pages/common/rustscan.md +++ b/pages/common/rustscan.md @@ -1,7 +1,8 @@ # rustscan -> Fast Port Scanner written in Rust with `nmap` built in. -> More information: . +> Modern Port Scanner written in Rust. +> Note: `nmap` must be installed for some of the examples below to work. +> More information: . - Scan all ports of one or more comma-delimited addresses using the default values: @@ -17,11 +18,11 @@ - Scan a specific range of ports: -`rustscan {{[-r|--range]}} {{start-end}} {{[-a|--addresses]}} {{address_or_addresses}}` +`rustscan {{[-r|--range]}} {{start}}-{{end}} {{[-a|--addresses]}} {{address_or_addresses}}` -- Add script arguments to `nmap`: +- Invoke `nmap` functionalities (Nmap's OS detection and default scripts): -`rustscan {{[-a|--addresses]}} {{address_or_addresses}} -- -A -sC` +`rustscan {{[-a|--addresses]}} {{address_or_addresses}} -- -O {{[-sC|--script=default]}}` - Scan with custom batch size (default: 4500) and timeout (default: 1500ms):