Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to connect directly with burp client status port #5

Open
pablodav opened this issue Dec 9, 2016 · 4 comments
Open

Add support to connect directly with burp client status port #5

pablodav opened this issue Dec 9, 2016 · 4 comments
Assignees
Milestone

Comments

@pablodav
Copy link
Owner

pablodav commented Dec 9, 2016

Use normal status port to access directly to burp without need to use burpui.

@pablodav pablodav added this to the backlog milestone Dec 9, 2016
@pablodav pablodav self-assigned this Nov 2, 2017
@pablodav
Copy link
Owner Author

@pablodav pablodav modified the milestones: backlog, 2.0 Dec 7, 2017
@pablodav
Copy link
Owner Author

pablodav commented Dec 7, 2017

also related to #7

@ziirish
Copy link

ziirish commented Apr 11, 2018

Hi @pablodav !

I thought we already talked about this, but I think you can actually use the burpui lib without having a running burp-ui instance.

If you want to avoid some useless dependencies as well (such as Flask and so on in case you don't need the actual UI), you can even install the burp-ui-agent package, then use its libs.

Then you can do something like (this may not work out of the box, but it is the idea):

from burpui_agent.misc.backend.burp2 import Burp

client = Burp(conf='path/to/burpui.cfg')
client.status()

Here is the Burp class API

@pablodav
Copy link
Owner Author

Thanks Benjamin for adding these notes!

Yes we had a chat, I forgot to add the chat in this issue.

All details are at: https://git.ziirish.me/ziirish/burp-ui/issues/241#note_2432

Have a great day!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants