From eef4fda674eb3d8a13e0c28c47968aaf38f6d558 Mon Sep 17 00:00:00 2001 From: Narsty Date: Fri, 2 Jun 2023 23:58:06 -0500 Subject: [PATCH] Network Recon +.txt --- RECON/Network Recon +.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/RECON/Network Recon +.txt b/RECON/Network Recon +.txt index fb27811..4690097 100644 --- a/RECON/Network Recon +.txt +++ b/RECON/Network Recon +.txt @@ -1,8 +1,7 @@ -REM Scans for live hosts on the network using ping. -REM Performs port scanning to identify open ports on target hosts. -REM Gathers information about target hosts using WHOIS and DNS lookups. -REM Conducts traceroute to trace the network path to a destination. -REM Provides a comprehensive report for security testing and analysis. +REM 'networksetup -listallhardwareports' This command lists all the hardware ports/interfaces on your Mac, such as Wi-Fi, Ethernet, Bluetooth, etc. +REM 'ifconfig' This command displays the network interface configuration and status information. +REM ;arp -a' This command shows the Address Resolution Protocol (ARP) cache table. +REM It displays the mappings between IP addresses and MAC addresses of devices on your local network. REM Author: Narsty