OSCP Course Content
A high-profile giant in penetration testing and cybersecurity designs this OSCP training. It will increase your knowledge from fundamental hacking concepts to complex tactics like scanning targets, modifying the exploit code, performing enumeration, and finding vulnerabilities; explore the following OSCP course modules:
- Accessing the internal VPN Lab Network
- Offensive Security Student Form
- Introduction to Penetration Testing
- MegaCorpone.com and Sandbox.local Domains
- PWK VPN Labs
- Reverts
- Control Panel
- Client Machines
- Kali Virtual Machine
- Reporting
- PWK Report
- Botting Up Kali Linux
- Kali Menu
- Kali Linux Support Forum
- Kali Linux Bug Tracker
- Linux Filesystem
- Linux Commands
- Finding Files in Kali Linux
- Handling the Kali Linux Services
- HTTP Service
- SSH Service
- Installing, Searching, and Removing the Tools
- Apt update and upgrade
- Apt - cache search and apt show
- apt remove - purge
- dpkg
Section 3.1: Bash Environment
- Environment Variables
- Bash History Tricks
- Tab Completion
Section 3.2: Piping and Redirection
- Redirecting to the new file
- Redirecting to the Existing File
- Redirecting from the File
- Redirecting STDERR
- Piping
Section 3.3: Text Searching and Manipulation
- sed
- grep
- awk
- cut
Section 3.4: Editing Files from a command file
- Vi
- nano
Section 3.5: Comparing Files
- diff
- comm
- vimdiff
Section 3.6: Handling Processes
- Background Process
- Process Control: kill and ps
- Jobs Control: jobs and fg
Section 3.7: File Monitoring and Command Monitoring
- Watch
- Tail
Section 3.8: Downloading the files
- curl
- axel
- wget
Section 3.9: Customizing Bash Environment
- Customizing Bash History
- Persistent Bash Customization
- Alias