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
'Server & Cloud' 카테고리의 다른 글
AWS Lambda에 zip 형태로 코드 업로드 (0) | 2025.01.13 |
---|---|
[AWS Lambda] docker image로 Lambda 생성 (0) | 2024.11.12 |
[KVM] virsh console에서 Escape character is ^] 문제 해결 (1) | 2023.12.04 |
Disk Size Increasing (0) | 2023.11.09 |