首页 > 系统相关 >【THM】Windows Command Line【未完成】

【THM】Windows Command Line【未完成】

时间:2024-11-12 19:14:31浏览次数:3  
标签:CLI Windows GUI will THM Command command your

task1:Introduction 介绍

在这里插入图片描述

Everyone prefers a graphical user interface (GUI) until they master a command-line interface (CLI). There are many reasons for that. One reason is that GUIs are usually intuitive. If someone offers you a GUI interface you are unfamiliar with, you can quickly poke around and discover a non-trivial part. Compare this with dealing with a CLI, i.e., a prompt.
每个人都喜欢图形用户界面 (GUI),直到他们掌握了命令行界面 (CLI)。这有很多原因。一个原因是 GUI 通常很直观。如果有人为您提供您不熟悉的 GUI 界面,您可以快速浏览并发现一个重要的部分。将此与处理 CLI(即提示符)进行比较。

CLI interfaces usually have a learning curve; however, as you master the command line, you will find it faster and more efficient. Consider this trivial example: How many clicks do you need to find your IP address using the graphical desktop? Using the command-line interface, you don’t even need to raise your hands off the keyboard. Let’s say you want to recheck your IP address. You need to issue the same command instead of moving the mouse pointer to every corner of your screen.
CLI 界面通常有一个学习曲线;但是,当您掌握命令行时,您会发现它更快、更高效。考虑这个简单的示例:您需要点击多少次才能使用图形桌面找到您的 IP 地址?使用命令行界面,您甚至不需要将手从键盘上抬起。假设您要重新检查您的 IP 地址。您需要发出相同的命令,而不是将鼠标指针移动到屏幕的每个角落。

There are many other advantages to using a CLI besides speed and efficiency. We will mention a few:
除了速度和效率之外,使用 CLI 还有许多其他优势。我们将提到一些:

  • Lower resource usage: CLIs require fewer system resources than graphics-intensive GUIs. In other words, you can run your CLI system on older hardware or systems with limited memory. If you are using cloud computing, your system will require lower resources, which in turn will lower your bill.
    降低资源使用量:CLI 需要的系统资源比图形密集型 GUI 少。换句话说,您可以在较旧的硬件或内存有限的系统上运行 CLI 系统。如果您使用的是云计算,您的系统将需要更少的资源,这反过来又会降低您的费用。
  • Automation: While you can automate GUI tasks, creating a batch file or script with the commands you need to repeat is much easier.
    自动化: 虽然您可以自动执行 GUI 任务,但使用需要重复的命令创建批处理文件或脚本要容易得多。
  • Remote management: CLI makes it very convenient to use SSH to manage a remote system such as a server, router, or an IoT device. This approach works well on slow network speeds and systems with limited resources.
    远程管理:CLI 使使用 SSH 管理远程系统(如服务器、路由器或 IoT 设备)变得非常方便。此方法适用于网络速度较慢和资源有限的系统。

Learning Objectives 学习目标

The purpose of this room is to teach you how to use MS Windows Command Prompt cmd.exe, the default command-line interpreter in the Windows environment. We will learn how to use the command line to:
这个房间的目的是教你如何使用 MS Windows Command Prompt cmd.exe,这是 Windows 环境中的默认命令行解释器。我们将学习如何使用命令行来:

  • Display basic system information
    显示基本系统信息
  • Check and troubleshoot network configuration
    检查网络配置并排除故障
  • Manage files and folders 管理文件和文件夹
    Check running processes 检查正在运行的进程

Room Prerequisites 会议室先决条件

Before starting this room, you should have finished the Windows and AD Fundamentals module.
在开始此聊天室之前,您应该已完成 Windows 和 AD 基础知识模块。

。。。。连接机器。。。。。。

Establishing an SSH Connection from the AttackBox 从 AttackBox 建立 SSH 连接

f this is the first time you initiate an SSH connection from the AttackBox to a target system, the steps are shown in the screenshot below, and they are the following:
如果这是您第一次启动从 AttackBox 到目标系统的 SSH 连接,则下面的屏幕截图显示了这些步骤,它们如下:

  1. Start the AttackBox’s terminal by clicking the terminal icon marked with 1.
    通过单击标有 1 的终端图标启动 AttackBox 的终端。
  2. To connect to the target VM, issue the command ssh user@MACHINE_IP as user is the username in this case.
    要连接到目标 VM,请发出命令 ssh user@MACHINE_IP as user 在本例中为用户名。
  3. Because this is your first time connecting to this target VM, you will be asked to trust this connection. Answer with yes as marked with 3.
    由于这是您第一次连接到此目标 VM,因此系统会要求您信任此连接。回答 Yes,用 3 标记。
  4. Enter your password Tryhackme123!. Please note that the password will not appear as you type it.
    输入您的密码 Tryhackme123!。请注意,您键入密码时不会显示密码

