BurpSmartBuster: Burp Import Error
While trying to import the module I have this error:
Error:
Traceback (innermost last):
(no code object) at line 0
SyntaxError: ('invalid syntax', ('/root/Tools/BurpSmartBuster/BurpSmartBuster.py', 70, 14, 'class Logger():'))
at org.python.core.parser.fixParseError(Unknown Source)
at org.python.core.parser.parse(Unknown Source)
at org.python.core.Py.compile_flags(Unknown Source)
at org.python.core.__builtin__.execfile_flags(Unknown Source)
at org.python.util.PythonInterpreter.execfile(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at burp.nk.<init>(Unknown Source)
at burp.atc.a(Unknown Source)
at burp.n0f.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
What can be wrong?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 18 (10 by maintainers)
my installation steps OS kali linux :
java -jar jython_installer-2.7.0.jar
cd /root/jython2.7.0/bin ./pip install beautifulsoup4 requests tld textblob
changes -> BurpSmartBuster.py :
sys.path.append(“/root/jython2.7.0/Lib/site-packages/”) sys.path.append(“/root/jython2.7.0/Lib/site-packages/textblob”) sys.path.append(“/root/jython2.7.0/Lib/site-packages/nltk”)
BurpSuite :
Tab Extender - Tab Options - Python Environment : path /root/jython2.7.0/jpython.jar