Pennyw0rth / NetExec

The Network Execution Tool
https://netexec.wiki/
BSD 2-Clause "Simplified" License
2.91k stars 310 forks source link

Fix spider_plus bug where len was applied to the count not an array #392

Closed NeffIsBack closed 1 month ago

NeffIsBack commented 2 months ago

391 fixed a faulty reference, but not the resulting bug that the stat num_folder_filtered already counted the amount of folders that were filtered and didn't create a list (which then would be counted with len).

Resulted in the following traceback: image

Fixed: image

Also converted raw tracebacks to our exception screen