Over The Wire


Leviathan

Host: leviathan.labs.overthewire.org

Port: 2223



Level 0

ssh leviathan0@leviathan.labs.overthewire.org -p 2223
password: leviathan0

Objective:

Dare you face the lord of the oceans?

Leviathan is a wargame that has been rescued from the demise of intruded.net, previously hosted on leviathan.intruded.net. Big thanks to adc, morla and reth for their help in resurrecting this game!

What follows below is the original description of leviathan, copied from intruded.net:

  • Summary:
  • Difficulty: 1/10
  • Levels: 8
  • Platform: Linux/x86
  • Author: Anders Tonfeldt

We would like to thank AstroMonk for coming up with a replacement idea for the last level, deadfood for finding a leveljump and Coi for finding a non-planned vulnerability.

Description:

This wargame doesn't require any knowledge about programming - just a bit of common sense and some knowledge about basic *nix commands. We had no idea that it'd be this hard to make an interesting wargame that wouldn't require programming abilities from the players. Hopefully we made an interesting challenge for the new ones.

Leviathan’s levels are called leviathan0, leviathan1, … etc. and can be accessed on leviathan.labs.overthewire.org through SSH on port 2223.

To login to the first level use:

  • Username: leviathan0
  • Password: leviathan0

Data for the levels can be found in the homedirectories. You can look at /etc/leviathan_pass for the various level passwords.

CLI:

          leviathan0@gibson:~$ ls -la
          total 24
          drwxr-xr-x  3 root       root       4096 Sep 19 07:07 .
          drwxr-xr-x 83 root       root       4096 Sep 19 07:09 ..
          drwxr-x---  2 leviathan1 leviathan0 4096 Sep 19 07:07 .backup
          -rw-r--r--  1 root       root        220 Mar 31  2024 .bash_logout
          -rw-r--r--  1 root       root       3771 Mar 31  2024 .bashrc
          -rw-r--r--  1 root       root        807 Mar 31  2024 .profile

          leviathan0@gibson:~$ cd .backup
          leviathan0@gibson:~/.backup$ ls -a
          .  ..  bookmarks.html

          leviathan0@gibson:~/.backup$ grep leviathan1 bookmarks.html
          the password for leviathan1 is 3QJ3TgzHDq" ADD_DATE="1155384634" LAST_CHARSET="ISO-8859-1" ID="rdf:#$2wIU71">password to leviathan1
          leviathan0@gibson:~/.backup$ 
        

Leviathan