Skip to content
New issue

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

Merge Dev into Master #2

Merged
merged 3 commits into from
Sep 4, 2018
Merged

Merge Dev into Master #2

merged 3 commits into from
Sep 4, 2018

Conversation

honze-net
Copy link
Owner

Scanning a lot of hosts may result in having a lot of "down" hosts. These will cause lags while rendering the DOM. In order to prevent these lags, the maximum number of "down" hosts is 1024. After that no "down" host will be shown. This is marked with a hint "offline hosts are hidden".

You can hide offline hosts from the "Scanned Hosts" section by defining hideofflinehosts as 1 via your XSLT processor.
Example: `xsltproc --param hideofflinehosts 1 -o output.html nmap-bootstrap.xsl input.xml`
Fix works with xsltproc, but not with Firefox.
If there are too many hosts in a scan, the site can be slowed down. So offline hosts are omitted from the "Scanned Hosts" section, if their amount exceeds 1024.
@honze-net honze-net merged commit a686009 into master Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant