mr-m0nst3r / Burpy

A plugin that allows you execute python and get return to BurpSuite.
MIT License
392 stars 51 forks source link

Don't Start Server #2

Closed yearnwang closed 4 years ago

yearnwang commented 4 years ago

System OS: win10 Burpy version: 1.2.1

I install Burpy ok, Show question When I Click Start Sever Button. Please tell me , How I solve the question? thanks,

微信截图_20200514112208
yearnwang commented 4 years ago

but I start server ok When I use brida

mr-m0nst3r commented 4 years ago

@yearnwang this can result from many reasons, but first step is to make sure the python script you want to load don't have errors.

You can check this by running the script directly from terminal or console, like below:

image

Usually because of syntax errors or dependency errors.

Let me know how it works for you.

mr-m0nst3r commented 4 years ago

@yearnwang if you also use Brida, which I love the most, double check the pyro port, specify a different port with Brida.

yearnwang commented 4 years ago

script issue Beasuse, I uses https://github.com/mr-m0nst3r/Burpy/blob/master/examples/aes_endec.py,but my system have not AES modules.

Now, Startserver successful, thanks