Searched +full:network +full:- +full:setup (Results 1 – 5 of 5) sorted by relevance
| /dokuwiki/ |
| H A D | SECURITY.md | 9 * Send an e-mail to [Andi](mailto:andi@splitbrain.org) 27 ## Non-qualifying vulnerabilities 32 …imeouts, memory exhaustion and DoS in general are bugs, not vulnerabilities - report them as regul… 35 …ware interprets DokuWiki's output is not our concern, as long as our output is standards-compliant. 37 * **Server-Side Request Forgery (SSRF).**\ 38 … Isolating the wiki server from sensitive hosts is the responsibility of the network administrator. 41 …Problems that only arise from an insecure setup, such as serving the `data/` directory directly in… 44 …Administrators are fully trusted and can already run arbitrary code, so config-based XSS or instal… 46 * **Attacks that require physical or network access.**\ 47 …Man-in-the-middle and similar attacks that presuppose control over the device or network are out o… [all …]
|
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 5 - type: markdown 13 --- 24 - type: textarea 27 description: >- 41 - type: markdown 45 - type: input 49 placeholder: 2024-02-14a "Kaos" 52 - type: input 59 - type: input 64 - type: input [all …]
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 23 $conf['license'] = 'cc-by-nc-sa'; //see conf/license.php 25 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection 26 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect 27 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir 40 $conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki page for details 43 … // 'email' e-mail address (will be obfuscated as per mailguard) 44 … // 'email_link' e-mail address as a mailto: link (obfuscated) 71 $conf['remotecors'] = ''; //enable Cross-Origin Resource Sharing (CORS) for the remo… 79 … // 'visible' - replace @ with [at], . with [dot] and - with [dash] 80 // 'hex' - use hex entities to encode the mail address [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | visualfoxpro.php | 4 * ---------------- 13 * ------- 15 * - Removed tab as a symbol char 17 * - Added support for multiple object splitters 19 * - First Release 22 * ------------------------- 40 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 129 'Mtdll','Mton','Mwindow','Native','Ndx','Network', 153 'Set','SetDefault','Setfldstate','Setup','ShareConnection','ShowOLEControls', 390 "-", "+", "*", "/", [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 4 * Pure-PHP implementation of SSHv2. 14 * if (!$ssh->login('username', 'password')) { 18 * echo $ssh->exec('pwd'); 19 * echo $ssh->exec('ls -la'); 30 * if (!$ssh->login('username', $key)) { 34 * echo $ssh->read('username@username:~$'); 35 * $ssh->write("ls -la\n"); 36 * echo $ssh->read('username@username:~$'); 42 * @license http://www.opensource.org/licenses/mit-license.html MIT License 63 use phpseclib3\Crypt\TripleDES; // Used to do Diffie-Hellman key exchange and DSA/RSA signature ver… [all …]
|