mwielgoszewski / jython-burp-api

Develop Burp extensions in Jython
http://www.tssci-security.com/archives/2013/02/14/extending-burp-with-jython-burp-api/
ISC License
179 stars 36 forks source link

Fixed issue #9 in mwielgoszewski/jython-burp-api: Missing ps1 object #13

Closed nitrocode closed 8 years ago

nitrocode commented 8 years ago

For some reason, Burp is not loading the jython package correctly because it does not find the ps1 or ps2 references in the sys module. From the command line, we can see jython's sys has both. For now, the easy fix is to replace the references with their hard coded strings.