Skip to content

Commit

Permalink
style(readme): replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
apogiatzis committed Apr 23, 2024
1 parent 7897df5 commit 8045102
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions misc/metadata-matters/challenge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ author: "YetAnotherAlt123"
category: misc

description: |
One of our agents has gotten a foothold on an old, isolated workstation. It looks like it might have some important information, but we need superuser privileges to get to it.
One of our agents has gotten a foothold on an old, isolated workstation. It looks like it might have some important information, but we need superuser privileges to get to it.
We managed to extract the password hash for the root user. We know that the password policy mandates passwords up to 13 characters long, and requires that they have capitals, numbers and letters.
We managed to extract the password hash for the root user. We know that the password policy mandates passwords up to 13 characters long, and requires that they have capitals, numbers and letters.
```
root:$6$jM2.hLB7cxxe0Jik$ukjRJ6VORdRKdK0aBkKpjGzgId6OrR0srv.vrNlIj3gC8KTTk9nnf8bubTNUCTKo.he5CwFFs2xV9B1KHKDRt1
```
```
root:$6$jM2.hLB7cxxe0Jik$ukjRJ6VORdRKdK0aBkKpjGzgId6OrR0srv.vrNlIj3gC8KTTk9nnf8bubTNUCTKo.he5CwFFs2xV9B1KHKDRt1
```
Cracking a good, long password seems impossible... unless you know something we don't?
Cracking a good, long password seems impossible... unless you know something we don't?
value: 200
type: dynamic
Expand Down

0 comments on commit 8045102

Please sign in to comment.