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:
lukaschristmann 2019-12-29 13:40:04 +01:00 committed by simonemainardi
parent 4a65627780
commit eb0a6e5310
2 changed files with 2 additions and 4 deletions

View file

@ -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

View file

@ -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