Network Scan

Automatic Network Scan

Mynmap

Here's a very simple bash script I made myself. It is designed to automate the configuration and execution of port scans on a specified domain or IP address. The code is written to be run on Linux systems and requires the Nmap package to function correctly.

Usage

Mandatory arguments:

Optional arguments:

Examples:

NmapAutomator

The main goal for this script is to automate the process of enumeration and recon that is run every time, and instead focus our attention on real pentesting.

Manual Network Scan

Nmap

Nmap large scan

Grep nmap output to search for live hosts

Search for nse script for nmap:

Use --script vuln to run all scripts in the "vuln" category against a target in the PWK labs:

Netcat

Netcat UDP scan

Netcat TCP scan

Masscan

Masscan

Last updated

Was this helpful?