Security+ Training Online | Lab | Linux Terminal (2/2)

kali linux terminal Apr 30, 2018

Alright yes! yes! yes!

The last time we go together I introduced you to the Linux terminal and how to find help using any Linux command.

Today we're going to investigate the top Linux commands you'll need to know for the SY0-501 exam.

  • ping
  • ifconfig and ip
  • netstat
  • tracert
  • arp

Let's start with PING.

Using PING in Linux

Using PING in Linux isn't all that different from using PING in Windows.  But there are a few notable differences which we should get into.

The unique thing about PING in Linux is that it never stops until you explicitly tell it to stop. 

So when I type:

ping 10.1.30.16

My Linux box will continuously ping the target until I press Ctrl + c

There's a nice little trick to get around that though:

Type:

ping 10.1.30.16 -c 10

Using the "-c" command line switch I'm able to limit my pings to a count of exactly 10.

You can also specify the amount of time your Linux box should wait before sending the next PING packet (also known as an ICMP echo request).

By...

Continue Reading...

Security+ Training Online | Lab | Linux Terminal (1/2)

kali linux terminal Apr 23, 2018

Yes! Now it's time to have some fun with Linux.

Today we're going to introduce to the world's most popular penetration testing and ethical hacking Linux distribution: Kali Linux. (pronounced "CAL - LEE")

Kali is the standard beloved by both white-hat hackers and evil attackers alike.  It offers a complete suite of attack tools that a competent hacker can use to attack and compromise systems and networks.

Today we're going to start things off with a basic introduction to the Linux terminal. You'll learn:

  • How to launch the terminal in Kali Linux (and how to get around)
  • Understanding the weird and wacky world of Linux case
  • Getting help on any Linux command (without needing Google)
  • Next week we'll look into using ping, ifconfig, ip, netstat and tracert,

Are you ready to jump in?  Let's do this baby!

How to launch the terminal in Kali Linux

Every cybersecurity professional needs to know how to navigate around the operating system from the command...

Continue Reading...
Close

50% Complete

Let's do this!

Pop in your first name and best email address and we'll send you:

The latest updates on the CompTIA Security+ SY0-501 exam

Proven tips and tricks for passing the exam

Hands on video labs with complete step-by-step walk-throughs

And don't forget to refresh your inbox.  You should see us there in about 3 minutes.