Tuesday, January 11, 2022

Bash script to automate and detect and scan your local networks

# Bash-Script-to-Automatically-Detect-and-Scan-Your-Local-Network

Using bash script to find the open ports in the local networks


using nmap and shell 

How to run the code


-> sudo apt-get install git

-> git clone https://github.com/krishnansai/Bash-Script-to-Automatically-Detect-and-Scan-Your-Local-Network


-> cd Bash-Script-to-Automatically-Detect-and-Scan-Your-Local-Network

-> chmod +x *


-> sudo ./network_scan.sh




No comments:

Post a Comment

Argocd with rollouts examples

examples in My github https://github.com/krishnansai/argocd-rollouts.git ArogoCd with ArgoRollouts Rollouts.yml # This example demonst...