Skip to content

Commit

Permalink
add busybox download
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyinstarlight committed Sep 7, 2018
1 parent d78eed0 commit 17401a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion checklists/linux.md
Expand Up @@ -4,8 +4,10 @@ This checklist is designed for the first 30 minutes of competition.

For each system:

* Download toolset:
* Download toolset
- `wget -qO- http://bit.ly/2GqAfTb | tar -xzv`
* Download busybox
- `wget -qO- https://bit.ly/2N0a4KT >/bin/busybox && chmod +x /bin/busybox`
* Change the password for the root account
- find path to 'passwd': `type passwd`
- ensure passwd is not a script: `cat <path to passwd>`
Expand Down

0 comments on commit 17401a9

Please sign in to comment.