forked from OverTheWireOrg/OverTheWire-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5445b9a
commit 63b0887
Showing
15 changed files
with
57 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
{ | ||
"vortex": { | ||
"host": "vortex.labs.overthewire.org", "port": 2228, | ||
"lastlevel": 26, | ||
"specialNumbering": true | ||
}, | ||
"semtex": { "lastlevel": 12 }, | ||
"krypton": { "lastlevel": 6 }, | ||
"bandit": { "lastlevel": 27 }, | ||
"leviathan": { "lastlevel": 7 }, | ||
"narnia": { "lastlevel": 9 }, | ||
"behemoth": { "lastlevel": 8 }, | ||
"utumno": { "lastlevel": 8 }, | ||
"maze": { "lastlevel": 9 }, | ||
"manpage": { "lastlevel": 7 }, | ||
"semtex": { "lastlevel": 12, "host": "semtex.labs.overthewire.org", "port": 2229 }, | ||
"krypton": { "lastlevel": 6, "host": "krypton.labs.overthewire.org", "port": 2222 }, | ||
"bandit": { "lastlevel": 27, "host": "bandit.labs.overthewire.org", "port": 2220 }, | ||
"leviathan": { "lastlevel": 7, "host": "leviathan.labs.overthewire.org", "port": 2223 }, | ||
"narnia": { "lastlevel": 9, "host": "narnia.labs.overthewire.org", "port": 2226 }, | ||
"behemoth": { "lastlevel": 8, "host": "behemoth.labs.overthewire.org", "port": 2221 }, | ||
"utumno": { "lastlevel": 8, "host": "utumno.labs.overthewire.org", "port": 2227 }, | ||
"maze": { "lastlevel": 9, "host": "maze.labs.overthewire.org", "port": 2225 }, | ||
"manpage": { "lastlevel": 7, "host": "manpage.labs.overthewire.org", "port": 2224 }, | ||
"natas": { "lastlevel": 33 }, | ||
"blacksun": { "lastlevel": 4 }, | ||
"drifter": { "lastlevel": 15 } | ||
"drifter": { "lastlevel": 15, "host": "drifter.labs.overthewire.org", "port": 2230 } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ Receive data until the port is closed. | |
Every second byte you receive is trash, ignore it. | ||
The other bytes are an executable that shows you the password. | ||
|
||
Then login to [[email protected]][] | ||
Then login to [[email protected]][] on port 2229 | ||
|
||
**Thanks to mrx for the amd64 and ppc binaries!** | ||
|
||
Reading Material | ||
---------------- | ||
- [Beej's guide to network programming][] | ||
|
||
[[email protected]]: ssh://[email protected] | ||
[[email protected]]: ssh://[email protected]:2229 | ||
[Beej's guide to network programming]: http://beej.us/guide/bgnet/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters