mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
FritzBox: Add info on usage with password-only auth (#3158)
* Update fritzdump.sh Add information on FritzBox default username * Update README.fritzbox Add info on FritzBox default user name.
This commit is contained in:
parent
4a65627780
commit
eb0a6e5310
2 changed files with 2 additions and 4 deletions
|
|
@ -21,9 +21,7 @@ Example usage:
|
|||
ntopng/tools/fritzdump.sh <username> <password>
|
||||
```
|
||||
|
||||
*NOTE:* Please enable username-based authentification instead of the default
|
||||
password-only authentification. This setting can be found in the FRITZ!Box Web-UI
|
||||
at _"System > FRITZ!Box-Benutzer > Anmeldung im Heimnetz"._
|
||||
*NOTE:* If you use password-only authentification pass "dslf-config" as username
|
||||
|
||||
As you can see in the script, it will connect to the Fritz!Box via http://fritz.box,
|
||||
authenticate with the user and password you passed and capture the traffic on the
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ IFACE="2-0"
|
|||
# Lan Interface
|
||||
#IFACE="1-lan"
|
||||
|
||||
# Required: You must create & switch your Fritz!Box to usernamed-based login authentification!
|
||||
# If you use password-only authentication use 'dslf-config' as username.
|
||||
FRITZUSER=$1
|
||||
FRITZPWD=$2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue