installing nmap on kali linux
just type
sudo apt install nmap
it will be work perfectyly
Thanks
installing nmap on kali linux
just type
sudo apt install nmap
it will be work perfectyly
Thanks
nmap linux
// Installation
sudo apt-get install nmap
// Usage
nmap 127.0.0.1 // Simple TCP Scan
nmap 127.0.0.1 -p- // TCP Scan of all ports
sudo nmap -sU 127.0.0.1 // UDP Scan
sudo nmap 127.0.0.1/24 // Entire Network Scan
nmap 127.0.0.1 -p 22 // Scan only port 22
nmap 127.0.0.1 -p 22-80 // Scan ports 22 to 80
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us