From eb0a6e5310465487947c3d86fcc7ff35443594b4 Mon Sep 17 00:00:00 2001 From: lukaschristmann Date: Sun, 29 Dec 2019 13:40:04 +0100 Subject: [PATCH] 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. --- doc/README.fritzbox | 4 +--- tools/fritzdump.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/README.fritzbox b/doc/README.fritzbox index cdfa0cefe1..30575982a3 100644 --- a/doc/README.fritzbox +++ b/doc/README.fritzbox @@ -21,9 +21,7 @@ Example usage: ntopng/tools/fritzdump.sh ``` -*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 diff --git a/tools/fritzdump.sh b/tools/fritzdump.sh index 8566536a01..0b3fa18fcb 100755 --- a/tools/fritzdump.sh +++ b/tools/fritzdump.sh @@ -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