CompTIA Mastery Course Flashcards

(36 cards)

1
Q

Cross-site request forgery (CSRF)

A

Cross-Site Request Forgery (CSRF) is an attack that tricks a user’s browser into performing unwanted actions on a trusted web application where the user is authenticated, without their consent. It exploits the trust that a site has in the user’s browser.

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

Cross-site scripting (XSS)

A

the attacker executes a malicious script on the victim’s browser after the victim accesses a compromised web application.

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

Is Prowler open source?

A

Yes

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

What benchmarks does Prowler use?

A

CIS

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

Prowler is an audit for?

A

AWS

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

What can Prowler do?

A

it can detect misconfigurations and security issues

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

Is Arachni open source?

A

Yes

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

What is Arachni?

A

is a web application security scanner

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

What is the dispatcher tab in Arachni for?

A

dispatcher tab is for remote agents to provide a list of instances to perform scans

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

What does the input section in Arachni show?

A

input section show the web input field with an id or user name entry for XSS

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

What is the profiles section in Arachni for?

A

profiles section provides a way to manage different scans. They can be personal profiles, shared profiles, and global profiles.

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

Is Arachni command line?

A

Yes

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

What does Nikto do?

A

web application scanner

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

Is Nikto command line?

A

Yes

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

What does Nikto discover?

A

discovers the type of HTTP server and web applications running on a host.

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

Is ScoutSuite open source?

17
Q

What does ScoutSuite do?

A

it is a security auditing tool to assess cloud infractructure security

18
Q

What is the EC2 dashboard in AWS?

A

EC2 dashboard is where you find compute instances

19
Q

What does ZAP do?

A

attack websites

20
Q

Is ZAP command line?

21
Q

Is ZAP open source?

22
Q

What does ZAP have preconfigured?

A

a preconfigured browser for testing

23
Q

Is recon-ng opensource?

24
Q

What does recon-ng do?

A

is a reconnaissance framework tool to map an organization’s network

25
Is recon-ng command line?
Yes
26
What is the aquired data in recon-ng?
Acquired data would include IP addresses, subdomains, software versions, and many other attributes.
27
Is Pacu open source?
Yes
28
What is PACU for?
AWS pent testing tool
29
Is PACU command line?
Yes
30
What does a module in PACU look like?
iam__enum_permissions module
31
How does PACU work?
It has modules that can exploit application programming interfaces (APIs) and virtual machine (VM) instances.
32
What does the intruder section in Burp Suite do?
intruder section is a tool for automating attacks against web application
33
What does the repeater section in Burp Suite do?
repeater section is a tab that can send a series of HTTP requests
34
What does the target section in Burp Suite do?
target section records recent target URL information and gathered content
35
What does the extender section in Burp suite do?
extender section allows administrators to add thrid-party exterders
36
What does Burp Suite do?
analyzes and exploits web applications