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

Folder for loading libraries/modules doesnt seem to work

Tom | Last updated: Mar 07, 2024 10:25AM UTC

"java":{ "folder_for_loading_library_jar_files":"path" }, "python":{ "folder_for_loading_modules":"path", "location_of_jython_standalone_jar_file":"path_jython" } This doesn't seem to take effect. I have taken the jar file from burp-vulners-scanner (https://github.com/vulnersCom/burp-vulners-scanner/releases/tag/1.2), but this extension is not imported into burp. Only adding the following to the userconfig makes this work: { "bapp_serial_version":7, "bapp_uuid":"c9fb79369b56407792a7104e3c4352fb", "errors":"ui", "extension_file":"bapps\\c9fb79369b56407792a7104e3c4352fb\\target\\burp-vulners-scanner-1.2.jar", "extension_type":"java", "loaded":true, "name":"Software Vulnerability Scanner", "output":"ui" } But addind this per extensions makes it harder to update to a new jar on release. Is there something I am missing?

Hannah, PortSwigger Agent | Last updated: Mar 08, 2024 08:47AM UTC