Network Scan
Last updated
Last updated
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.
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.
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 UDP scan
Netcat TCP scan
Masscan