|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/ethical-hacking-linux-backdoor/
课程评论:没有评论
**课程名称:** 道德黑客:Linux 后门 **课程简介:** 本课程是一门面向初学者的入门课程,旨在教授学员如何理解和利用Linux后门技术。课程将深入探讨Black Hat黑客如何入侵系统,并指导学员亲手实践,了解后门的安装、隐藏和远程执行命令等功能。 **课程内容:** * **Linux后门概述:** 讲解Linux后门的定义,包括正向连接(SSH)和反向Shell等连接方式。 * **后门安装方式:** 介绍后门可以被隐藏在用户文件(如.bashrc, .profile, .login)中的多种安装途径。 * **后门原理与实践:** 详细演示后门如何在目标系统上隐匿运行,并在进程列表中不被轻易发现,从而允许攻击者在受害者不知情的情况下远程执行任意命令。 * **后门检测技术:** 除了讲解系统更新和最小化特权运行等基本安全建议外,课程还将教授学员如何检测系统中可能存在的后门。 **先修知识:** * 具备基础的Linux知识,包括常用命令。 * 对Linux服务器有一定了解将更有帮助。 **适合人群:** * 希望了解系统被黑客攻击方式的学员。 * 希望学习如何安装和部署后门的学员。 * 希望提升自身系统安全意识,学习如何检测后门的安全从业者。 **注意:** 本课程内容仅用于教育和学习目的,严禁用于非法活动。
A linux backdoor is usually a tool that allows you to forward connect to a server by using ssh and then execute commands on the remote machine. But it could also be a reverse shell, where instead the server connects to your attack box and lets you run commands on the server.. A backdoor can be placed in a file belonging to an unsuspecting user, e.g. in.bashrc,.profile or.login. But there are many more ways a backdoor can be installed.In this course you will learn about various ways a backdoor can be installed on Linux. You will learn how hackers can compromise your system and to do it yourself. The backdoor runs hidden and is usually not visible in the process list. It allows the remote user to run arbitrarily defined commands on the victim's machine without them knowing it.The usual security advise is apply patches provided by your OS vendor as soon as possible. Additionally, running only necessary processes with elevated privileges should be considered - especially on publicly facing servers and workstations. But that isn't enough, so in this course you will learn how to detect a backdoor.It is a beginners course. You don't need prior knowledge except basic Linux knowledge, like the basic commands. It helps if you have some knowledge on Linux servers. If you want to check your system for backdoors or if you want to install backdoors yourself, this course is for you.