Files
docker-configs/linkwarden/data/archives/6/19_readability.json

1 line
8.4 KiB
JSON
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{"title":"","byline":null,"dir":null,"lang":null,"content":"<div id=\"readability-page-1\" class=\"page\"><div>\n <p>\n <a title=\"View this page\" href=\"https://github.com/greenbone/docs/blob/main/src/22.4/kali/index.md?plain=true\">\n <svg></svg>\n <span>View this page</span>\n </a>\n</p><p>\n <a title=\"Edit this page\" href=\"https://github.com/greenbone/docs/edit/main/src/22.4/kali/index.md\">\n <svg></svg>\n <span>Edit this page</span>\n </a>\n</p>\n <p><label for=\"__toc\">\n <p>Toggle table of contents sidebar</p>\n <i><svg></svg></i>\n </label>\n </p></div><article id=\"furo-main-content\" role=\"main\">\n <section id=\"kali-linux-install-guide\">\n<h2>Kali Linux Install Guide<a title=\"Link to this heading\" href=\"#kali-linux-install-guide\">¶</a></h2>\n<p>This documentation provides instructions on how to install <a href=\"https://greenbone.github.io/docs/latest/glossary.html#term-Greenbone-Community-Edition\"><span>Greenbone Community Edition</span></a> from the Kali Linux native repository. The install packages are maintained by <a href=\"https://www.kali.org/tools/gvm/\">Offensive Security</a>. Any bugs discovered during installation or use should be reported to <a href=\"https://bugs.kali.org/main_page.php\">Kali Linux Bug Tracker</a>. Guidelines for submitting bugs to Kali Linux can be <a href=\"https://www.kali.org/docs/community/submitting-issues-kali-bug-tracker/\">found here</a>.</p>\n<div>\n<p>Important</p>\n<p>Greenbone does not hold responsibility for use of the Greenbone Community Edition\ninstalled via the native Kali Linux packages, and is not involved in the packaging\nprocess of the Greenbone Community Edition for Kali Linux.</p>\n</div>\n\n\n<section id=\"optional-configurations\">\n<h2>Optional Configurations<a title=\"Link to this heading\" href=\"#optional-configurations\">¶</a></h2>\n<p>The Greenbone Community Edition on Kali Linux installation relies on the same sub-system components as the <a href=\"https://greenbone.github.io/docs/latest/22.4/source-build/index.html\"><span>source code installation</span></a> and all configuration options are available. Lets cover some common custom configurations.</p>\n<section id=\"configure-remote-access-to-the-web-interface\">\n<h3>Configure Remote Access To The Web Interface<a title=\"Link to this heading\" href=\"#configure-remote-access-to-the-web-interface\">¶</a></h3>\n<p>By default Greenbone Community Edition is installed with only <code><span>localhost</span></code> access to the <a href=\"https://greenbone.github.io/docs/latest/glossary.html#term-GSA\"><span>GSA</span></a> web interface. This means Greenbone Community Edition can only be accessed via the IP address <code><span>127.0.0.1</span></code>. To enable remote access to the web interface, the <a href=\"https://greenbone.github.io/docs/latest/glossary.html#term-gsad\"><span>gsad</span></a> systemd service file must be modified and the gsad service must be restarted.</p>\n<p>Edit the contents of the <code><span>gsad.service</span></code> systemd service file:</p>\n<div id=\"id4\">\n<p><span>Use nano to edit the gsad.sevice file</span><a title=\"Link to this code\" href=\"#id4\">¶</a></p>\n<div><pre id=\"codecell8\"><span></span><span>nano</span> <span>/</span><span>usr</span><span>/</span><span>lib</span><span>/</span><span>systemd</span><span>/</span><span>system</span><span>/</span><span>gsad</span><span>.</span><span>service</span>\n</pre></div>\n</div>\n<p>Change the value of the <code><span>--listen</span></code> argument to <code><span>0.0.0.0</span></code> and optionally change the value of <code><span>--port</span></code> to the standard SSL/TLS port 443:</p>\n<div><pre id=\"codecell9\"><span></span><span>-ExecStart=/usr/local/sbin/gsad --foreground --listen=127.0.0.1 --port=9392</span>\n<span>+ExecStart=/usr/local/sbin/gsad --foreground --listen=0.0.0.0 --port=443</span>\n</pre></div>\n<p>Restart the <code><span>gsad</span></code> service:</p>\n<div><pre id=\"codecell10\"><span></span><span>sudo</span> <span>systemctl</span> <span>daemon</span><span>-</span><span>reload</span>\n<span>sudo</span> <span>systemctl</span> <span>restart</span> <span>gsad</span>\n</pre></div>\n</section>\n<section id=\"setting-a-password-policy\">\n<h3>Setting A Password Policy<a title=\"Link to this heading\" href=\"#setting-a-password-policy\">¶</a></h3>\n<p>The password policy configuration file defines the rules for user passwords such as minimum length, complexity, and expiration period, ensuring that all user passwords adhere to the desired security standards.</p>\n<div id=\"id5\">\n<p><span>Edit the Greenbone Community Edition password policy configuration</span><a title=\"Link to this code\" href=\"#id5\">¶</a></p>\n<div><pre id=\"codecell11\"><span></span><span>nano</span> <span>/</span><span>etc</span><span>/</span><span>gvm</span><span>/</span><span>pwpolicy</span><span>.</span><span>conf</span>\n</pre></div>\n</div>\n</section>\n</section>\n<section id=\"log-and-configuration-file-locations\">\n<h2>Log And Configuration File Locations<a title=\"Link to this heading\" href=\"#log-and-configuration-file-locations\">¶</a></h2>\n<p>Here are the locations of the various Greenbone Community Edition log and configuration files.</p>\n<div id=\"id6\">\n<p><span>View all Greenbone Community Edition log files</span><a title=\"Link to this code\" href=\"#id6\">¶</a></p>\n\n</div>\n<div id=\"id7\">\n<p><span>View the OpenVAS Scanner configuration files</span><a title=\"Link to this code\" href=\"#id7\">¶</a></p>\n\n</div>\n<div id=\"id8\">\n<p><span>View the other Greenbone Community Edition configuration files</span><a title=\"Link to this code\" href=\"#id8\">¶</a></p>\n\n</div>\n\n</section>\n</section>\n\n </article></div>","textContent":"\n \n \n \n View this page\n \n\n \n \n Edit this page\n \n\n \n Toggle table of contents sidebar\n \n \n \n \nKali Linux Install Guide¶\nThis documentation provides instructions on how to install Greenbone Community Edition from the Kali Linux native repository. The install packages are maintained by Offensive Security. Any bugs discovered during installation or use should be reported to Kali Linux Bug Tracker. Guidelines for submitting bugs to Kali Linux can be found here.\n\nImportant\nGreenbone does not hold responsibility for use of the Greenbone Community Edition\ninstalled via the native Kali Linux packages, and is not involved in the packaging\nprocess of the Greenbone Community Edition for Kali Linux.\n\n\n\n\nOptional Configurations¶\nThe Greenbone Community Edition on Kali Linux installation relies on the same sub-system components as the source code installation and all configuration options are available. Lets cover some common custom configurations.\n\nConfigure Remote Access To The Web Interface¶\nBy default Greenbone Community Edition is installed with only localhost access to the GSA web interface. This means Greenbone Community Edition can only be accessed via the IP address 127.0.0.1. To enable remote access to the web interface, the gsad systemd service file must be modified and the gsad service must be restarted.\nEdit the contents of the gsad.service systemd service file:\n\nUse nano to edit the gsad.sevice file¶\nnano /usr/lib/systemd/system/gsad.service\n\n\nChange the value of the --listen argument to 0.0.0.0 and optionally change the value of --port to the standard SSL/TLS port 443:\n-ExecStart=/usr/local/sbin/gsad --foreground --listen=127.0.0.1 --port=9392\n+ExecStart=/usr/local/sbin/gsad --foreground --listen=0.0.0.0 --port=443\n\nRestart the gsad service:\nsudo systemctl daemon-reload\nsudo systemctl restart gsad\n\n\n\nSetting A Password Policy¶\nThe password policy configuration file defines the rules for user passwords such as minimum length, complexity, and expiration period, ensuring that all user passwords adhere to the desired security standards.\n\nEdit the Greenbone Community Edition password policy configuration¶\nnano /etc/gvm/pwpolicy.conf\n\n\n\n\n\nLog And Configuration File Locations¶\nHere are the locations of the various Greenbone Community Edition log and configuration files.\n\nView all Greenbone Community Edition log files¶\n\n\n\nView the OpenVAS Scanner configuration files¶\n\n\n\nView the other Greenbone Community Edition configuration files¶\n\n\n\n\n\n\n ","length":2565,"excerpt":"View this page","siteName":null}