forked from m0bilesecurity/RMS-Runtime-Mobile-Security
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobilesecurity.py
19 lines (16 loc) · 865 Bytes
/
mobilesecurity.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
print("**************************************************************************")
print("-------------------------------ATTENTION----------------------------------")
print("**************************************************************************")
print("")
print("RMS-Runtime-Mobile-Security is now powered by NodeJS.")
print("Python mode will no longer be supported.")
print("")
print("In order to install the new NodeJS version, launch the following commands:")
print(" 1. npm install -g rms-runtime-mobile-security")
print(" 2. rms (or RMS-Runtime-Mobile-Security)")
print("")
print("More info here:")
print("--> https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security")
print("")
print("**************************************************************************")
print("**************************************************************************")