HTTP 20

This challenge covers how to send specific HTTP requests

PRO
Tier
Medium
< 1 Hr.
2644
HTTP Badge

In this challenge, your objective is to send a GET request to the endpoint /pentesterlab with a specific GET parameter. The parameter key should be formatted as a hash/dictionary, where the key is please and the value is 1. The correct syntax to achieve this is name[key]=value.

We recommend initially solving this challenge using curl to understand the mechanics of the GET request. Once you are comfortable, you can write a script in your preferred programming language to automate the process. This approach will not only help you complete the challenge but will also allow you to build a collection of reusable scripts for future use.

Want to learn more? Get started with PentesterLab Pro! GOPRO