Skip to content

Commit 6dd1fee

Browse files
Merge pull request OverTheWireOrg#62 from adriaandens/patch-1
Update note in bandit20 -> bandit21
2 parents ac574d4 + 2878a9d commit 6dd1fee

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

wargames/bandit/bandit21.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ the connection and compares it to the password in the previous level
1212
(bandit20). If the password is correct, it will transmit the
1313
password for the next level (bandit21).
1414

15-
**NOTE:** To beat this level, you need to login twice: once to run
16-
the setuid command, and once to start a network daemon to which the
17-
setuid will connect.
15+
**NOTE:** [Changes to the infrastructure](http://overthewire.org/help/sshinfra.html) made this level more difficult. You will need to figure out a way to launch multiple commands in the same Docker instance.
1816

1917
**NOTE 2:** Try connecting to your own network daemon to see if it
2018
works as you think
2119

2220
Commands you may need to solve this level
2321
-----------------------------------------
24-
ssh, nc, cat
22+
ssh, nc, cat, bash, screen, tmux
2523

0 commit comments

Comments
 (0)