diff options
author | Jon Schipp <jonschipp@gmail.com> | 2014-07-25 14:42:39 -0500 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-07-28 13:18:55 +0200 |
commit | 0678fa12400b54f4da054f1c6057a81f9cc8e041 (patch) | |
tree | 7ec83ad2eecaf7f8ccc14bfb9286390b369ffee5 | |
parent | dac2baba9f7fb150fc543a0730bb490b68137dc4 (diff) |
man: mausezahn: document configuration file options
Signed-off-by: Jon Schipp <jonschipp@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r-- | mausezahn.8 | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/mausezahn.8 b/mausezahn.8 index 6d5b344..6614407 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -213,6 +213,32 @@ simultaneously and sweep through the whole TCP sequence number space with an increment of 1500. Finally set the urgent pointer to 666, i.e. pointing to nowhere. .PP +.SH CONFIGURATION FILE +.PP +When mausezahn is run in interactive mode it automatically looks for and reads +a configuration file located at /etc/netsniff-ng/mausezahn.conf for custom options +if the file is available, otherwise it uses defaults set at compile time. +.SS Config file: /etc/netsniff-ng/mausezahn.conf +.PP +The configuration file contains lines of the form: + + option = value + +Options supported in the configuration file are: + Option: Description: + + user Username for authentication (default: mz) + password Password for authentication (default: mz) + enable Password to enter privilege mode (default: mops) + cli-device Interface to bind to (default: all) *not fully implemented* + +.SS Example: +.PP + $ cat /etc/netsniff-ng/mausezahn.conf + user = mzadmin + password = mzpasswd + enable = privilege-mode-passwd +.PP .SH INTERACTIVE MODE HOWTO .PP .SS Telnet: @@ -246,12 +272,7 @@ mausezahn server: mz# .PP It is recommended to configure your own login credentials in -/etc/netsniff-ng/mausezahn.conf, such as: -.PP - user = foo - password = bar - enable = bla -.PP +/etc/netsniff-ng/mausezahn.conf, (see configuration file section) .SS Basics: .PP Since you reached the mausezahn prompt, lets try some common commands. You can |