Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Ethical Hacking: Linux Backdoor
Rating: 4.5 out of 5(57 ratings)
14,037 students

Ethical Hacking: Linux Backdoor

Detect and Create Linux Backdoors
Created byPeter A
Last updated 8/2022
English

What you'll learn

  • Basic Linux security
  • How to Find a Backdoor on a Linux system
  • Techniques to Create a Backdoor on a Linux system
  • Why Anti-Virus is not enough

Course content

1 section8 lectures40m total length
  • Introduction5:10
  • SSH Backdoor5:19
  • Detect SSH Backdoor3:31
  • PHP Backdoor (Web Shell)4:31
  • Detect PHP Backdoor (Web Shell)2:10
  • PHP Reverse Shell Backdoor5:47
  • Cronjob Backdoor8:11
  • Bashrc Backdoor5:44

Requirements

  • Some Linux knowledge required

Description

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.


Who this course is for:

  • Beginner Ethical Hackers