scan – POFTUT

How To Scan All TCP and UDP Ports with Nmap?

How To Scan All TCP and UDP Ports with Nmap?

Nmap is a very useful and popular tool used to scan ports. Nmap by default scans the most popular 1000 ports. We may need to change the port range and protocol type to all while scanning with Nmap. Scan All TCP Ports with Range We can specify the port range with the -p option. As we … Read more

Nmap Script and Version Scan

[rps-include post=6632] Nmap provides script scanning which gives nmap very flexible behavior to get more information and test about the target host. This feature is called Nmap Scripting Engine (NSE). NSE gives user the ability to write scripts for test. Lua is programming language supported by NSE. NSE have some vulnerability detection scripts too. NSE … Read more

Introduction To Nmap Network Scanning

[rps-include post=6632] Nmap is very popular tool among network and system administrators and pen-testers. As a pentester I generally start a penetration test with nmap. Nmap simply uses network protocols to scan given network range with given options. We will look all of the common options in next tutorials. Info Nmap is shorthand of the … Read more

Arp-Scan Command Tutorial With Examples

Network scanning is one of the steps of penetration testing. There are different and popular tools to scan network line masscan, nmap etc. Arp-scan is a tool specifically designed to scan network with layer 2 or mac or Ethernet arp packets. Install We can install arp-scan tool with the following command. $ sudo apt install … Read more