Skip to main content

Command Palette

Search for a command to run...

Appointment HTB

Updated
1 min readView as Markdown
P
CTF player and Web Pentester
  1. what Does SQL stands for = Structured Query Language

  2. which is most common attack in SQL = SQL Injection

  3. What is the 2021 OWASP Top 10 classification for this vulnerability? = AO3:2021-Injection

  4. what service is running on PORT 80 on target ip = Apache httpd 2.4.38 ((Debian))

nmap -T4 -sC -sV -O -p- -vv

  1. standard port for HTTPS = 443

  2. folder called in web termenology = Directoty

  3. HTTP response code for 'NOT FOUND' = 404

  4. Gobuster is one tool used to brute force directories on a webserver. What switch do we use with Gobuster to specify we're looking to discover directories, and not subdomains? = dir

gobuster dir -u http://192.168.x.x/ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -t 100

  1. What single character can be used to comment out the rest of a line in MySQL? = #

10 If user input is not handled carefully, it could be interpreted as a comment. Use a comment to login as admin without knowing the password. What is the first word on the webpage returned? = Congratulations

  1. Root flag= e3d0796d002a446c0e622226f42e9672