The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Setting up Pycharm, is there a burp python module? or how do I resolve imports?

Mike | Last updated: Sep 22, 2023 04:26PM UTC

OK I have a pycharm project, I have loaded legacy example from the github https://github.com/PortSwigger the source examples contain imports that don't resolve so give errors... from burp import IBurpExtender from burp import IBurpXyZ from burp import IBurpABC What is the recommended way to pull in this burp package/dependency to resolve this import? Thanks for help

Mike | Last updated: Sep 22, 2023 04:34PM UTC

To add.... usually there is a python package, you import it and off you go. What does Portswigger use/do to build python-based extensions in Python IDE? How do you resolve the import issue?

Michelle, PortSwigger Agent | Last updated: Sep 25, 2023 10:57AM UTC