Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
Bug bounty hunter learning path
ยท
Module 2
Network Exploitation & Initial Access
1
Exploit Discovery with Search Engines & Databases
Identify potential exploits for discovered services using search engines and exploit databases.
2
Getting Started with Metasploit: Exploits and Navigation
Set up and navigate the Metasploit Framework to search for and configure exploit modules.
3
Exploiting Network Services with Metasploit
Use Metasploit to exploit a vulnerable network service and gain initial shell access.
4
Crafting Payloads: `msfvenom` and Basic Encoding
Generate standalone payloads with `msfvenom` and understand basic encoding techniques.
5
Stable Reverse and Bind Shells
Establish stable remote access using reverse and bind shells.
6
Brute-Forcing Network Services with Hydra
Perform brute-force attacks against network service authentication (e.g., SSH, FTP) using Hydra.
7
Post-Exploitation Enumeration: System Information Gathering
Perform basic post-exploitation enumeration on a compromised host to gather system information.
8
Exploiting Default Credentials and Misconfigurations
Identify and exploit default credentials and common misconfigurations in network services.
Previous module
Penetration Testing Foundations & Reconnaissance
Next module
Web Application Analysis & Mapping