We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, how can I add the port to the end of the scanned ports in the output? Is there such a feature?
The text was updated successfully, but these errors were encountered:
yes. --output-fields option provides choices to select any output fields in the output.
Sorry, something went wrong.
./xmap -i enp35s0 -4 -R 0 -p 3388,8080 -O csv --probe-args=file:rang.txt -o iplist.txt -T9 --output-fields saddr,port
This command gives an error because the port field is wrong. What field should I enter for port?
please use sport or dport.
sport
dport
No branches or pull requests
Hello, how can I add the port to the end of the scanned ports in the output?
Is there such a feature?
The text was updated successfully, but these errors were encountered: