Kali Training: Quiz 2

Kali Training: Quiz 2

Professional Development

10 Qs

quiz-placeholder

Similar activities

IT ENGLISH: Research Project Topics - Linux Command Line

IT ENGLISH: Research Project Topics - Linux Command Line

Professional Development

10 Qs

Linux Basics

Linux Basics

Professional Development

10 Qs

Coding & Logic - Lesson 1

Coding & Logic - Lesson 1

Professional Development

15 Qs

Kali Linux Quiz 2

Kali Linux Quiz 2

Professional Development

10 Qs

Pentesting 02 - Identifier les vulnérabilités

Pentesting 02 - Identifier les vulnérabilités

Professional Development

12 Qs

Linux Essentials

Linux Essentials

Professional Development

15 Qs

Quiz 1 Microsoft Word

Quiz 1 Microsoft Word

University - Professional Development

11 Qs

Introduction to Linux

Introduction to Linux

Professional Development

15 Qs

Kali Training: Quiz 2

Kali Training: Quiz 2

Assessment

Quiz

Computers

Professional Development

Easy

Created by

John Coder

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Nearly every command, application, or utility has a dedicated help file in Linux that provides guidance for its use. For instance, if I needed help using the best wireless cracking tool, aircrack-ng, I could simply type the aircrack-ng command followed by the --____ command

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The convention in Linux is to use a double dash (--) before

w______ options, such as help, and a single dash (-) before single l______ options, such as –h.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

You can use either -__ or -? to get to the help

file. For instance, if I needed help using the hacker’s best port scanning tool, nmap, I

would enter the following: kali >nmap - __

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In addition to the help switch, most commands and applications have a manual (___)

page with more information, such as a description and synopsis of the command or

application. You can view a ___ page by simply typing man before the command, utility,

or application. To see the ___ page for aircrack ng, for example, you would enter the

following:

___ aircrack-ng


5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Probably the easiest command to pinpoint anything is l______. Followed by a keyword denoting what it is you want to find, this command will go through your entire filesystem and pinpoint every occurrence of that word.

To look for aircrack ng, for example, enter the following: ______ aircrack-ng

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The locate command is not perfect, however. Sometimes the results of locate can be

overwhelming, giving you too much information. Also, locate uses a database that is

usually only updated o_____ a day, so if you just created a file a few minutes or a few

hours ago, it might not appear in this list until the next day. It’s worth knowing the

disadvantages of these basic commands so you can better decide when best to use each

one

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If you’re looking for a binary file, you can use the w_________ command to locate it. This

command returns not only the location of the binary but also its source and manual page if

they are available.

w_______ aircrack-ng

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?