Mein Weg zur IT Sicherheit

Monat: Oktober 2022 (Seite 2 von 2)

TryHackMe WriteUp – Active Reconnaissance

https://tryhackme.com/room/activerecon

Task 1 Introduction

Keine Fragen in diesem Task.

Task 2 Web Browser

Frage 1:
Browse to the following website and ensure that you have opened your Developer Tools on AttackBox Firefox, or the browser on your computer. Using the Developer Tools, figure out the total number of questions.

Wir besuchen die angegebene Seite und öffnen die Developer Tools (STRG+SHIFT+I). Unter dem Inspector-Reiter sehen wir, dass die Datei „script.js“ für den Chat verantwortlich ist. Nun navigieren wir zu dem Debugger-Reiter und klicken auf die „script.js“, anschließend scrollen wir herunter, um die Anzahl der Fragen zu finden:

Weiterlesen

TryHackMe WriteUp – Command Injection

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
Neuere Beiträge »

© 2025 René und IT-Sec

Theme von Anders NorénHoch ↑