offsec

OffSec - BackupBuddy

Backupbuddy is an intermediate-level challenge from the OffSec Playground, perfect for those aiming for their OSCP. It’s designed to test your enumeration skills, particularly web enumeration, to uncover vulnerabilities.

1337 Sheets · · 6 min read Paid
subnet

Offsec - Sumo - Jun 15th 2023

Enumerate Looking for targets on subnet. Found [LAB_IP] ##Nmap Adding -O for OS detection in the field sudo nmap -sT -sV -sC -O --open -p- [LAB_IP] -oN sumo.

1337 Sheets · · 12 min read Paid
enumeration

Offsec - InfosecPrep - Jun 21st 2023

Prep set up nc -nlvp 4444 Enumeration Assume netdiscover + subnet ping scan Target: [LAB_IP] ##Nmap →  nmap -p- -sV -sC --open -T4 [LAB_IP] -oN InfoSecPrep_nmap.txt                                    15:19:

1337 Sheets · · 18 min read Paid
recon

Offsec - Codo - Oct 31st 2023

Given Target: [LAB_IP] Recon nmap --top-ports 4000 -T5 -oN openPorts.txt [LAB_IP] Nmap scan report for [LAB_IP] Host is up (0.065s latency). Not shown: 3998 filtered

1337 Sheets · · 2 min read Paid