Skip to content

Commit

Permalink
Merge pull request #1421 from p-l-/webui-tags
Browse files Browse the repository at this point in the history
Pipo und Molo machen ein Webinterface
  • Loading branch information
p-l- committed Aug 22, 2022
2 parents eef0907 + 5b2be93 commit d417394
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/install/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Masscan source code (compile-time) and options (run-time). You can
adjust what IVRE will use per port (from the configuration) or
globally (from the command-line option).

The default congiguration value is based on the Masscan fork of the
The default configuration value is based on the Masscan fork of the
IVRE project.

.. literalinclude:: ../../ivre/config.py
Expand Down
2 changes: 1 addition & 1 deletion ivre/passive.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def handle_rec(
sensor,
ignorenets,
neverignore,
# these argmuments are provided by **bro_line
# these arguments are provided by **bro_line
timestamp=None,
uid=None,
host=None,
Expand Down
1 change: 1 addition & 0 deletions pkg/codespell_ignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ whos
tha
nin
sur
ro
2 changes: 1 addition & 1 deletion web/static/doc/_sources/install/config.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Masscan source code (compile-time) and options (run-time). You can
adjust what IVRE will use per port (from the configuration) or
globally (from the command-line option).

The default congiguration value is based on the Masscan fork of the
The default configuration value is based on the Masscan fork of the
IVRE project.

.. literalinclude:: ../../ivre/config.py
Expand Down
2 changes: 1 addition & 1 deletion web/static/doc/install/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ <h2>Masscan probes<a class="headerlink" href="#masscan-probes" title="Permalink
Masscan source code (compile-time) and options (run-time). You can
adjust what IVRE will use per port (from the configuration) or
globally (from the command-line option).</p>
<p>The default congiguration value is based on the Masscan fork of the
<p>The default configuration value is based on the Masscan fork of the
IVRE project.</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>
<span class="c1"># Based on IVRE&#39;s fork source code --- you may want to adapt these</span>
Expand Down
2 changes: 1 addition & 1 deletion web/static/doc/searchindex.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion web/static/templates/view-hosts.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@
>
<div host-summary=""></div>
<!-- Tags -->
<dd ng-repeat="tag in ::host.tags"
<dd ng-repeat-start="tag in ::host.tags"
class="label label-status label-{{::tag.type}} clickable"
title="{{::tag.info.join('\n')}}"
ng-click="setparam('tag', tag.value)">
{{tag.value}}
</dd>
<span ng-repeat-end ng-if="!$last"></span>
<!-- Next div is only displayed in summary mode-->
<div class="summary"
ng-hide="host.fulldisplay"
Expand Down

0 comments on commit d417394

Please sign in to comment.