Sunteți pe pagina 1din 11

HOW TO TURN SMALL MOBILE

DEVICES INTO HACKING


GODZILLAS ?
SMALL MOBILE DEVICES LIKE:
1.SAMSUNG GALAXY TAB S 10.5
2.RASPBERRY PI

MEHMET B. KAYA
Since 2001 in Security field.
Started with Cryptography and programmed with Java using
JCA/JCE.

Worked as consultant,

instructor, network engineer, network security


engineer at private companies, state and federal governments.

Currently working as Senior Systems Engineer on PKI, SSO,


Firewalls, etc.

SAMSUNG GALAXY TAB S 10.5


Specifications:
CPU: Exynos 5 Octa (1.9Ghz Quadcore + 1.3
Ghz Quadcore)
Internal Memory: 3GB RAM; 16GB ROM (Portion
of memory occupied by existing content)

External Memory: up to 128 GB (microSD)


OS: Android 4.4, KitKat
Connection: WiFi and 3G available, mini USB
and BT

WHAT WILL I NEED ?


Kali Image (download from Kalis web site)
8+ GB microSD card
Optional Android App: Linux Deploy

HOW TO INSTALL KALI ON THIS DEVICE ?


For details, help, forums: docs.kali.org/armel-armhf/kali-linux-on-galaxy-note
Step #1 : Youll need at least 7 GB free on your internal SD card for our image. Root your
Samsung Galaxy Tab (or other device) if you have not already done so.

Download the Kali Linux Galaxy device image from our downloads area.
Rename the downloaded Kali image to linux.img and copy it to /storage/sdcard0.
Download our recovery.img file from here and copy it to /storage/sdcard0.

Get root on your Galaxy Device, change /storage/sdcard0, and backup your recovery
partition:

dd if=/dev/block/mmcblk0p6 of=recovery.img_orig
dd the downloaded recovery.img image to the recovery partition:
Alert! This process will overwrite your recovery partition. Please make sure you know what
you are doing. You may brick your device if you fumble this.

dd if=recovery.img of=/dev/block/mmcblk0p6

Step#2:
Reboot your Galaxy into recovery mode. You can do this by turning it off, then press
and hold both the power button and the volume up button. Once you see the
Samsung Galaxy text appear, release the power button but keep pressing the
volume up button. This should boot you into Kali and auto-login into Gnome. The
root password is changeme (without the quotes!)

Open the onscreen keyboard by going to : Applications -> Universal Access ->
Florence Virtual Keyboard.

Wireless works but seems to skip the scanning of networks without some
massaging. If the Gnome Network Manager shows no wireless networks, simply add
your wireless network as a hidden one and you should get connected as usual.

You can use Linux Deploy Android App to easy installation !

RASPBERRY PI
The Raspberry Pi is a low cost, creditcard sized computer that plugs into a
computer monitor or TV, and uses a
standard keyboard and mouse. It is a
capable little device that enables people
of all ages to explore computing, and to
learn how to program in languages like
Scratch and Python. Its capable of doing
everything youd expect a desktop
computer to do, from browsing the
internet and playing high-definition video,
to making spreadsheets, wordprocessing, and playing games.

RASPBERRY PI
Specifications: Models A , B and B+
Model B+ :
The Model B+ is the higher-spec variant of the Raspberry Pi. It replaced the original Model B in July
2014. Compared to the Model B it has:

More GPIO. The GPIO header has grown to 40 pins, while retaining the same pin out for the first 26 pins
as the Model B.

More USB. It has now 4 USB 2.0 ports, compared to 2 on the Model B, and better hot plug and
overcurrent behaviour.

Micro SD. The old friction-fit SD card socket has been replaced with a much nicer push-push micro SD
version.

Lower power consumption. By replacing linear regulators with switching ones weve reduced power
consumption by between 0.5W and 1W.

Better audio. The audio circuit incorporates a dedicated low-noise power supply.
Neater form factor. Weve aligned the USB connectors with the board edge, moved composite video
onto the 3.5mm jack, and added four squarely-placed mounting holes.

Model A+:
The Model A+ is the low-cost variant of the
Raspberry Pi. It replaced the original Model A in
November 2014. Compared to the Model A it has:
More GPIO. The GPIO header has grown to 40 pins,
while retaining the same pin out for the first 26 pins
as the Model B.
Micro SD. The old friction-fit SD card socket has been
replaced with a much nicer push-push micro SD
version.
Lower power consumption. By replacing linear
regulators with switching ones weve further reduced
power consumption.
Better audio. The audio circuit incorporates a
dedicated low-noise power supply.
Smaller, neater form factor. Weve aligned the USB
connector with the board edge, moved composite
video onto the 3.5mm jack, and added four squarelyplaced mounting holes. Model A+ is approximately
2cm shorter than the Model A.

HOW TO INSTALL KALI ON THIS DEVICE ?


If all you want to do is to install Kali on your Raspberry Pi, follow these instructions:
1.Get a nice fast 8 GB (or more) SD card. Class 10 cards are highly recommended.
2.Download the Kali Linux Raspberry Pi image from our downloads area.
3.Use the dd utility to image this file to your SD card. In our example, we assume the storage device is located at
/dev/sdb. Change this as needed.

Alert! This process will wipe out your SD card. If you choose the wrong storage device, you may wipe out your
computers hard disk.

root@kali:~ dd if=kali-pi.img of=/dev/sdb bs=512k


This process can take a while depending on your USB storage device speed and image size. Once the dd operation is
complete, boot up your Rasberry Pi with the SD card plugged in. You will be able to log in to Kali (root / toor) and startx.!

IMPORTANT Please change your ssh host keys as soon as possible as ALL rpi images have the same keys. You
should also change the root password to something more secure, especially if this machine will be publicly accessible!

Changing ssh host keys can be accomplished by doing the following:


root@kali:~ rm /etc/ssh/ssh_host_*
root@kali:~ dpkg-reconfigure openssh-server
root@kali:~ service ssh restart

Questions ?
And Thanks

S-ar putea să vă placă și