12/28/2022 - BurpSuite and Passive Recon Flashcards

1
Q

In Burp what does the section “Target” and subsection “Scope” do? (ie Scoping)

A

Define what gets logged and what doesnt (everything will still require Forward)

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

In Burp what does Site Map, Scope, and Issue Definition mean under the Target section?

A

Site map: Map out the apps we are targeting

Scope: Control target scope to log

Issue Definition: Provides a list of vulnerabilities

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

What is Burp Repeater?

A

Allows to craft and/or relay intercepted requests to a target at will

*cURL is the manual way to do this

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

What is Burp Intruder?

A

Fuzzing Tool (usually capture first in Proxy then send to Intruder)

Similar to Wfuzz or Ffuf

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

What are the core Intruder Position types in Burp Intruder?

Additionally, provide how each operates.

A

Sniper - One payload set on every position parameter at a time

Cluster Bomb - Similar to pitchfork but no key value like pair (tries every possible combination)

Pitch Fork - Uses one payload set per position (most popular) (ie key-value pair if using two wordlists)

Battering Ram - Same as Sniper but puts the same payload in every position at the same time (ie if two positions are filled this type will plug the variable with the same word for each position)

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

What does decoder do in Burp?

A

Manipulate data (decode or encode data) in various forms

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

What does Comparer do in Burp?

A

Compare two data sets in ASCII or Bytes
(ie

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

What does Sequencer do in Burp?

A

Measure the entropy (randomness) of tokens that used to identify something

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

What is Burp Extender?

A

Extensions you can attach to Burp (ie Burp APIs); Python or Java built.

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