modzero / mod0BurpUploadScanner

HTTP file upload scanner for Burp Proxy
Other
481 stars 138 forks source link

UploadScanner bug #26

Closed xiaoshuier closed 6 years ago

xiaoshuier commented 6 years ago
Traceback (most recent call last):
  File "\AppData\Roaming\BurpSuite\bapps\b2244cbb6953442cb3c82fa0a0d908fa\UploadScanner.py", line 813, in processHttpMessage
    url = FloydsHelpers.u2s(iRequestInfo.getUrl().toString())
AttributeError: 'NoneType' object has no attribute 'toString'

Upload Scanner Version: 1.0.3

Jython version: 2.7.0 (default:9987c746f838, Apr 29 2015, 02:25:11) 
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)]
Java version: 1.8.0_131
floyd-fuh commented 6 years ago

You are using an old version of the extension, this issue was already fixed. Either use 1.0.5 currently in the BApp store or update the extension from the git repository. Thanks.