Skip to main content

Posts

OS Command Injection - Applied Review
·4 mins
web BSCP
What is OS Command Injection? # This type of command injection allows attackers to execute system commands on the server that is running the vulnerable application.
Path Traversal - Applied Review
·6 mins
web BSCP
This will be one of the much shorter entries in the list of applied review sections because path traversal is pretty straight forward.
Analytics - HTB
·3 mins
htb
We start by scanning for open ports: ╰─ nmap -sC -sV 10.129.187.65 Starting Nmap 7.
Authentication - Applied Review
·27 mins
web BSCP
For this applied review, we are going to go through authentication, which is an important part of securing your web applications.
SQL Injection - Applied Review
·19 mins
web BSCP
The goal of this applied review is to review over SQL injection techniques taught in the PortSwigger labs and to apply those strategies to CTF challenges.
Visual - HTB
·7 mins
htb
We start with a port scan: ╰─ nmap -sC -sV 10.129.86.90 Starting Nmap 7.
Clicker - HTB
·13 mins
htb
Enumeration # We can get started with a port scan: ╰─ nmap -sC -sV 10.
CozyHosting - HTB
·5 mins
htb
We can begin with a port scan as usual: ╰─ nmap -sC -sV 10.
Zipping - HTB
·7 mins
htb
We can begin with a port scan: ╰─ nmap -sC -sV 10.129.171.3 Starting Nmap 7.
Keeper - HTB
·5 mins
htb
We can start out with a port scan: ╰─ nmap -sC -sV 10.129.121.185 Starting Nmap 7.