jfscan icon indicating copy to clipboard operation
jfscan copied to clipboard

JF⚡can - Super fast port scanning & service discovery using Masscan and Nmap. Scan large networks with Masscan and use Nmap's scripting abilities to discover information about services. Generate repo...

Results 5 jfscan issues
Sort by recently updated
recently updated
newest added

The tool crashes when `--nmap-options` flag is used. _I'm using Python 3.10 and latest nmap, masscan from github._ ```python /scripts/jfscan# jfscan --top-ports 1000 --nmap --nmap-options='-sV' 123.123.123.0/24 usage: jfscan [-h] [--targets...

I need a way to run this tool to send millions of packets per second with 10g nic. please help me.

Hi, does the --ports flag accept a ports.txt file with one port on each line? I tried: ```bash --ports "$(cat /tmp/ports_20k.txt | grep -iv '^80$\|^443$\|^8080$\|^8443$' | sort -u | tr...

I sometimes face with firewalls on some specific servers or IP ranges. For example, when i scan a range `/22`, only a few IPs behind a firewall, they detect the...