Loading src/main-conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ masscan_usage(void) printf("masscan -p80,8000-8100 10.0.0.0/8 --rate=10000\n"); printf(" scan some web ports on 10.x.x.x at 10kpps\n"); printf("masscan --nmap\n"); printf(" list those options that are compatiable with nmap\n"); printf(" list those options that are compatible with nmap\n"); printf("masscan -p80 10.0.0.0/8 --banners -oB <filename>\n"); printf(" save results of scan in binary format to <filename>\n"); printf("masscan --open --banners --readscan <filename> -oX <savefile>\n"); Loading Loading
src/main-conf.c +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ masscan_usage(void) printf("masscan -p80,8000-8100 10.0.0.0/8 --rate=10000\n"); printf(" scan some web ports on 10.x.x.x at 10kpps\n"); printf("masscan --nmap\n"); printf(" list those options that are compatiable with nmap\n"); printf(" list those options that are compatible with nmap\n"); printf("masscan -p80 10.0.0.0/8 --banners -oB <filename>\n"); printf(" save results of scan in binary format to <filename>\n"); printf("masscan --open --banners --readscan <filename> -oX <savefile>\n"); Loading