Listen to this Post
Day 1-7: Network+
Watch videos from Professor Messer’s N10-008 Playlist: https://lnkd.in/dvmqu_75
Day 8-14: Security+
Watch videos from Professor Messer’s SYO-601 Playlist: https://lnkd.in/dDyHzG_d
Complete any related practice questions or exercises
Day 15-28: Linux
Follow the tutorials on Ryan’s Tutorials: https://lnkd.in/dE7UHbYt
Take the Linux course on EdX: https://lnkd.in/dNH8ZzFk
Read through the Linux Documentation Project (LDP): http://tldp.org
Day 29-42: Python
Complete Codecademy’s Learn Python Track: https://lnkd.in/d6MKnBUS
Python.org: https://lnkd.in/dxfbAStU
Real Python: https://realpython.com/
Talk Python to Me: https://talkpython.fm/
Read “Learn Python the Hard Way”: https://lnkd.in/d-WRxiiZ
Hackerrank
Youtube Course: https://lnkd.in/dG36f5VJ
Day 43-56: Traffic Analysis
Take the Wireshark University course: https://lnkd.in/dy2YAyNw
Follow the Wireshark Tutorial on guru99: https://lnkd.in/d8ENd4GG
Read through the TCPdump Tutorial on DanielMiessler: https://lnkd.in/dEcycFqq
Read through the Suricata on pfSense guide: https://lnkd.in/dQBgvdvQ
Youtube:
Wireshark Tutorial for Beginners series: https://lnkd.in/drn-9NdU
Suricata Network IDS/IPS: https://lnkd.in/d6iF-uMT
Day 57-63: Git
Complete Codecademy’s Git for Beginners course: https://lnkd.in/dYuDfpFh
Follow the Git Immersion tutorial: http://gitimmersion.com
Try Git: https://try.github.io
Day 64-70: ELK
Follow the ELK Stack Tutorial on Logz.io: https://lnkd.in/d2XZ-MTG
Browse through the ELK Stack tutorials on Elastic: https://lnkd.in/dvA5RDg8
Day 71-77: Cloud Platforms
GCP:
Explore the GCP Getting Started Resource: https://lnkd.in/dwiEkJUM
Google Cloud Platform Documentation: https://lnkd.in/dTc6bfxp
Google Cloud Platform Blog: https://lnkd.in/dwkHf24J
Google Cloud Platform Community: https://lnkd.in/dSxwkgGZ
AWS:
Explore the AWS Getting Started Resource Center: https://lnkd.in/dUGP6Qgz
Browse through the AWS Tutorials: https://lnkd.in/d3mxzy3s
Azure:
Go through Azure Fundamentals: https://lnkd.in/d85eeX9F
Day 85-90: Hacking
Try to hack the challenges on Hack the Box: https://hackthebox.com
Practice on vulnerable machines on Vulnhub: https://vulnhub.com
You Should Know:
Linux Commands for Cybersecurity:
1. Network Scanning with Nmap:
nmap -sP 192.168.1.0/24
This command scans the network for active devices.
2. Packet Capture with TCPdump:
tcpdump -i eth0 -w capture.pcap
Captures network traffic on interface `eth0` and saves it to capture.pcap.
3. File Integrity Check with SHA256:
sha256sum file.txt
Generates a SHA256 checksum for `file.txt` to verify its integrity.
4. Firewall Management with UFW:
sudo ufw allow 22/tcp
Allows SSH traffic on port 22.
5. Log Analysis with Grep:
grep "Failed password" /var/log/auth.log
Searches for failed login attempts in the auth log.
Windows Commands for Cybersecurity:
1. Check Open Ports with Netstat:
[cmd]
netstat -an
[/cmd]
Displays all active connections and listening ports.
2. Firewall Configuration with Netsh:
[cmd]
netsh advfirewall set allprofiles state on
[/cmd]
Enables the firewall for all profiles.
3. System Information with Systeminfo:
[cmd]
systeminfo
[/cmd]
Displays detailed system information.
4. Check for Suspicious Processes with Tasklist:
[cmd]
tasklist /svc
[/cmd]
Lists all running processes and their associated services.
5. Network Configuration with Ipconfig:
[cmd]
ipconfig /all
[/cmd]
Displays detailed network configuration information.
What Undercode Say:
This 90-day cybersecurity study plan is a comprehensive roadmap for anyone looking to build a strong foundation in cybersecurity. From networking basics to advanced hacking techniques, the resources and courses listed provide a structured approach to mastering essential skills. The inclusion of Linux and Windows commands ensures practical, hands-on experience, which is critical for real-world applications. Whether you’re analyzing network traffic with Wireshark or securing systems with UFW, this plan equips you with the tools needed to excel in the cybersecurity field.
References:
Reported By: Ouardi Mohamed – Hackers Feeds
Extra Hub: Undercode MoN
Basic Verification: Pass ✅