在这里插入图片描述

标签:CLI,Windows,GUI,will,THM,Command,command,your
From: https://blog.csdn.net/whiblazer/article/details/143693809

相关文章

  • Golang 编译windows应用程序
    因为我们更喜欢在Linux上开发程序,所以生成交叉编译器,以便在Linux上交叉编译出windows程序。安装minGW:在Linux上运行gcc交叉编译生成windows程序我们用到Cgo,因此需要安装C语言交叉编译器sudoapt-getinstallgcc-mingw-w64下载Go语言的源代码gitclonehttps://github.com......
  • nvm-windows 安装教程
    1卸载本地node.js2安装NVM2.1下载GitHub:https://github.com/coreybutler/nvm-windows版本列表:https://github.com/coreybutler/nvm-windows/tags2.2安装1、选择安装目录2、选择nodejs安装目录3、检查是否安装完成4、检查环境变量2.3配置路径和下载源#编辑......
  • 在 Windows 系统中,DFS (Distributed File System) 是一种用于文件共享和管理的技术,能
    在Windows系统中,DFS(DistributedFileSystem)是一种用于文件共享和管理的技术,能够让多个服务器上的共享文件夹(共享资源)通过一个统一的命名空间来访问。DFS主要通过DFS命名空间和DFS复制这两个组件来实现。DFS相关命令和功能在Windows中,DFS相关的命令通常是通过......
  • Windows 免安装运行MariaDB 11.4
    下载https://mariadb.org/download/?t=mariadb&o=true&p=mariadb&r=11.4.4&os=windows&cpu=x86_64&pkg=zip&mirror=xtom_hk解压解压到指定位置(建议放在SSD所在盘符),如:D:\mariadb-11.4.4设置用户环境变量添加新的用户环境变量:MARIADB_HOMEC:\green\mariadb-11.4.4添加......
  • Windows Resource Protection (WRP) 是微软引入的一项系统保护机制,旨在保护 Windows
    什么是WindowsResourceProtection(WRP)?WindowsResourceProtection(WRP)是微软引入的一项系统保护机制,旨在保护Windows操作系统中的关键资源,包括系统文件、驱动程序、注册表设置以及系统配置文件等。WRP是WindowsVista中首次引入的,它加强了对操作系统核心文件和资源的......
  • System File Checker(简称 SFC)是 Windows 操作系统中的一个内置工具,用于扫描和修复损坏
    SystemFileChecker(简称SFC)是Windows操作系统中的一个内置工具,用于扫描和修复损坏或丢失的系统文件。它帮助用户恢复Windows操作系统中重要的文件和组件,以确保操作系统能够正常运行。什么是SFC(SystemFileChecker)?SFC是一个命令行工具,通过扫描Windows系统中的保护文件......
  • 在Windows 10中,设置默认浏览器通常需要通过图形界面进行操作,但也可以通过批处理文件(BA
    在Windows10中,设置默认浏览器通常需要通过图形界面进行操作,但也可以通过批处理文件(BAT)或者注册表(REG)文件来间接实现。这些方法比较复杂,且可能会有一定的风险,请在执行前确保备份相关数据。方法1:通过注册表(REG)文件设置默认浏览器默认浏览器的信息存储在注册表中,可以通过修改注册......
  • SonarQube 10.5 for macOS, Linux, Windows 下载 - 代码质量、安全与静态分析工具
    SonarQube10.5(macOS,Linux,Windows)-代码质量、安全与静态分析工具SonarQubeDataCenterEdition(JavaAppformacOS,Linux,Windows)请访问原文链接:https://sysin.org/blog/sonarqube-10/查看最新版。原创作品,转载请保留出处。作者主页:sysin.orgSonarCleanCo......
  • 第四届算法、微芯片与网络应用国际会议(AMNA 2025) 2025 4th International Conference
    重要信息官网:https://ais.cn/u/vEbMBz......
  • 运用Windows API进行编程
    目录运用WindowsAPI进行编程实验环境窗口创建基本流程基本代码流程1、头文件和库2、全局变量和函数3、入口主函数4、注册窗口类函数5、创建和显示窗口函数6、窗口过程函数运行结果实验小结运用WindowsAPI进行编程运行Windows应用程序在桌面显示Windows窗口。窗口内背景色为灰......