Writeups OverTheWireBanditLinuxgit

Bandit 30 Writeup - OverTheWire

Writeup for Bandit level 30 from OverTheWire: finding a secret in a git tag.

Contents

Wargame: Bandit

Level: 30

Category: Linux Fundamentals

Description

The repository has a git tag that stores a secret. Tags are a common place to anchor release notes or store data outside the commit tree.

Overview

Solution

git clone ssh://bandit30-git@localhost:2220/home/bandit30-git/repo
cd repo
git tag
git show <tagname>

Password

OoffzGDlzhAlerFJ2cAiz1D41JW1Mhmt

← Back to Blog