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

Question/Feature Request: Supply ports from a list of file using --ports #8

Open
Azathothas opened this issue Aug 31, 2023 · 0 comments

Comments

@Azathothas
Copy link

Hi, does the --ports flag accept a ports.txt file with one port on each line?
I tried:

--ports "$(cat /tmp/ports_20k.txt | grep -iv '^80$\|^443$\|^8080$\|^8443$' | sort -u | tr '\n' ',' | sed 's/,$/\n/')" 

Error:

Argument list too long
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