CH3 Pentest+ quiz flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:18 AM on 9/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

strings

Command-line tool that extracts readable text strings from files; useful for quickly analyzing binary executables.

2
New cards

Eclipse

An integrated development environment (IDE) used for developing and editing code; it is not the quick tool for extracting strings from a binary.

3
New cards

Netcat

A network utility often called a pentester's Swiss Army knife; it can make network connections and can be used for port scanning but is not primarily a binary-analysis tool.

4
New cards

TCP Connect Scan (-sT)

Nmap scan that establishes a full TCP connection; commonly used when scanning from an unprivileged user account.

5
New cards

Nmap -sV

Nmap option that performs service and version detection on discovered services.

6
New cards

Nmap -sU

Nmap option that performs a UDP scan.

7
New cards

Nmap -oA

Nmap option that saves scan results in all major output formats.

8
New cards

Nmap -oX

Nmap option that saves scan results in XML format.

9
New cards

Nmap -oG

Nmap option that produces grepable output.

10
New cards

Nmap -oS

Nmap Script Kiddie output format; primarily for fun and unlikely to be useful during a real penetration test.

11
New cards

Nmap -T0

Nmap paranoid timing template; the slowest scan timing and can take an extremely long time on large networks.

12
New cards

Nmap -T1

Nmap sneaky timing template; very slow scanning.

13
New cards

Nmap -T2

Nmap polite timing template; slower scanning intended to reduce network impact.

14
New cards

Nmap -T3

Nmap normal timing template and the default timing setting.

15
New cards

Nmap -T4

Nmap aggressive timing template that performs scans faster.

16
New cards

Nmap -T5

Nmap insane timing template; the fastest and most aggressive timing setting.

17
New cards

TCP Port 139

Port commonly associated with NetBIOS Session Service and Windows networking.

18
New cards

TCP Port 445

Port commonly associated with SMB and Windows file and printer sharing.

19
New cards

TCP Port 3389

Port commonly used by Remote Desktop Protocol (RDP) and is a strong indicator of a Windows system.

20
New cards

TCP Port 443

Standard port for HTTPS; not specific to Windows.

21
New cards

Windows

Operating system most likely indicated by a combination of ports such as 139, 445, and 3389.

22
New cards

Port Scan

Scan used to identify accessible ports, services, and port states on a system.

23
New cards

Port State

Nmap's description of a port's condition, such as open, closed, or filtered.

24
New cards

Vulnerability Scan

A scan designed to identify security vulnerabilities; a basic port scan does not automatically provide a list of vulnerable services.

25
New cards

Expired Certificate

An expired SSL/TLS certificate can indicate that a service or system is not being properly maintained or managed.

26
New cards

Poor Maintenance

An indicator that administrators may be inattentive or careless, potentially leading to other security weaknesses.

27
New cards

Telnet

A network utility that can manually connect to TCP ports and can be used for basic port scanning or service testing.

28
New cards

ExifTool

A tool used primarily to read and manipulate file metadata; it is not a port-scanning tool.

29
New cards

Hping

A packet-generation and network-testing tool that can be used for port scanning and network probing.

30
New cards

HTTP

Unencrypted web protocol commonly associated with TCP port 80.

31
New cards

HTTPS

Secure web protocol commonly associated with TCP port 443.

32
New cards

TCP Port 8080

Common alternate port for HTTP web services.

33
New cards

TCP Port 8443

Common alternate port for HTTPS web services.

34
New cards

Web Browser

Best tool for manually validating web services running on ports such as 8080 and 8443.

35
New cards

Alternate Service Port

A nonstandard port used to host a service instead of its commonly associated port.

36
New cards

Unprivileged User Account

User account without elevated privileges; may require a TCP Connect scan instead of scans requiring raw packet access.

37
New cards

Nmap Timing Template

An Nmap setting controlled by -T that determines how quickly a scan is performed.

38
New cards

Nmap Default Timing

The default Nmap timing template is -T3, also called Normal.

39
New cards

Binary Executable

A compiled program file containing machine code that can be analyzed with tools such as strings to extract readable information.

40
New cards

Information Gathering

The process of collecting useful information about a target during a penetration test.

41
New cards

Enumeration

The process of actively identifying systems, services, ports, accounts, and other useful information about a target.