jfscan icon indicating copy to clipboard operation
jfscan copied to clipboard

How to run this tool with 10g nic ?

Open neginsadeghi opened this issue 3 years ago • 4 comments

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

neginsadeghi avatar Sep 01 '22 07:09 neginsadeghi

For such task, please use masscan directly (https://github.com/robertdavidgraham/masscan) and follow https://github.com/robertdavidgraham/masscan#pf_ring

nullt3r avatar Sep 01 '22 12:09 nullt3r

but I need Nmap scripting abilities too, so it's better to say let's find out how we can use pfring with jfscan ?!

neginsadeghi avatar Sep 04 '22 07:09 neginsadeghi

This will work with only with Masscan and scans will be much faster, but Nmap will not utilize such throughput as it does not have it's own TCP/IP stack implemented as the masscan does.

nullt3r avatar Sep 04 '22 08:09 nullt3r

Ok, so can you please tell me how we can run Masscan on the 10 GB nic mode and the Nmap on the 1 GB nic mode in the Jfscan tool ? Or please implement this feature on your tool.

neginsadeghi avatar Sep 18 '22 08:09 neginsadeghi