Skip to content

Commit

Permalink
foundational module and todo list added
Browse files Browse the repository at this point in the history
  • Loading branch information
Samsar4 committed Apr 7, 2021
1 parent 9bc1d7e commit c16cea9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 10 deletions.
12 changes: 12 additions & 0 deletions 0-Core-Knowledge/0-Networking-101.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Networking 101
## What is an IP Address (Internet Protocol)?
![inet](https://gist.githubusercontent.com/Samsar4/62886aac358c3d484a0ec17e8eb11266/raw/5a56240010acbc33026413ad6b5c6f66e9450413/inet.png)


- To do
- IP Addresses
- Subnetting
- MAC Addresses
- TCP, UDP and 3-Way-Handshake
- Protocols and Services
- OSI Model
37 changes: 27 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,36 @@

This is a collection of tutorials and labs made for ethical hacking students, cybersecurity students, network and sys-admins. These tutorials accompany the materials of CEH v10 content.

⌨️ The tutorials is very practical/hands-on and do not teach how network and system works or how to setup a virtual environment. But you don't need to be an expert to start learn ethical hacking or any security related matter. **Google is always your best friend.**

💻 **Remember to practice in your own virtual environment.**
⌨️ The tutorials is very practical/hands-on. Don't worry if you are a completely noob, you don't need to be an expert to start learn ethical hacking. **Google is always your best friend.** This repo will guide very carefully from basics to more advanced techniques.

**Prerequisites**:
* Any computer with at least 8GB RAM (16GB recommended)
* Virtual environment setup (Virtual Box, VMWare, Hyper-V etc).
* Basic understanding of Linux, Windows and Network concepts.
* Be curious
* Be curious.

**💭 To Do**:
- Foundational level modules (networking, linux etc)
- Ethical Hacking modules to add:
- More Reconnaissance techniques
- Active Directory: lab build and attack vectors
- Web application: enumeration and exploitation using some OWASP Top 10 vulnerabilities and bug bounty techniques.
- Wireless hacking (WPA)

* * *

## ⚙️ Core Knowledge:
First things first, you really need to understand how things work before start to disassembly, look for vulnerable components and exploit things, right? Imagine attacking a giant castle with your bare hands? The castle is made by hundreds of stone walls, towers, doors, guards and traps. Strategy means overall knowledge.

***
**The required core knowledge is about networking, systems, coding and technology in general.**

* [Networking 101](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/0-Core-Knowledge/0-Networking-101.md)
* [Create your Virtual Lab]
* [Linux]
* [Scripting]

* * *

## ⚔️ Ethical Hacking:
1. **Footprinting and Reconnaissance**
* [Introduction](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/1-Footprinting-and-Reconnaissance/0-What-is-Footprinting.md)
* [Windows command line](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/1-Footprinting-and-Reconnaissance/1-Windows-CommandLine.md)
Expand Down Expand Up @@ -78,12 +97,10 @@ This is a collection of tutorials and labs made for ethical hacking students, c
* [Introduction](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/10-Session-Hijacking/0-Introduction.md)
* [Using ZAP - Zed Attack Proxy](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/10-Session-Hijacking/1-Using-ZAP.md)
* [Intercepting HTTP Traffic](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/10-Session-Hijacking/2-Intercepting-HTTP-Traffic.md)
11. **Bonus(Forensics)**
11. **Bonus - 🔬 Digital Forensic Tools**
* [TCPDUMP Tutorial](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/11-Bonus/TCPDump-Tutorial.md)
* [Dissecting Packets](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/11-Bonus/Dissecting-packets.md)
* [ExifTool Tutorial](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/11-Bonus/ExifTool-Tutorial.md)
* [hdparm & dd command](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/11-Bonus/Using-hdparm-and-dd-command.md)
* [Recovering a Deleted Partition](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/11-Bonus/Recovering-Deleted-Partition.md)
* [Recovering Deleted Files](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/11-Bonus/Recovering-Deleted-Files.md)


* [Recovering Deleted Files](https://github.com/Samsar4/Ethical-Hacking-Labs/blob/master/11-Bonus/Recovering-Deleted-Files.md)

0 comments on commit c16cea9

Please sign in to comment.