How To Hack Part 5
嗯,用户让我总结一下这篇文章的内容,控制在一百个字以内,而且不需要特定的开头。首先,我需要仔细阅读文章,理解其主要信息。 文章讲的是Linux的Capture The Flag游戏中的Bandit Level 13。主要内容包括使用SSH的私钥认证,而不是密码。还提到了如何用SCP安全复制文件,以及如何用chmod管理文件权限。这些都是实际工作中常用技能。 接下来,挑战部分提到Level 14的密码存放在特定路径下,只能被bandit14用户读取。玩家需要找到私钥来登录。所以总结时要涵盖这些要点:私钥认证、SCP、chmod,以及找到私钥来解锁下一步。 现在要控制在一百字以内,所以得简洁明了。确保涵盖主要步骤和技能点。 </think> 文章介绍Linux Bandit Level 13通过使用私钥进行SSH认证,并教授SCP文件传输和chmod权限管理技能。挑战要求找到私钥以登录bandit14并获取密码。 2026-4-23 06:3:5 Author: infosecwriteups.com(查看原文) 阅读量:14 收藏

Red

Linux Capture The Flag Bandit Level 13

Press enter or click to view image in full size

Image by Gorodenkoff on Adobe

Bandit Level 13 introduces a new way to authenticate with SSH — using a private key instead of a password. Along the way, you’ll also learn how to securely copy files between machines using SCP and how to manage file permissions with chmod. These are skills that come up constantly in real-world Linux work, penetration testing, and system administration.

If you’re curious what the previous levels were like, make sure to check out the last capture the flag challenge levels.

If you’d like to follow what I did via video, feel free to check it out on YouTube below:

The Challenge

The password for Level 14 is stored at /etc/bandit_pass/bandit14, but it can only be read by the user bandit14. Instead of giving you the password directly, this level gives you a private SSH key that lets you log in as bandit14. Our job is to find that key and use it.

Step 1: Find the Private Key


文章来源: https://infosecwriteups.com/how-to-hack-part-5-d79099f523f5?source=rss----7b722bfd1b8d---4
如有侵权请联系:admin#unsafe.sh