You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2026-03-02-htbguardian.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ We can add `portal.guardian.htb` to our `/etc/hosts`.
173
173
174
174

175
175
176
-
It seems we require a username (student's would submit their student ID starting with `GU`) and a password. When looking around the main site, we can see testimonials by students at this school.
176
+
It seems we require a username (students would submit their student ID starting with `GU`) and a password. When looking around the main site, we can see testimonials by students at this school.
@@ -199,7 +199,7 @@ When clicking `Portal Guide`, we are redirected to a PDF file. There, we see a d
199
199
200
200

201
201
202
-
It is possible that one of the users we found above did not change their password and still uses the default password. When testing out all users, inceed one user `GU0142023` is still using the default password!
202
+
It is possible that one of the users we found above did not change their password and still uses the default password. When testing out all users, indeed one user `GU0142023` is still using the default password!
@@ -235,7 +235,7 @@ We can see that the code for `portal.guardian.htb` is available.
235
235
236
236

237
237
238
-
When looking around, we find the file `config.php` containing the username and password for a mysql database on the machine. We can only access it through initail access, but it can be useful for the future.
238
+
When looking around, we find the file `config.php` containing the username and password for a mysql database on the machine. We can only access it through initial access, but it can be useful for the future.
239
239
240
240

0 commit comments