Jump to content
Wubi

Burp Log Reviver: Convert Burp Logs to Sessions!

Recommended Posts

Posted (edited)

Burp Log Reviver

A solution for converting burp logs into sessions, in all burp suite versions

Burp Log Reviver is an easy-to-use tool, which helps you “revive” a burp log file and transform it to a burp session, even while using the free edition of burp suite. After reviving the log, you can continue working with your requests and responses, and feel like you never closed burp at all.

Developed by Hacktics ASC

hackticslogo.jpg

Requirements:

Written in Perl v5.12.3

How does it work?

Burp Log Reviver is responsible for parsing burp’s logs and placing each of the requests and responses into a Hash table.

After parsing and indexing each message, the tool can function in two methods: client and server.

The Burp Log Reviver client is responsible for sending all requests to burp’s listener port,

while burp is configured to transfer all requests to an upstream proxy, which is configured as the Burp Log Reviver server.

The Burp Log Reviver server is responsible for responding with its corresponding response and creating a complete loopback solution.

The results of this process allow you to reload your burp sessions and continue working from the place you’ve previously stopped.

Developers

Burp Log Reviver is developed and maintained by Niv Sela.

User Guide

Instructions (Requests and Responses):

1. Record a burp log that includes requests and responses.

2. Remove burp history.

3. Define burp to listen on port 9999 and set it to "support invisible proxying" mode.

4. Define an upstream proxy to localhost:9998.

5. Start the server with the following command:

./burpLoader.pl c:\BurpLog.txt -L 9998

6. Start the client with the following command:

./burpLoader.pl c:\BurpLog.txt -C 9999

Instructions (Requests and Real Server’s Reponses):

1. Remove burp history.

2. Define burp to Listen on port 9999 and set it to "support invisible proxying" mode.

3. Execute the following command:

./burpLoader.pl c:\BurpLog.txt -C 9999

Download

[TABLE=class: grid, width: 600]

[TR]

[TD]File:

[/TD]

[TD]dl_arrow.gif BurpLogReviver.pl 4.4 KB

[/TD]

[/TR]

[TR]

[TD]SHA1 Checksum:

[/TD]

[TD]14aede726a1f9997f01db3363002ad620dc48946 What's this?

[/TD]

[/TR]

[/TABLE]

Sursa Google Code

Edited by Wubi

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...