strandjs / IntroLabs

These are the labs for my Intro class. Yes, this is public. Yes, this is intentional.
1.5k stars 350 forks source link

Simple Typo #2

Closed de-azra closed 3 years ago

de-azra commented 3 years ago

IntroLabs/IntroClassFiles/index.html#!Tools/IntroClass/LinuxCLI/LinuxCLI.md

4th line: "The fist will be where we run the backdoor."

The first...

skibum1869 commented 3 years ago

Also, there is a repeating sentance

We will next need to create a fifo backpipe: /#mknod backpipe p

See below:

$sudo su -
The password is adhd.
We will next need to create a fifo backpipe:
/#mknod backpipe p
This will get us to a root prompt. We want to do this because we want to have a backdoor running as root and a connection from a different user account on the system.
We will next need to create a fifo backpipe:
/#mknod backpipe p
Next, lets start the backdoor:
strandjs commented 3 years ago

Fixed.

Thanks!!!