Menu

#32 NullPointerException in headlessmode

v1.0 (example)
open
nobody
None
5
2013-10-21
2013-10-21
Retrospect
No

Running DirBuster in headless mode tries to perform the gui.jPanelRunning.addScanInfoObject method in Manager.java. This results in a NullPointerException. This way no results are being recorded during the headless scan.

I've created a own quickfix by including a check on the headLessMode boolean prior to the call of any gui.jPanelRunning method within Manager.Start().

Discussion


Log in to post a comment.