Ethical hacking starter kit 🧰

This blog is to guide anyone who would like to learn ethical hacking. The focus is to help you build a basic foundation. No key can open all locks and no magic code to hack. The concept is simple. Just find how something works and make it do the way was not supposed to. So it’s just understanding and thinking out of the box.

Now let us explore the starter kit.

1 : Learn to google 🔍

First, we must learn to find help. When we are stuck we need our searching skills for the reimbursements.

Read :
  1. https://support.google.com/websearch/answer/134479?hl=en
  2. https://blog.tryhackme.com/google-fu/
Lab : 
  1. https://tryhackme.com/room/introtoresearch
  2. https://tryhackme.com/room/googledorking

2 : Keeping notes 📝

During the entire learning process ( never-ending ) we come across a lot of things. It is really important to preserve the knowledge gained. For this, we need to take notes. Also, make sure the notes are short and precise.

You can choose any app of your preference . Some of them are :

3 : Creating your own labs 🧪

We must learn to apply the knowledge. For that, we need to create our labs.

Read :
  1. https://www.virtualbox.org/wiki/Virtualization
Lab : 
  • Download and install virtual box in your system. 

Download link: https://www.virtualbox.org/wiki/Downloads

  • Now create a virtual machine running in Kali Linux.

Guide: https://www.kali.org/docs/virtualization/install-virtualbox-guest-vm/

VM link: https://www.kali.org/get-kali/#kali-virtual-machines

4 : Learning Linux 🐧

Good knowledge of Linux OS is very helpful. The more you learn the better you get. First, let us start with the basics.

Read:
  1. https://ryanstutorials.net/linuxtutorial/
  2. https://ryanstutorials.net/linuxtutorial/cheatsheet.php
Lab:
  1. https://tryhackme.com/room/zthlinux
  2. https://overthewire.org/wargames/bandit/bandit0.html

5 : Bash Scripting 🤖

A Bash script is a plain text file that contains a series of commands. They are very helpful in automating your tasks. Keep your focus on the exciting part, let the scripts do the boring.

Read:
  1. https://ryanstutorials.net/bash-scripting-tutorial/
Lab:
  1. https://tryhackme.com/room/bashscripting
  2. Make a bash script create to N number of files in the directory D .The script should prompt for the number N and directory D for the user to input the values.
  3. Initailize git in your linux system. Push the above created script to your repository.Now clone the repository in a google cloud shell and run the script from it. [ Github Guide : https://guides.github.com/introduction/git-handbook/ ]

6 : Windows OS 🪟

Windows is a very common OS. Knowledge of the OS in the system you are dealing with gives you an upper hand. So let us start exploring. By Reading 1,2 and 3 you’re good for labs. The 4th is a bit advanced, it is for later reference.

Read :
  1. Architecture of Windows NT : https://en.wikipedia.org/wiki/Architecture_of_Windows_NT
  2. Command promt : https://www.makeuseof.com/tag/a-beginners-guide-to-the-windows-command-line/
  3. Powershell : https://docs.microsoft.com/en-us/learn/modules/introduction-to-powershell/
  4. Windows API : https://docs.microsoft.com/en-us/windows/win32/apiindex/windows-api-list
Lab :
  1. https://tryhackme.com/room/windowsfundamentals1xbx
  2. https://tryhackme.com/room/windowsfundamentals2x0x
  3. https://tryhackme.com/room/windowsfundamentals3xzx
  4. https://tryhackme.com/room/windowsapi

7 : Understanding code 🧮

Everything in this digital world is just lines of code. Coding/programming skills are not a must but they could be handy. You can create your own tools, create exploits, customise public exploits, customise tools, understand applications better and the list goes on. So at least the ability to understand the code will be very helpful.

Read :
  1. https://en.wikipedia.org/wiki/Programming_language
Lab :
  1. Python : https://tryhackme.com/room/pythonbasics
  2. Regex : https://tryhackme.com/room/catregex
  3. HTML : https://www.freecodecamp.org/learn/responsive-web-design/#basic-html-and-html5
  4. Javascript : https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/#intermediate-algorithm-scripting
  5. SQL : https://www.w3schools.com/sql/default.asp

8 : Networks 🌐

A computer network is a set of computers sharing resources. A good understanding of networks is recommended. This is a very part important part so try to understand concepts and try building everything you learn to have good practical knowledge.

Read :
  1. Networking : https://tryhackme.com/room/introtonetworking
  2. Lan : https://tryhackme.com/room/introtolan
  3. DNS : https://tryhackme.com/room/dnsindetail
  4. HTTP : https://tryhackme.com/room/httpindetail
  5. IP addresses : https://tryhackme.com/room/bpnetworking
Lab :

Install ubuntu server in virtual box.

  1. Set up SSH on the server. Then try connecting to the server using SSH. [ Guide: https://ubuntu.com/download/server ]
  2. Host a web page on that server using apache [ Guide : https://dev.to/thearjun/locally-host-website-using-apache2-ubuntu-server-217j ]

9  : Cryptography 🔐

Cryptography is the study of secure communications techniques that allow only the sender and intended recipient of a message to view its contents. A basic understanding of cryptography will help us encrypt and decrypt data.

Read :
  1. https://cryptohack.org/courses/
  2. https://tryhackme.com/room/encryptioncrypto101
Lab :
  1. https://cryptohack.org/challenges/

I hope the above resource was helpful. In the next part, we shall cover different phases of hacking.

Jerin

A Learner, who is understanding the technologies to break it.Information security enthusiast,always curious and happy to say a Hello.

View all posts by Jerin →