Book Image

Penetration Testing with Raspberry Pi - Second Edition

By : Michael McPhee, Jason Beltrame
Book Image

Penetration Testing with Raspberry Pi - Second Edition

By: Michael McPhee, Jason Beltrame

Overview of this book

This book will show you how to utilize the latest credit card sized Raspberry Pi 3 and create a portable, low-cost hacking tool using Kali Linux 2. You’ll begin by installing and tuning Kali Linux 2 on Raspberry Pi 3 and then get started with penetration testing. You will be exposed to various network security scenarios such as wireless security, scanning network packets in order to detect any issues in the network, and capturing sensitive data. You will also learn how to plan and perform various attacks such as man-in-the-middle, password cracking, bypassing SSL encryption, compromising systems using various toolkits, and many more. Finally, you’ll see how to bypass security defenses and avoid detection, turn your Pi 3 into a honeypot, and develop a command and control system to manage a remotely-placed Raspberry Pi 3. By the end of this book you will be able to turn Raspberry Pi 3 into a hacking arsenal to leverage the most popular open source toolkit, Kali Linux 2.0.
Table of Contents (13 chapters)
Penetration Testing with Raspberry Pi - Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface

Running Windows 10 on Raspberry Pi 3


What?!?! Are we reading that correctly? No, we are not crazy. With the release of Windows 10 IoT Core edition, we are able to run Windows 10 on the Raspberry Pi. Having the ability to run a Windows operating system does open up an additional list of possibilities. So let's get started with the process of getting it up and running.

  1. First we need to go to the developer site on https://www.microsoft.com/en-in/ for Windows 10 IoT Core location here: https://developer.microsoft.com/en-us/windows/iot. The following is the screenshot of the developer's page:

  2. Once on the Windows 10 IoT Core screen, we'll click the Get started link, and that will open up a view of all the most popular devices. We should see the Raspberry Pi 3 listed as an option, and select that box:

  3. Once we select the Raspberry Pi 3, we will be presented with the installation media type we want to use. We have the option to Install onto my blank microSD card, or we can Install with NOOBS. We...