jfscan icon indicating copy to clipboard operation
jfscan copied to clipboard

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

Open Azathothas opened this issue 9 months ago • 0 comments

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

Azathothas avatar Aug 31 '23 08:08 Azathothas