Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Show the service running of the open port without -A #488

Open
Moskitoz opened this issue Dec 31, 2022 · 0 comments
Open

Request: Show the service running of the open port without -A #488

Moskitoz opened this issue Dec 31, 2022 · 0 comments

Comments

@Moskitoz
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant