ݺߣ

ݺߣShare a Scribd company logo
AppleScripting
                                                                              Lo Hackin
                                                                              @leohackin
                                                                          leohackin.com.br :D




                                                                                   Giran Sieges
http://blog.dunkelstern.de/images/blog/programming/applescript-icon.png
O QUE ??

Linguagem        Apple      Scriptable
             +            +
 de script       Events       Apps


                   +

    OSA (Open Script Archtecture)
OSA
APPLE EVENT

Pode fechar por favor?



         OK!
APPLE EVENT

tell application "Adium" to quit



             true
APPLE EVENT




http://www.switchingtomac.com/wp-content/uploads/2008/12/adium_logo.png
http://cdn.zath.co.uk/wp-content/uploads/2011/02/ThingsRev01_Logo-242x242.jpg
SCRIPTABLE APP




set status message of pomodoro to "Ja volto"

   atributo          objeto          valor
AS PRINCIPAIS APPS DO
MERCADO S?O SCRIPT?VEIS
SCRIPTABLE APP
      tell application "Adium"

Oh      go online
i!     go available
        go of?ine
        go away
        go invisible
        go to hell

      end tell
O COMANDO TELL



tell application "Finder" to close every window
O BLOCO TELL

tell application "Application"
   ...
   ...
   comandos para a aplica??o
   ...
   ...
end tell
COMANDO SET



set nome to "Hackin"
LINGUAGEM COMPLETA

estruturas de      estruturas de
                                        variveis
  controle           repeti??o




         objetos                   :D
PRA QUE SERVE MESMO?

Automatizar tarefas

Controlar apps via script

Acessar servi?os web o/
                            }   Tudo ao mesmo
                                   tempo! :)
APPLESCRIPT EDITOR
AUTOMATOR

                                                                              Permite criar work?ows
                                                                                 e tasks poderosas
                                                                                 integrando vrias
                                                                               aplica??es no melhor
                                                                              modo for dummies




http://whimsplucky.squarespace.com/storage/automator_icon.png?__SQUARESPACE_CACHEVERSION=1300158374379
AUTOMATOR




      ou quase for
    dummies! hahah :)
http://www.xboxkinecthacks.com/wp-content/uploads/2011/03/kid-hack.jpg




Hacking
BAIXAR IMAGENS DO SITE
EXPORTADOR DE CONTATOS
TROLLANDO O ADIUM
tell application "System Events" to if exists process "Adium" then

 tell application "Adium"

 
 set stati to every status where title is "Pomodorando"

 
 if (count of stati) is 0 then

 
 
 set pomodoro to make new status with properties
{title:"Pomodorando", status type:away}

 
 else

 
 
 set pomodoro to item 1 of stati

 
 end if

 
 set status message of pomodoro to "Vou responder em
$duration minutos"

 
 set autoreply of pomodoro to "Vou responder em
$duration minutos"

 
 set the status of every account whose status type is
available to pomodoro

 end tell
end if
FALANDO!


say "Hello world" using "Bruce"
REFER?NCIAS
Giran Sieges - Applescript com @leohackin

Recommended

Baruco 2014 - Rubymotion Workshop
Baruco 2014 - Rubymotion Workshop
Brian Sam-Bodden
?
Applescript
Applescript
MD5500
?
dzDzǿ#43-dzʹ
dzDzǿ#43-dzʹ
Masayuki Nii
?
JavaScript OS X ԄӲ
JavaScript OS X ԄӲ
Tomokazu Kiyohara
?
Scripting OS X with Applescript, without Applescript
Scripting OS X with Applescript, without Applescript
Matt Patterson
?
Xcode_kh AppCodeνB
Xcode_kh AppCodeνB
Akira Hayashi
?
Ф餦ɣ
Ф餦ɣ
Daisuke Miura
?
Text to-speech
Text to-speech
?
The Power of a Great API
The Power of a Great API
damovisa
?
OpenFaaS KubeCon Zero to Serverless in 60 seconds anywhere
OpenFaaS KubeCon Zero to Serverless in 60 seconds anywhere
Alex Ellis
?
Maxim Salnikov - Service Worker: taking the best from the past experience for...
Maxim Salnikov - Service Worker: taking the best from the past experience for...
Codemotion
?
Setting UIAutomation free with Appium
Setting UIAutomation free with Appium
Dan Cuellar
?
Web APIs & Apps - Mozilla
Web APIs & Apps - Mozilla
Robert Nyman
?
Creating Rajanikant Powered Site
Creating Rajanikant Powered Site
markandey
?
Apps thatworkandflow
Apps thatworkandflow
Koen Handekyn
?
Plattformbergreifende App-Entwicklung (ein Vergleich) - MobileTechCon 2010
Plattformbergreifende App-Entwicklung (ein Vergleich) - MobileTechCon 2010
Heiko Behrens
?
Google App Engine for Java v0.0.2
Google App Engine for Java v0.0.2
Matthew McCullough
?
Connecting with the enterprise - The how and why of connecting to Enterprise ...
Connecting with the enterprise - The how and why of connecting to Enterprise ...
Kevin Poorman
?
Fixing the mobile web - Internet World Romania
Fixing the mobile web - Internet World Romania
Christian Heilmann
?
(Christian heilman) firefox
(Christian heilman) firefox
NAVER D2
?
Power Automate Desktop.pptx
Power Automate Desktop.pptx
PramodKonidela
?
Cordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirst
Raymond Camden
?
Dcouplez votre appli en micro-APIs
Dcouplez votre appli en micro-APIs
Nicolas Blanco
?
Introduction to Cordova
Introduction to Cordova
Raymond Camden
?
Setting Apple's UI Automation Free with Appium
Setting Apple's UI Automation Free with Appium
mobiletestsummit
?
Power Automate Desktop.pptx
Power Automate Desktop.pptx
PramodKonidela
?
This is introduction to Power Automate Desktop Tool from Microsoft
This is introduction to Power Automate Desktop Tool from Microsoft
KumaraDatta2
?
Firefox os-introduction
Firefox os-introduction
zsoltlengyelit
?
iMasters DevCommerce 2016 - A difcil tarefa de ser TI numa empresa de varejo...
Leonardo "Hackin" Freire
?
A arte de_pomodorar
Leonardo "Hackin" Freire
?

More Related Content

Similar to Giran Sieges - Applescript com @leohackin (20)

The Power of a Great API
The Power of a Great API
damovisa
?
OpenFaaS KubeCon Zero to Serverless in 60 seconds anywhere
OpenFaaS KubeCon Zero to Serverless in 60 seconds anywhere
Alex Ellis
?
Maxim Salnikov - Service Worker: taking the best from the past experience for...
Maxim Salnikov - Service Worker: taking the best from the past experience for...
Codemotion
?
Setting UIAutomation free with Appium
Setting UIAutomation free with Appium
Dan Cuellar
?
Web APIs & Apps - Mozilla
Web APIs & Apps - Mozilla
Robert Nyman
?
Creating Rajanikant Powered Site
Creating Rajanikant Powered Site
markandey
?
Apps thatworkandflow
Apps thatworkandflow
Koen Handekyn
?
Plattformbergreifende App-Entwicklung (ein Vergleich) - MobileTechCon 2010
Plattformbergreifende App-Entwicklung (ein Vergleich) - MobileTechCon 2010
Heiko Behrens
?
Google App Engine for Java v0.0.2
Google App Engine for Java v0.0.2
Matthew McCullough
?
Connecting with the enterprise - The how and why of connecting to Enterprise ...
Connecting with the enterprise - The how and why of connecting to Enterprise ...
Kevin Poorman
?
Fixing the mobile web - Internet World Romania
Fixing the mobile web - Internet World Romania
Christian Heilmann
?
(Christian heilman) firefox
(Christian heilman) firefox
NAVER D2
?
Power Automate Desktop.pptx
Power Automate Desktop.pptx
PramodKonidela
?
Cordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirst
Raymond Camden
?
Dcouplez votre appli en micro-APIs
Dcouplez votre appli en micro-APIs
Nicolas Blanco
?
Introduction to Cordova
Introduction to Cordova
Raymond Camden
?
Setting Apple's UI Automation Free with Appium
Setting Apple's UI Automation Free with Appium
mobiletestsummit
?
Power Automate Desktop.pptx
Power Automate Desktop.pptx
PramodKonidela
?
This is introduction to Power Automate Desktop Tool from Microsoft
This is introduction to Power Automate Desktop Tool from Microsoft
KumaraDatta2
?
Firefox os-introduction
Firefox os-introduction
zsoltlengyelit
?
The Power of a Great API
The Power of a Great API
damovisa
?
OpenFaaS KubeCon Zero to Serverless in 60 seconds anywhere
OpenFaaS KubeCon Zero to Serverless in 60 seconds anywhere
Alex Ellis
?
Maxim Salnikov - Service Worker: taking the best from the past experience for...
Maxim Salnikov - Service Worker: taking the best from the past experience for...
Codemotion
?
Setting UIAutomation free with Appium
Setting UIAutomation free with Appium
Dan Cuellar
?
Web APIs & Apps - Mozilla
Web APIs & Apps - Mozilla
Robert Nyman
?
Creating Rajanikant Powered Site
Creating Rajanikant Powered Site
markandey
?
Plattformbergreifende App-Entwicklung (ein Vergleich) - MobileTechCon 2010
Plattformbergreifende App-Entwicklung (ein Vergleich) - MobileTechCon 2010
Heiko Behrens
?
Google App Engine for Java v0.0.2
Google App Engine for Java v0.0.2
Matthew McCullough
?
Connecting with the enterprise - The how and why of connecting to Enterprise ...
Connecting with the enterprise - The how and why of connecting to Enterprise ...
Kevin Poorman
?
Fixing the mobile web - Internet World Romania
Fixing the mobile web - Internet World Romania
Christian Heilmann
?
(Christian heilman) firefox
(Christian heilman) firefox
NAVER D2
?
Power Automate Desktop.pptx
Power Automate Desktop.pptx
PramodKonidela
?
Cordova + Ionic + MobileFirst
Cordova + Ionic + MobileFirst
Raymond Camden
?
Dcouplez votre appli en micro-APIs
Dcouplez votre appli en micro-APIs
Nicolas Blanco
?
Setting Apple's UI Automation Free with Appium
Setting Apple's UI Automation Free with Appium
mobiletestsummit
?
Power Automate Desktop.pptx
Power Automate Desktop.pptx
PramodKonidela
?
This is introduction to Power Automate Desktop Tool from Microsoft
This is introduction to Power Automate Desktop Tool from Microsoft
KumaraDatta2
?

