We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
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
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
The text was updated successfully, but these errors were encountered:
@Moskitoz, could you confirm if you're still seeing this on recent versions?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: