We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Version: 7.95 Traceback (most recent call last): File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\DiffCompare.py", line 380, in check_ndiff_process stderr = self.ndiff_process.stderr.read() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'read'
To Reproduce Run Zenmap -> Tools -> Compare Results -> Open scan A -> select XML file-> Open scan B select XML file. After that the issue is.
Expected behavior Expect to output coloring diff of ScanA and ScanB.
Version info (please complete the following information):
The text was updated successfully, but these errors were encountered:
Duplicate of #2854
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Version: 7.95
Traceback (most recent call last):
File "C:\Program Files (x86)\Nmap\zenmap\lib\python3.11\site-packages\zenmapGUI\DiffCompare.py", line 380, in check_ndiff_process
stderr = self.ndiff_process.stderr.read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'read'
To Reproduce
Run Zenmap -> Tools -> Compare Results -> Open scan A -> select XML file-> Open scan B select XML file. After that the issue is.
Expected behavior
Expect to output coloring diff of ScanA and ScanB.
Version info (please complete the following information):
Platform: i686-pc-windows-windows
Compiled with: nmap-liblua-5.4.6 openssl-3.0.13 nmap-libssh2-1.11.0 nmap-libz-1.3.1 nmap-libpcre2-10.43 Npcap-1.80 nmap-libdnet-1.12 ipv6
Compiled without:
Available nsock engines: iocp poll select
The text was updated successfully, but these errors were encountered: