Simple-CTF
Introduction The Simple CTF on TryHackMe is a perfect star8ng point for cybersecurity beginners. It’s a beginner-level Capture the Flag (CTF) that offers a thrilling challenge. You get to prac8ce s...
Introduction The Simple CTF on TryHackMe is a perfect star8ng point for cybersecurity beginners. It’s a beginner-level Capture the Flag (CTF) that offers a thrilling challenge. You get to prac8ce s...
Comming soon …………….
The shell Wildcards Using wildcards (which is also known as globbing) allows you to select filenames based on patterns of characters. Commonly Used Character Classes Using wildcards makes it ...
Resources for this blog Fuzzy Security Guide 🔗 PayloadsAllTheThings Guide 🔗 Absolomb Windows Privilege Escalation Guide 🔗 Sushant 747’s Guide (Country dependant - may need VPN) 🔗 cours...
## Help links Basic Linux Privilege Escalation: 🔗 Linux Advanced Privilege Escalation: 🔗 Basics of linux🔗 Initial enumeration System Enumeration 1. Checking the kernel verison Checking...
Packet Filtering Capture Filter Syntax These filters use byte offsets hex values and masks with boolean operators, and it is not easy to understand/predict the filter’s purpose at first glance. T...
Enumeration nmap ┌──(root㉿kali)-[/home/sire/Documents/CTFs/HackTheBox/Inject] └─# cat nmap.scans | grep open 22/tcp open ssh syn-ack ttl 63 OpenSSH 8.2p1 Ubuntu 4ubuntu0.5 (Ubuntu Linux...
Enumerations Nmap scan nmap -sV -A -T4 -vv -oN nmap.scans 10.10.10.6 There were 2 port open under 1000 ports port 80 port 22 Port 80 port 80 website looked like this here Did a dir...
Enumerations Nmap scan nmap -vv -sV -A -oN nmap.scan -T4 10.10.10.68 When I performed an nmap scan, I discovered that only port 80 was open among those under 10000. Nmap scan report for 10.10...
CVE-2023-0386 Enumerations Nmap scan nmap -vv -sV -oN nmap.scans 10.10.11.221 2 ports are open here Checking port 80 Here we have a old HTB webiste interface going to join , we are p...