Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Ethical Hacking: Reverse Shells
Rating: 4.5 out of 5(94 ratings)
15,072 students

Ethical Hacking: Reverse Shells

Hack Windows and Linux boxes
Created byPeter A
Last updated 5/2022
English
English [Auto],

What you'll learn

  • Hack Windows computers
  • Hack Linux computers
  • Use shells
  • Create Malicious Executables

Course content

1 section12 lectures44m total length
  • Introduction0:06
  • What is a Shell?1:15

    Define a shell as a command line interface to run commands and view outputs across Linux, Windows, and Mac; introduce reverse shells and how they enable remote access and control.

  • How to use a Shell?11:46

    Explore a basic linux shell and practice essential commands like echo, who am I, clear, cd, ls, pwd, cat, find, and grep to navigate directories, view files, and search content.

  • Shell Practice0:05
  • What is a Reverse Shell?0:10
  • Netcat10:01
  • Netcat summary0:08
  • Hack Linux8:13

    Explore how reverse shells function within the Metasploit framework, enabling a tester to simulate remote access on Linux targets, including payload selection and listener setup.

  • Hack Linux summary0:18
  • Hack Windows11:05

    Learn how msf venom crafts reverse shell payloads for Windows and how Metasploit listeners enable remote control and shell access.

  • Hack Windows summary0:20
  • More Platforms0:42

Requirements

  • Kali Linux live usb or installed

Description

A reverse shell is a type of shell in which the primary function is to enable an attacker to gain remote access to and control of a machine, typically for malicious purposes. This is achieved by the attacker sending commands through the reverse shell which are executed on the target machine. In many cases, a reverse shell may be used to bypass firewalls or other security measures that have been put in place on a network or system.

There are numerous ways to create a reverse shell, but some of the most common methods involve using tools. In some cases, an attacker may even be able to use built-in tools such as telnet or ssh. The choice of tool will often depend on what is available on the target system and what privileges the attacker has.

Once an attacker has established a reverse shell, they can then begin to run commands on the target system just as if they were sitting at the keyboard. This provides them with a great deal of power and flexibility when it comes to carrying out attacks or performing other tasks on the system.

Once you completed this course, you will be able to Hack Windows and Linux computers and completely take over their computers using reverse shells.

Who this course is for:

  • Beginner Ethical Hackers