· 5 years ago · Jun 20, 2020, 03:00 PM
1HOW TO HACK ANY PEDOPHILES PHONE AND DEVICE
2Step 1
3Open a Terminal
4Of course, to get started, fire up Kali and open a terminal.
5
6Step 2
7Install the Required Libraries
8In order to run these Android virtual devices on Debian 64-bit operating systems (e.g. Kali), we will need to install several key libraries that are not included by default. Fortunately, they are all in the Kali repository.
9
10kali > apt-get install lib32stdc++6 lib32ncurses5 lib32zl
11
12With these 3 libraries installed, we can now proceed by installing the Android Software Developer Kit (SDK).
13
14Step 3
15Install Android SDK
16With your Iceweasel browser in Kali, navigate to Android's SDK website and download the Android SDK Tools. Make certain that you download the Linux kit. You could download and install the Windows or Mac kits and then test those virtual devices from Kali, but that will make things a bit more complex. Let's keep it simple and install everything in Kali.
17
18
19Once you have downloaded it, you can extract it with the GUI archive tool in Kali, or by the command line.
20
21
22Step 4
23Navigate to the Tools Directory
24Next, we need to navigate to the tools directory of the SDK directory.
25
26kali > cd /android-pentest-framework/sdk/tools
27
28
29Once we are in the tools directory, we can then run the Android application. Simply type:
30
31kali > ./android
32
33
34When you do, the SDK Manager will open a GUI like that above. Now, we will download two versions of the Android operating system to practice our smartphone hacking, Android 4.3 and Android 2.2. Make certain you find them among this list, click the box next to them, and click on the "Install XX packages" button. This will make the SDK download those operating systems to your Kali.
35
36Step 5
37Android Virtual Device Manager
38After we have downloaded all of the packages, we now need to build our Android Virtual Devices, or AVDs. From the SDK Manager pictured above, select Tools -> Manage AVDs, which will open an interface like that below of the Android Virtual Device Manager.
39
40
41Click on "Create," which will open an interface like that below. Create two Android Virtual Devices, one for the Android 4.3 and one for the Android 2.2. I simply named my devices "Android 4.3" and "Android 2.2" and I recommend you do the same.
42
43
44Choose the Nexus 4 device and the appropriate Target (API 18 for Android 4.3 and API 8 for Android 2.2) and the "Skin with dynamic hardware controls." The rest of the settings you should leave to the default value, except add a 100 MiB SD card.
45
46Step 6
47Start the Android Virtual Device
48After creating the two Android Virtual Devices, the Android Virtual Device Manager should look like this with two devices:
49
50
51Go ahead and highlight one of the virtual devices and click "Start."
52
53
54This is will start the Android emulator building your Android Virtual Device. Be patient here—this can take some time. When it has completed, you should be greeted by a virtual smartphone on your Kali desktop!
55
56
57Step 7
58Install the Smartphone Pentest Framwork
59The next step is to install the Smartphone Pentest Framework. You can use git clone to download it at:
60
61kali > git clone github.com/georgiaw/Smartphone-Pentest-Framework.git
62
63
64Step 8
65Start Apache
66As will need a web server and the MySQL database, go ahead and start both of those services:
67
68kali > service apache2 start
69kali > service mysql start
70
71
72Step 9
73Edit the Config
74Like nearly all Linux-based applications, the Smartphone Pentest Framework is configured via a plain text configuration file. We need to first navigate to the directory with the framework console subdirectory:
75
76kali > cd /root/Smartphone-Pentest-Framework/frameworkconsole
77
78And then open the config file with any text editor. In this case, I used Leafpad:
79
80kali > leafpad config
81
82
83We will need to edit the IPADDRESS variable and the SHELLIPADDRESS variable to reflect the actual IP address of your Kali system (you can find it by typing "ifconfig").
84
85Step 10
86Start the Framework
87Now, we are ready to start the Smartphone Pentest Framework. Simply type:
88
89kali > ./framework.py
90
91And that should open the Framework menu, like that below.
92
93
94Now we are ready to start hacking PEDOPHILE phones
95
96#WeAreGhost
97#OpChildSafety
98#WeAreTheGhostsYourGovernmentHasCreated