augustd / burp-suite-swaggy

Burp Suite extension for parsing Swagger web service definition files
Apache License 2.0
19 stars 7 forks source link

No Issue #5

Open Teicu opened 5 years ago

Teicu commented 5 years ago

Hi

Can you please share even a compiled version?

Thanks

augustd commented 5 years ago

Are you able to build it? Just run mvn install in the project root directory.

Teicu commented 5 years ago

Hi

Unfortunately I don't know, I've never done this before. This is why I asked..

Regards

fuckyur commented 4 years ago

Once packaged, you can add a plug-in to burpsuite, but it doesn't seem to work

augustd commented 4 years ago

I was just able to pull the latest code and compile with mvn install.

After build, you will find the binary in <project root>/target/burp-suite-swaggy-1.0-SNAPSHOT.jar

fuckyur commented 4 years ago

我只是能够提取最新的代码并使用进行编译mvn install

构建完成后,您将在 <project root>/target/burp-suite-swaggy-1.0-SNAPSHOT.jar

Yes, I can find burp-suite-swaggy-1.0 in the / target directory- SNAPSHOT.jar However, when I added it to burp, the WADL type data package was not displayed after it was sent to the plug-in. I don't know if it is my problem