Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: Unable to init server: Could not connect: Connection refused 
Shell :: stop google process linux 
Shell :: chmod: changing permissions of : Read-only file system and writeable 
Shell :: zsh get current theme 
Shell :: read a file in batch 
Shell :: how to stop tomcat from cmd 
Shell :: git init branch name 
Shell :: gitignore for django project 
Shell :: reset one branch onto another 
Shell :: reset iis 
Shell :: docker run restart always 
Shell :: how to enable migration in package manager console 
Shell :: pytorch anaconda install windows 
Shell :: material ui install 
Shell :: mac refresh terminal 
Shell :: npm audit 
Shell :: grep --include 
Shell :: bash check if variable is number 
Shell :: update and upgrade ubuntu 
Shell :: install ionic cli specific version 
Shell :: aws cli ec2 list security groups 
Shell :: git remove last commit origin 
Shell :: how to know which shell is specified for linux 
Shell :: speed test cli 
Shell :: grep filetype 
Shell :: bootstrap 5 react npm 
Shell :: Viewing content in files with dashed filenames 
Shell :: ubuntu microphone does not work 
Shell :: aws eks update-kubeconfig 
Shell :: httpd.conf location centos 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =