python_study

Results 22 issues of python_study

NotImplementedError: 'BurpExtender' object does not implement abstract method 'doActiveScan' from 'burp.IScannerCheck' at org.python.core.Py.NotImplementedError(Py.java:140) at org.python.compiler.ProxyCodeHelpers.notImplementedAbstractMethod(ProxyCodeHelpers.java:97) at org.python.proxies.__main__$BurpExtender$7.doActiveScan(Unknown Source) at burp.u0.run(Unknown Source) at java.lang.Thread.run(Unknown Source) NotImplementedError: 'BurpExtender' object does not implement...

I ran it according to the tutorial and got the following error,How to deal with it? ![image](https://github.com/antonio-morales/Fuzzing101/assets/19358692/9c6598b5-77a5-4176-a49c-03c5073b8576)

Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

python3 pe-afl.py -m msjet40.dll msjet40.dll.dump.txt I executed the command you provided but got an error. How should I deal with it? ![image](https://github.com/wmliang/pe-afl/assets/19358692/6711ed33-9a72-4fa0-8ad0-bf5f20c4dbd9)