Discussion:
Traceback
Md Syakirin
2018-11-08 17:59:53 UTC
Permalink
Version: 7.70
Traceback (most recent call last):
File "zenmapGUI\SearchGUI.pyo", line 488, in update_search_entry
File "zenmapGUI\SearchGUI.pyo", line 510, in start_search
File "zenmapCore\SearchResult.pyo", line 242, in search
File "zenmapCore\SearchResult.pyo", line 258, in _match_all_args
AttributeError: 'SearchDB' object has no attribute 'match_dir'
Daniel Miller
2018-11-15 05:06:03 UTC
Permalink
Thanks for this report! I made a change in r37524 that should fix this
issue. When searching, the "dir:" operator is treated differently than
others, and should have been removed from the search string after the
specified directories were added to the search, but it wasn't. The rest of
the search function didn't know how to handle it, and crashed. The new
version handles it better.

Dan
Post by Md Syakirin
Version: 7.70
File "zenmapGUI\SearchGUI.pyo", line 488, in update_search_entry
File "zenmapGUI\SearchGUI.pyo", line 510, in start_search
File "zenmapCore\SearchResult.pyo", line 242, in search
File "zenmapCore\SearchResult.pyo", line 258, in _match_all_args
AttributeError: 'SearchDB' object has no attribute 'match_dir'
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
Continue reading on narkive:
Loading...