Skip to content

Commit

Permalink
UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliban2056 committed Aug 7, 2024
1 parent cb0aff1 commit e27bbd2
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 12 deletions.
25 changes: 25 additions & 0 deletions content/posts/overthewire-bandit-7-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
+++
title = 'Over The Wire - Bandit 7 -> 8'
date = 2024-08-07T17:01:48+02:00
draft = false
tags = ["cyber security", "bandit", "over the wire"]
+++

# Task

The password for the next level is stored in the file `data.txt` next to the word `millionth`.

# Login

SSH: `bandit7@bandit.labs.overthewire.org -p 2220`

Password: `morbNTDkSW6jIlUc0ymOdMaLnOlFVAaj`

# Theory

To solve this level and move one we just need to use one command, the `grep` command scan search

# Solution

grep "millionth" data.txt
millionth dfwvzFQi4mU0wfNbFOe9RoWskMLg7eEc
24 changes: 12 additions & 12 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ tocopen = false
name = "matrix"
url = "https://matrix.to/#/@kaliban_205:matrix.org"

[[params.socialIcons]]
name = "buymeacoffee"
url = "https://buymeacoffee.com"
# [[params.socialIcons]]
# name = "buymeacoffee"
# url = "https://buymeacoffee.com"

[[params.socialIcons]]
name = "monero"
url = ""
# [[params.socialIcons]]
# name = "monero"
# url = ""

[[params.socialIcons]]
name = "bitcoin"
url = ""
# [[params.socialIcons]]
# name = "bitcoin"
# url = ""

[[params.socialIcons]]
name = "pgp"
url = ""
# [[params.socialIcons]]
# name = "pgp"
# url = ""

[params.analytics.google]
SiteVerificationTag = "XYZabc"
Expand Down

0 comments on commit e27bbd2

Please sign in to comment.