Nmap Development mailing list archives

Re: Traceback


From: Daniel Miller <bonsaiviking () gmail com>
Date: Wed, 14 Nov 2018 23:06:03 -0600

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

On Tue, Nov 13, 2018 at 4:37 PM Md Syakirin <syharks () gmail com> wrote:

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'

_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: