wapiti-scanner / wapiti

Web vulnerability scanner written in Python3
https://github.com/wapiti-scanner/wapiti
GNU General Public License v2.0
1.15k stars 176 forks source link

Fix headless explorer clean method #581

Closed bretfourbe closed 5 months ago

bretfourbe commented 5 months ago

Fix clean method for headless explorer. queue.join() was blocking in most cases waiting for queue to be emptied but it was not done. Now it just ensures that queue is empty, no more join needed