More from Leonardo "Hackin" Freire (9)

iMasters DevCommerce 2016 - A difcil tarefa de ser TI numa empresa de varejo...
Leonardo "Hackin" Freire
?
A arte de_pomodorar
Leonardo "Hackin" Freire
?
ZTD e POMODOROS
Leonardo "Hackin" Freire
?
[RockAndRails] TDD com RSpec
Leonardo "Hackin" Freire
?
Hacking Twitter API [ Giran Siege ]
Leonardo "Hackin" Freire
?
Os desafios no uso de XP e SCRUM no dia-a-dia
Leonardo "Hackin" Freire
?
Iniciando com IphoneDev
Leonardo "Hackin" Freire
?
Designer vs programador
Leonardo "Hackin" Freire
?
PHPZEIRO: Adote um framework
Leonardo "Hackin" Freire
?
iMasters DevCommerce 2016 - A difcil tarefa de ser TI numa empresa de varejo...
Leonardo "Hackin" Freire
?
A arte de_pomodorar
Leonardo "Hackin" Freire
?
ZTD e POMODOROS
Leonardo "Hackin" Freire
?
[RockAndRails] TDD com RSpec
Leonardo "Hackin" Freire
?
Hacking Twitter API [ Giran Siege ]
Leonardo "Hackin" Freire
?
Os desafios no uso de XP e SCRUM no dia-a-dia
Leonardo "Hackin" Freire
?
Iniciando com IphoneDev
Leonardo "Hackin" Freire
?
Designer vs programador
Leonardo "Hackin" Freire
?
PHPZEIRO: Adote um framework
Leonardo "Hackin" Freire
?

Recently uploaded (20)

EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
?
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
?
Python Conference Singapore - 19 Jun 2025
Python Conference Singapore - 19 Jun 2025
ninefyi
?
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
Priyanka Aash
?
The Future of Technology: 2025-2125 by Saikat Basu.pdf
The Future of Technology: 2025-2125 by Saikat Basu.pdf
Saikat Basu
?
"Scaling in space and time with Temporal", Andriy Lupa.pdf
"Scaling in space and time with Temporal", Andriy Lupa.pdf
Fwdays
?
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
?
Mastering AI Workflows with FME by Mark Do?ring
Mastering AI Workflows with FME by Mark Do?ring
Safe Software
?
Securing AI - There Is No Try, Only Do!.pdf
Securing AI - There Is No Try, Only Do!.pdf
Priyanka Aash
?
Lessons Learned from Developing Secure AI Workflows.pdf
Lessons Learned from Developing Secure AI Workflows.pdf
Priyanka Aash
?
OWASP Barcelona 2025 Threat Model Library
OWASP Barcelona 2025 Threat Model Library
PetraVukmirovic
?
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
Fwdays
?
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
?
UserCon Belgium: Honey, VMware increased my bill
UserCon Belgium: Honey, VMware increased my bill
stijn40
?
AI vs Human Writing: Can You Tell the Difference?
AI vs Human Writing: Can You Tell the Difference?
Shashi Sathyanarayana, Ph.D
?
10 Key Challenges for AI within the EU Data Protection Framework.pdf
10 Key Challenges for AI within the EU Data Protection Framework.pdf
Priyanka Aash
?
"Database isolation: how we deal with hundreds of direct connections to the d...
"Database isolation: how we deal with hundreds of direct connections to the d...
Fwdays
?
You are not excused! How to avoid security blind spots on the way to production
You are not excused! How to avoid security blind spots on the way to production
Michele Leroux Bustamante
?
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
?
A Constitutional Quagmire - Ethical Minefields of AI, Cyber, and Privacy.pdf
A Constitutional Quagmire - Ethical Minefields of AI, Cyber, and Privacy.pdf
Priyanka Aash
?
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
EIS-Webinar-Engineering-Retail-Infrastructure-06-16-2025.pdf
Earley Information Science
?
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC and Open Hackathons Monthly Highlights June 2025
OpenACC
?
Python Conference Singapore - 19 Jun 2025
Python Conference Singapore - 19 Jun 2025
ninefyi
?
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
GenAI Opportunities and Challenges - Where 370 Enterprises Are Focusing Now.pdf
Priyanka Aash
?
The Future of Technology: 2025-2125 by Saikat Basu.pdf
The Future of Technology: 2025-2125 by Saikat Basu.pdf
Saikat Basu
?
"Scaling in space and time with Temporal", Andriy Lupa.pdf
"Scaling in space and time with Temporal", Andriy Lupa.pdf
Fwdays
?
9-1-1 Addressing: End-to-End Automation Using FME
9-1-1 Addressing: End-to-End Automation Using FME
Safe Software
?
Mastering AI Workflows with FME by Mark Do?ring
Mastering AI Workflows with FME by Mark Do?ring
Safe Software
?
Securing AI - There Is No Try, Only Do!.pdf
Securing AI - There Is No Try, Only Do!.pdf
Priyanka Aash
?
Lessons Learned from Developing Secure AI Workflows.pdf
Lessons Learned from Developing Secure AI Workflows.pdf
Priyanka Aash
?
OWASP Barcelona 2025 Threat Model Library
OWASP Barcelona 2025 Threat Model Library
PetraVukmirovic
?
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
"How to survive Black Friday: preparing e-commerce for a peak season", Yurii ...
Fwdays
?
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik - Passionate Tech Enthusiast
Raman Bhaumik
?
UserCon Belgium: Honey, VMware increased my bill
UserCon Belgium: Honey, VMware increased my bill
stijn40
?
10 Key Challenges for AI within the EU Data Protection Framework.pdf
10 Key Challenges for AI within the EU Data Protection Framework.pdf
Priyanka Aash
?
"Database isolation: how we deal with hundreds of direct connections to the d...
"Database isolation: how we deal with hundreds of direct connections to the d...
Fwdays
?
You are not excused! How to avoid security blind spots on the way to production
You are not excused! How to avoid security blind spots on the way to production
Michele Leroux Bustamante
?
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
CapCut Pro Crack For PC Latest Version {Fully Unlocked} 2025
pcprocore
?
A Constitutional Quagmire - Ethical Minefields of AI, Cyber, and Privacy.pdf
A Constitutional Quagmire - Ethical Minefields of AI, Cyber, and Privacy.pdf
Priyanka Aash
?

Giran Sieges - Applescript com @leohackin

Editor's Notes