Week 2 Assignment
1. Navigate to /usr/share/wordlists/metasploit. This is a directory of multiple
wordlists that can be used to brute force passwords in various password-
protected devices using Metasploit, the most popular pentesting and hacking
framework.
2. Use the cat command to view the contents of the file [Link].
3. Use the more command to display the file [Link].
Week 2 Assignment 1
4. Use the less command to view the file [Link].
5. Now use the nl command to place line numbers on the passwords in
[Link]. There should be 88,396 passwords.
6. Use the tail command to see the last 20 passwords in [Link].
Week 2 Assignment 2
7. Use the cat command to display [Link] and pipe it to find all the
passwords that contain 123.
Week 2 Assignment 3
Week 2 Assignment 4