12/28/2022 - BurpSuite and Passive Recon Flashcards
In Burp what does the section “Target” and subsection “Scope” do? (ie Scoping)
Define what gets logged and what doesnt (everything will still require Forward)
In Burp what does Site Map, Scope, and Issue Definition mean under the Target section?
Site map: Map out the apps we are targeting
Scope: Control target scope to log
Issue Definition: Provides a list of vulnerabilities
What is Burp Repeater?
Allows to craft and/or relay intercepted requests to a target at will
*cURL is the manual way to do this
What is Burp Intruder?
Fuzzing Tool (usually capture first in Proxy then send to Intruder)
Similar to Wfuzz or Ffuf
What are the core Intruder Position types in Burp Intruder?
Additionally, provide how each operates.
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)
What does decoder do in Burp?
Manipulate data (decode or encode data) in various forms
What does Comparer do in Burp?
Compare two data sets in ASCII or Bytes
(ie
What does Sequencer do in Burp?
Measure the entropy (randomness) of tokens that used to identify something
What is Burp Extender?
Extensions you can attach to Burp (ie Burp APIs); Python or Java built.