Skip to content

Commit

Permalink
add more config explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
noamblitz authored Jul 24, 2023
1 parent 24983f5 commit 0508499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/manual/usermanual.rst
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,8 @@ will be aggregated into one finding, instead of one separate finding per port.
}
Also you can configure which open ports should create findings and which ports should not. This is done by settings
common_tcp_ports, common_udp_ports, sa_tcp_ports and/or db_tcp_ports. As an example:
common_tcp_ports, common_udp_ports, sa_tcp_ports and/or db_tcp_ports. Common TCP ports are ports that will never trigger a finding. A good example is 443. Same counts for common udp ports.
SA (system administrator) ports will trigger a medium finding that a system administrator port is open, for example, port 22 is usually is SA port. Lastly, DB (database) ports trigger a more severe finding when a database port is open. As an of the configuration example:

.. code-block:: json
Expand Down

0 comments on commit 0508499

Please sign in to comment.