Added submodule back in (raw files)

This commit is contained in:
UberGuidoZ
2023-08-08 21:59:16 -07:00
parent bef4b3b515
commit 0f9a038069
113 changed files with 5439 additions and 0 deletions
@@ -0,0 +1,29 @@
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 Title: Network Recon +
REM Author: Narsty
REM Version: 1.0
REM Target: MacOs
REM Category: Recon
ID 05ac:021e Apple:Keyboard
DELAY 500
GUI SPACE
DELAY 500
STRING terminal
DELAY 500
ENTER
DELAY 1000
STRING networksetup -listallhardwareports
ENTER
DELAY 1000
STRING ifconfig
ENTER
DELAY 1000
STRING arp -a
ENTER