robertdavidgraham / masscan

TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes.
GNU Affero General Public License v3.0
23.08k stars 3.03k forks source link

Run masscan background process ? #322

Open Dremos122 opened 6 years ago

Dremos122 commented 6 years ago

Hi

i have tried to run masscan in background process mode with ' & ' operator in the end of the command line , but every time i close the terminal window masscan shutdown and close .

what is the best way to run masscan in background process from a remote server without having the terminal window open ?

Thank you

gsocgsoc commented 6 years ago

nohup masscan xxx &

fazith27 commented 2 years ago

Any update on this one? I am also facing issues in sending the process to background.