Hacker Wiki

Hacking The Planet since 2004

User Tools

Site Tools


start

This is an old revision of the document!


Intro to Hacking

Hacking Guides

Hacking With Kali Linux

Information Gathering

Vulnerability Analysts

Web Application Analysts

Database Assessment

Password Attacks

Wireless Attacks

Reverse Engineering

Exploitation Tools

Sniffing and Spoofing

Post Exploitation

Forensics

Reporting Tools

2025/02/16 18:42

Misc. / Unsorted Guides

Lockpicking

Intro to OSes

Intro to Networking


Hack The Planet
Welcome to the Hacker Wiki– a wiki dedicated to the art, culture, and history of hacking. Here, we document exploits, tactics, and the evolution of the underground. From classic phreaking to modern cybersecurity, this is a space for those who push boundaries and seek knowledge. No rulers, no masters—just code.

Docendo Discimus (“by teaching, we learn”)


Blog

HTB - Web Requests

To get the flag, start the above exercise, then use cURL to download the file returned by '/download.php' in the server shown above.
HTB{64$!c_cURL_u$3r}

What is the HTTP method used while intercepting the request? (case-sensitive)
GET

Send a GET request to the above server, and read the response headers to find the version of Apache running on the server, then submit it as the answer. (answer format: X.Y.ZZ)
2.4.41

The server above loads the flag after the page is loaded. Use the Network tab in the browser devtools to see what requests are made by the page, and find the request to the flag.
HTB{p493_r3qu3$t$_m0n!t0r}

The exercise above seems to be broken, as it returns incorrect results. Use the browser devtools to see what is the request it is sending when we search, and use cURL to search for 'flag' and obtain the flag.
HTB{curl_g3773r}

Obtain a session cookie through a valid login, and then use the cookie with cURL to search for the flag through a JSON POST request to '/search.php'
HTB{p0$t_r3p34t3r}

First, try to update any city's name to be 'flag'. Then, delete any city. Once done, search for a city named 'flag' to get the flag.
HTB{crud_4p!_m4n!pul4t0r}

start.1742822500.txt.gz · Last modified: 2025/03/24 13:21 by hacktheplanet