Code Monkey home page Code Monkey logo

build-a-rasperry-pi-ethical-hacking-computer's Introduction

Build a Raspberry Pi Ethical Hacking Computer

In this training lab you will learn how to set up an ethical hacking computer using the Raspberry Pi. (wow readers with raspberry pi facts/stats) The affordability of the Raspberry Pi and its stealthy size makes it a perfect testing device. (INTRO TO KALI) For our operating system we'll be using Kali Linux. If you are not familiar with Kali Linux, you should know that it is an advanced penetration testing and network security assessment tool.

Supplies

The CanaKit Raspberry Pi 3 B+ bundle is a good starter kit as well.

Supported models for this build:

  • Raspberry Pi 3 B+
  • Raspberry Pi 3 B
  • Raspberry Pi 2
  • Raspberry Pi Zero W

Instructions

Step 1: Download Kali Linux

Download the Kali Linux ARM image for Raspberry Pi here.

Download Kali Linux image from the Re4son's kernel here.

For extra security, verify the download. This step is optional, but wise to consider if you're downloading the Kali Linux image over a network other than your own.

Step 2: Flash Kali Linux Image

Format micro SD card before use with SD Memory Card Formatter.

Windows Use Win32 Disk Imager to write the Kali Linux image to the micro SD card.

Mac Use Etcher to write the Kali Linux image to the micro SD card.

Step 3: Boot into Kali Linux

Default credentials for logging in are Username: root Password: toor

A welcome panel will appear after login. Select "Use default config" (picture of screen saved on iPhone)

Step 4: Change the default password

Go to terminal, type

$ passwd root

Step 5: Update & Upgrade

This step requires an internet connection.

Step 6: Resize Partition

Two ways to do this: via terminal or graphical user interface.

Step 7: Change hostname

nano /etc/hostname In this example we'll use "Kali_Pi" Press CTRL + X to exit. You will then be prompted to save your changes. Press Y to save. Press Enter to confirm the file name the changes will be applied to.

nano /etc/hosts Change "kali" to "Kali_Pi" CTRL+X, Y, Enter

Reboot. We should now see the hostname changed in our terminal prompt.

Step 8: Setup SSH

Verify whether the SSH service is installed:

service --status-all

Step 9: Change the Default SSH keys

Step 10: Reverse Shell Through SSH

Enable Auto Login with SSH

https://www.novaspirit.com/2018/04/24/kali-linux-raspberry-pi-3b-monitor-mode/

Enable Bluetooth

Resources: https://gbhackers.com/raspberry-pi-and-kali-linux/ https://blog.underc0de.org/instalar-kali-en-raspberri-pi/

  • prevent Kali Linux from sleeping
  • Disable screen lock

Things to do after installing Kali Linux:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.