4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / sendMessage.applescript APPLESCRIPT
on run {targetBuddyPhone, targetMessage}
  tell application "Messages"
    set targetService to 1st service whose service type = iMessage
    set targetBuddy to buddy targetBuddyPhone of targetService
    send targetMessage to targetBuddy
  end tell
end run