https://tryhackme.com/room/oscommandinjection

Task 1 Introduction (What is Command Injection?)

Keine Fragen in diesem Task.

Task 2 Discovering Command Injection

Frage 1:
What variable stores the user’s input in the PHP code snippet in this task?

Antwort 1:
$title

Frage 2:
What HTTP method is used to retrieve data submitted by a user in the PHP code snippet?

Antwort 2:
GET

Frage 3:
If I wanted to execute the id command in the Python code snippet, what route would I need to visit?

Antwort 3:
/id

Weiterlesen