Request: Show the service running of the open port without -A
- Dominant language
- Rust
- Stars
- 20.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
**Scanning with** --no-nmap --ulimit 65535
rustscan/rustscan:1.10.0 ***.***.***.** --no-nmap --ulimit 65535
**show result**
Open ***.***.***.**:22
Open ***.***.***.**:38172
**Scanning with** -- -A --ulimit 65535
rustscan/rustscan:1.10.0 ***.***.***.** -- -A --ulimit 65535
**show result**
Open ***.***.***.**:9100
Open ***.***.***.**:38172
[~] Starting Nmap
[>] The Nmap command to be run is nmap -A --ulimit 65535 -vvv -p 9100,38172 ***.***.***.**
PORT STATE SERVICE REASON VERSION
9100/tcp open jetdirect? syn-ack
38172/tcp open unknown syn-ack
-------------------
is there a way to make the RustScan show the service of the without using -A in nmap? make it show like this result on one line
Open ***.***.***.**:9100- jetdirect? syn-ack
Open ***.***.***.**:38172- unknown syn-ack
Contributor guide
Assessment
This issue has not been assessed yet.