본문 바로가기

Server & Cloud

nmap installation

These two command lines can install nmap without downloading an execution file

sudo apt update
 
sudo apt install nmap -y
 

 

To check the verion of nmap

nmap --version
 

 


 
network connection 끊어져도 background에서 명령어 돌리는 법: 
nohup nmap~~~

일반 명령어 앞에 nohup만 붙여주면 됨

 

nmap 명령어가 돌고 있는지 확인하는 방법:

ps -ax | grep nmap