PenTest Tools Flashcards

(16 cards)

1
Q

What is Frida used for?

A

Mobile devices, dynamic analysis, runtime hooking (injecting scripts, intercepting function calls, and manipulating runtime data)

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

What is ADB used for?

A

Command-line tool for communicating with Android devices. Allows app installs, file access, and debugging.

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

What is Drozer used for?

A

Android vulnerability assessment.

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

What are the three C2 frameworks?

A

Covenant, Empire, Mythic

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

What is Empire?

A

A post exploration framework that uses powershell and python. Keylogging, C2.

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

What is covenant?

A

A .net based c2 framework designed specifically to leverage the .net framework on multiple platforms.

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

What is Mythic?

A

Cross platform CLI-based, open source C2 framework. Very modular. Heavy API support with many payloads.

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

What is a commonly exploited piece of SOAP Service Oriented Architecture Protocol?

A

XML. SOAP is frequently used for remote procedure calls (RPC) and typically uses HTTP/SMTP for transport.

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

What are the steps of NIST SP 800-115?

A

Planning, Discovery, Analysis/Reporting

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

What is hping?

A

An open source packet crafting tool, allows for custom TCP/IP packets.

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

What is MDK4?

A

A wi-fi testing tooo. Deauth, stress testing, fuzzing.

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

What is reaver?

A

A tool for exploiting WPS.

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

What is Kismet?

A

Wi-Fi detection mainly.

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

What is GLBA?

A

Financial Institution regulation.

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

What is Frida used for vs MobSF?

A

Software debugging and manipulation on mobile devices.