Skip to content

Burp Suite Extension - Trigger actions and reshape HTTP request and response traffic using configurable rules

License

Notifications You must be signed in to change notification settings

ddwightx/ReshaperForBurp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reshaper for Burp

Extension for Burp Suite to trigger actions and reshape HTTP request and response traffic using configurable rules

Screenshot

Example Usage

Rules

Rules allow you to set actions to perform (called Thens) if HTTP messages/connections (event) received by Burp Suite meet certain criteria (called Whens). Rules are processed in order.

More

Whens

Event Direction - If the HTTP message is a Request or Response

Has Entity - If the HTTP event contains a certain entity

Matches Text - If a value (text, variable, or HTTP event entity) matches a value

Proxy Name - If received by a certain Burp proxy listener

From Tool - If the HTTP message is from a specific Burp tool

More

Thens

Break - Stop rules or then action processing

Delay - Delay further processing/sending of the HTTP event

Log - Log message to the Burp extension console

Highlight - Highlight the request/response line in the HTTP history

Run Rules - Run a specific rule or all auto-run rules.

Run Script - Execute a JavaScript script

Set Event Direction - Change whether to send a request or to send a response at the end of processing

Set Value - Set the value of an HTTP event using another value (text, variable, or HTTP event entity)

Delete Value - Remove an HTTP message entity

Set Variable - Set a variable using another value (text, variable, or HTTP event entity)

Delete Variable - Delete a variable

Send To - Send data to other Burp tools or the system default browser

Run Process - Execute a command in a separate process

Drop - Have Burp drop the connection

More

Variables

Share values across different rules while processing the same event or all events.

More

Contributions

Contributions are encouraged. Issues and Pull Requests welcome. Also help us spread the word.

Primary Developer: Daquanne Dwight

License

MIT License. See LICENSE

About

Burp Suite Extension - Trigger actions and reshape HTTP request and response traffic using configurable rules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%