Unit Tests Flashcards

(17 cards)

1
Q

Which of the following tools are commonly used in penetration testing to identify and exploit network and application vulnerabilities? Select all that apply.

A

Metasploit Framework,
Nikto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is DNS enumeration primarily used for in penetration testing?

A

To gather information about DNS names and their corresponding IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the nslookup tool do?

A

Provides information about DNS records for a specific domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In DNS enumeration, what is a ‘Zone Transfer’?

A

An unauthorized attempt to copy all the DNS records from a server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the primary use of Gobuster during a penetration test?

A

To scan for hidden directories and files on a web server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which tool would you use to browse the internet from the command line, useful for information gathering?

A

Lynx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following tools are not useful for enumerating shared directories and Samba systems?

A

SambaScan,
nikto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

OSINT

A

Open Source Intelligence - used for gathering publicly available information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the purpose of using the Exif tool?

A

To extract metadata from files, which can include geolocation, camera details, and software used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What type of information can Google dorking directly provide?

A

Server vulnerabilities

Sensitive directories or vulnerable access points on a web server

Specific file types and their locations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What command would you use to extract Exif data from an image named ‘photo.jpg’ using the Exif tool?

A

exiftool photo.jpg

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the primary purpose of Lynx in the context of OSINT?

A

To serve as a text-based web browser for accessing information on websites without graphical content

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Identify the correct syntax to use Gobuster for directory enumeration on a website (loan.atlas.local) using the common wordlist.

A

gobuster -u http://loan.atlas.local -w wordlist.txt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In the context of penetration testing, what is the significance of a DNS zone transfer?

A

It can expose all the records of a domain, providing detailed information about the internal network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following tools is useful for scanning/indexing directories of a web server?

A

lynx

Gobuster

dirb

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What will be the output of the command below?
echo -e ‘www\nftp\nmail\nsoc\nicg\nicp’ | wc -l

A

6 I don’t really know

17
Q

Which of the following is NOT typically a feature of a vulnerability scanner?

A

Cracking passwords of network devices