0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【TryHackMe】Neighbour:Walkthrough

Posted at

概要

TryHackMe「Neighbour」のWalkthroughです。

Task1

Q1.Find the flag on your neighbor's logged in page!

Webページにアクセスすると、ログイン画面が表示されました。

image.png

ソースコードを見ると、Username:guestPassword:guestでログインできると分かりました。
また、adminアカウントがあることも分かりました。

image.png

Guestアカウントでログインすると、/profile.php?user=guestに遷移しました。

image.png

?user=クエリパラメータが怪しいので、/profile.php?user=adminに編集しアクセスすると、フラグを入手できました。

image.png

A.flag{66be95c478473d91a5358f2440c7af1f}

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?